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

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

: Online GP Appointment Example - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<http://hl7.org/fhir/Appointment/OnlineGPAppointmentExample> a fhir:Appointment ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "OnlineGPAppointmentExample"] ;
  fhir:Resource.meta [
     fhir:Meta.source [ fhir:value "https://standards.digital.health.nz/ns/hpi-facility-id/F12345-A" ] ;
     fhir:Meta.profile [
       fhir:value "https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/OnlineGPAppointment" ;
       fhir:index 0 ;
       fhir:link <https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/OnlineGPAppointment>
     ] ;
     fhir:Meta.tag [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://hub.services.digital.health.nz/ns/correlation-id" ] ;
       fhir:Coding.code [ fhir:value "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" ]
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Appointment OnlineGPAppointmentExample</b></p><a name=\"OnlineGPAppointmentExample\"> </a><a name=\"hcOnlineGPAppointmentExample\"> </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\">Information Source: <a href=\"https://standards.digital.health.nz/ns/hpi-facility-id/F12345-A\">https://standards.digital.health.nz/ns/hpi-facility-id/F12345-A</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-OnlineGPAppointment.html\">Online GP Appointment</a></p><p style=\"margin-bottom: 0px\">Tag: </p></div><p><b>identifier</b>: <code>https://provider-org-name.co.nz/ns/appointment-identifier</code>/APT123456 (use: official, )</p><p><b>status</b>: Fulfilled</p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 266934004}\">Transport problem (finding)</span></p><p><b>supportingInformation</b>: Identifier: <a href=\"http://fhir.org.nz/ig/base/NamingSystem-hpiOrganization.html\" title=\"HPI organizations\">HPIOrganization</a>/GZZ999-J (use: official, )</p><p><b>start</b>: 2025-01-01 10:00:00+1300</p><p><b>end</b>: 2025-01-01 10:17:00+1300</p><p><b>created</b>: 2025-01-01 09:30:00+1300</p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td><td><b>Status</b></td></tr><tr><td style=\"display: none\">*</td><td>Identifier: <a href=\"http://fhir.org.nz/ig/base/NamingSystem-nhi.html\" title=\"NHI number\">NHI</a>/ZZZ0008</td><td>Accepted</td></tr></table></div>"
  ] ;
  fhir:Appointment.identifier [
     fhir:index 0 ;
     fhir:Identifier.use [ fhir:value "official" ] ;
     fhir:Identifier.system [ fhir:value "https://provider-org-name.co.nz/ns/appointment-identifier" ] ;
     fhir:Identifier.value [ fhir:value "APT123456" ]
  ] ;
  fhir:Appointment.status [ fhir:value "fulfilled"] ;
  fhir:Appointment.reasonCode [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a sct:266934004 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "266934004" ] ;
       fhir:Coding.display [ fhir:value "Transport problem (finding)" ]
     ]
  ] ;
  fhir:Appointment.supportingInformation [
     fhir:index 0 ;
     fhir:Reference.type [ fhir:value "Organization" ] ;
     fhir:Reference.identifier [
       fhir:Identifier.use [ fhir:value "official" ] ;
       fhir:Identifier.system [ fhir:value "https://standards.digital.health.nz/ns/hpi-organisation-id" ] ;
       fhir:Identifier.value [ fhir:value "GZZ999-J" ]
     ]
  ] ;
  fhir:Appointment.start [ fhir:value "2025-01-01T10:00:00+13:00"^^xsd:dateTime] ;
  fhir:Appointment.end [ fhir:value "2025-01-01T10:17:00+13:00"^^xsd:dateTime] ;
  fhir:Appointment.created [ fhir:value "2025-01-01T09:30:00+13:00"^^xsd:dateTime] ;
  fhir:Appointment.participant [
     fhir:index 0 ;
     fhir:Appointment.participant.actor [
       fhir:Reference.type [ fhir:value "Patient" ] ;
       fhir:Reference.identifier [
         fhir:Identifier.system [ fhir:value "https://standards.digital.health.nz/ns/nhi-id" ] ;
         fhir:Identifier.value [ fhir:value "ZZZ0008" ]
       ]
     ] ;
     fhir:Appointment.participant.status [ fhir:value "accepted" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Appointment/OnlineGPAppointmentExample.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Appointment/OnlineGPAppointmentExample.ttl> .