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

: An example Dunedin Hospital Outpatient patient home location - 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:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:meta [
fhir:versionId [ fhir:v "1" ] ;
fhir:lastUpdated [ fhir:v "2025-09-04T09:00:00.000Z"^^xsd:dateTime ] ;
fhir:source [ fhir:v "https://standards.digital.health.nz/ns/hpi-facility-id/F04066-D"^^xsd:anyURI ] ;
    ( fhir:profile [
fhir:v "https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/DHOLocation"^^xsd:anyURI ;
fhir:link <https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/DHOLocation>     ] ) ;
    ( fhir:tag [
fhir:system [ fhir:v "https://hub.services.digital.health.nz/ns/correlation-id"^^xsd:anyURI ] ;
fhir:code [ fhir:v "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" ]     ] )
  ] ; # 
  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: Location DHO-location-home-instance</b></p><a name=\"DHO-location-home-instance\"> </a><a name=\"hcDHO-location-home-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-DHOLocation.html\">DHO Location Profile</a></p><p style=\"margin-bottom: 0px\">Tag: xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx (Details: correlation-id code xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)</p></div><p><b>identifier</b>: <code>https://fhir-ig.digital.health.nz/id/local-patient-home-id</code>/HOME-12345</p><p><b>status</b>: Active</p><p><b>name</b>: John Doe's Residence</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{https://fhir-ig.digital.health.nz/shared-care/CodeSystem/DHOLocationRelationship patient_home}\">Patient home</span></p><p><b>address</b>: 123 Example Street Dunedin 9010 NZ </p><p><b>physicalType</b>: <span title=\"Codes:{https://fhir-ig.digital.health.nz/shared-care/CodeSystem/DHOLocationPhysicalType virtual}\">Virtual / online / telehealth location</span></p><p><b>managingOrganization</b>: Te Whatu Ora - Southern (Identifier: <a href=\"http://fhir.org.nz/ig/base/NamingSystem-hpiOrganization.html\" title=\"HPI organizations\">HPIOrganization</a>/G00001-E)</p></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://fhir-ig.digital.health.nz/id/local-patient-home-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "HOME-12345" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "John Doe's Residence"] ; # 
  fhir:mode [ fhir:v "instance"] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://fhir-ig.digital.health.nz/shared-care/CodeSystem/DHOLocationRelationship"^^xsd:anyURI ] ;
fhir:code [ fhir:v "patient_home" ]     ] )
  ] ) ; # 
  fhir:address [
    ( fhir:line [ fhir:v "123 Example Street" ] ) ;
fhir:city [ fhir:v "Dunedin" ] ;
fhir:postalCode [ fhir:v "9010" ] ;
fhir:country [ fhir:v "NZ" ]
  ] ; # 
  fhir:physicalType [
    ( fhir:coding [
fhir:system [ fhir:v "https://fhir-ig.digital.health.nz/shared-care/CodeSystem/DHOLocationPhysicalType"^^xsd:anyURI ] ;
fhir:code [ fhir:v "virtual" ]     ] )
  ] ; # 
  fhir:managingOrganization [
fhir:identifier [
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/hpi-organisation-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "G00001-E" ]     ] ;
fhir:display [ fhir:v "Te Whatu Ora - Southern" ]
  ] . #