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

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

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

<http://hl7.org/fhir/Location/DHO-location-external-instance> a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "DHO-location-external-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/DHOLocation" ;
       fhir:index 0 ;
       fhir:link <https://fhir-ig.digital.health.nz/shared-care/StructureDefinition/DHOLocation>
     ] ;
     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: Location DHO-location-external-instance</b></p><a name=\"DHO-location-external-instance\"> </a><a name=\"hcDHO-location-external-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: </p></div><p><b>identifier</b>: <a href=\"http://fhir.org.nz/ig/base/NamingSystem-hpiFacility.html\" title=\"HPI facilities\">HPIFacility</a>/F04066-D</p><p><b>status</b>: Active</p><p><b>name</b>: Community Health Centre</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{https://fhir-ig.digital.health.nz/shared-care/CodeSystem/DHOLocationRelationship external}\">External facility</span></p><p><b>address</b>: 456 Community Lane Mosgiel 9024 NZ </p><p><b>physicalType</b>: <span title=\"Codes:{https://fhir-ig.digital.health.nz/shared-care/CodeSystem/DHOLocationPhysicalType physical}\">Physical site or facility</span></p><p><b>managingOrganization</b>: External Healthcare Provider (Identifier: <a href=\"http://fhir.org.nz/ig/base/NamingSystem-hpiOrganization.html\" title=\"HPI organizations\">HPIOrganization</a>/GZZ888-F)</p></div>"
  ] ;
  fhir:Location.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://standards.digital.health.nz/ns/hpi-facility-id" ] ;
     fhir:Identifier.value [ fhir:value "F04066-D" ]
  ] ;
  fhir:Location.status [ fhir:value "active"] ;
  fhir:Location.name [ fhir:value "Community Health Centre"] ;
  fhir:Location.mode [ fhir:value "instance"] ;
  fhir:Location.type [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://fhir-ig.digital.health.nz/shared-care/CodeSystem/DHOLocationRelationship" ] ;
       fhir:Coding.code [ fhir:value "external" ]
     ]
  ] ;
  fhir:Location.address [
     fhir:Address.line [
       fhir:value "456 Community Lane" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Mosgiel" ] ;
     fhir:Address.postalCode [ fhir:value "9024" ] ;
     fhir:Address.country [ fhir:value "NZ" ]
  ] ;
  fhir:Location.physicalType [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://fhir-ig.digital.health.nz/shared-care/CodeSystem/DHOLocationPhysicalType" ] ;
       fhir:Coding.code [ fhir:value "physical" ]
     ]
  ] ;
  fhir:Location.managingOrganization [
     fhir:Reference.identifier [
       fhir:Identifier.system [ fhir:value "https://standards.digital.health.nz/ns/hpi-organisation-id" ] ;
       fhir:Identifier.value [ fhir:value "GZZ888-F" ]
     ] ;
     fhir:Reference.display [ fhir:value "External Healthcare Provider" ]
  ] .

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

<http://hl7.org/fhir/Location/DHO-location-external-instance.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Location/DHO-location-external-instance.ttl> .