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

: DHOEncounterCreateExample - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<http://hl7.org/fhir/Encounter/dho-outpatient-encounter-create-instance> a fhir:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "dho-outpatient-encounter-create-instance"] ;
  fhir:Resource.meta [
     fhir:Meta.versionId [ fhir:value "1" ] ;
     fhir:Meta.lastUpdated [ fhir:value "2025-09-04T09:00:00.000Z"^^xsd:dateTime ] ;
     fhir:Meta.source [ fhir:value "https://standards.digital.health.nz/ns/hpi-facility-id/F04066-D" ] ;
     fhir:Meta.profile [
       fhir:value "https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/DHOEncounterCreate" ;
       fhir:index 0 ;
       fhir:link <https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/DHOEncounterCreate>
     ] ;
     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: Encounter dho-outpatient-encounter-create-instance</b></p><a name=\"dho-outpatient-encounter-create-instance\"> </a><a name=\"hcdho-outpatient-encounter-create-instance\"> </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\">version: 1; Last updated: 2025-09-04 09:00:00+0000; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"https://standards.digital.health.nz/ns/hpi-facility-id/F04066-D\">https://standards.digital.health.nz/ns/hpi-facility-id/F04066-D</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DHOEncounterCreate.html\">DHO Encounter profile used to create an Encounter</a></p><p style=\"margin-bottom: 0px\">Tag: </p></div><p><b>status</b>: Arrived</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode: AMB</a> (Ambulatory)</p><p><b>subject</b>: Carey Carrington (Identifier: <a href=\"http://fhir.org.nz/ig/base/NamingSystem-nhi.html\" title=\"NHI number\">NHI</a>/ZXP7823 (use: official, ))</p><p><b>appointment</b>: <a href=\"Appointment-DHOAppointmentClinicExample.html\">Appointment: extension = In person; identifier = #fbdb8d66-1390-22c7-89a6-a9a75d65d3e6; status = booked; serviceCategory = Orthopaedic Surgery; serviceType = Fracture Clinic; description = DH Fracture Consultant; start = 2025-09-03 02:30:35+0000; end = 2025-09-03 03:30:35+0000; patientInstruction = Bring all medications you are currently taking on your admission to hospital.</a></p></div>"
  ] ;
  fhir:Encounter.status [ fhir:value "arrived"] ;
  fhir:Encounter.class [
     fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
     fhir:Coding.code [ fhir:value "AMB" ] ;
     fhir:Coding.display [ fhir:value "Ambulatory" ]
  ] ;
  fhir:Encounter.subject [
     fhir:Reference.type [ fhir:value "Patient" ] ;
     fhir:Reference.identifier [
       fhir:Identifier.use [ fhir:value "official" ] ;
       fhir:Identifier.system [ fhir:value "https://standards.digital.health.nz/ns/nhi-id" ] ;
       fhir:Identifier.value [ fhir:value "ZXP7823" ]
     ] ;
     fhir:Reference.display [ fhir:value "Carey Carrington" ]
  ] ;
  fhir:Encounter.appointment [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Appointment/DHOAppointmentClinicExample> ;
     fhir:Reference.reference [ fhir:value "Appointment/DHOAppointmentClinicExample" ]
  ] .

<http://hl7.org/fhir/Appointment/DHOAppointmentClinicExample> a fhir:Appointment .

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

<http://hl7.org/fhir/Encounter/dho-outpatient-encounter-create-instance.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Encounter/dho-outpatient-encounter-create-instance.ttl> .