Health New Zealand Te Whatu Ora Shared Care FHIR API
0.4.2 - release New Zealand flag

Health New Zealand Te Whatu Ora Shared Care FHIR API - Local Development build (v0.4.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: NDHOutpatientAppointmentExample - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Appointment ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/NDHOutpatientAppointment"^^xsd:anyURI ;
fhir:link <https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/NDHOutpatientAppointment>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment NDHOutpatientAppointmentExample</b></p><a name=\"NDHOutpatientAppointmentExample\"> </a><a name=\"hcNDHOutpatientAppointmentExample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-NDHOutpatientAppointment.html\">New Dunedin Hospital Outpatient Appointment Profile</a></p></div><p><b>identifier</b>: #fbdb8d66-1390-22c7-89a6-a9a75d65d3e6</p><p><b>status</b>: Booked</p><p><b>start</b>: 2025-09-03 02:30:35+0000</p><p><b>end</b>: 2025-09-03 03:30:35+0000</p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td><td><b>Required</b></td><td><b>Status</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Patient-CareyCarrington.html\">Carey Carrington</a></td><td>Required</td><td>Accepted</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "#fbdb8d66-1390-22c7-89a6-a9a75d65d3e6" ]
  ] ) ; # 
  fhir:status [ fhir:v "booked"] ; # 
  fhir:start [ fhir:v "2025-09-03T02:30:35Z"^^xsd:dateTime] ; # 
  fhir:end [ fhir:v "2025-09-03T03:30:35Z"^^xsd:dateTime] ; # 
  fhir:participant ( [
fhir:actor [
fhir:reference [ fhir:v "Patient/CareyCarrington" ] ;
fhir:display [ fhir:v "Carey Carrington" ]     ] ;
fhir:required [ fhir:v "required" ] ;
fhir:status [ fhir:v "accepted" ]
  ] ) . #