New Zealand HPI Implementation Guide
1.3.1 - Release

New Zealand HPI Implementation Guide - Local Development build (v1.3.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: FZZ958-K - 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 -------------------------------------------------------------------

 a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "FZZ958-K"] ; # 
  fhir:meta [
fhir:versionId [ fhir:v "10803" ] ;
fhir:lastUpdated [ fhir:v "2022-11-09T12:00:14.000+13:00"^^xsd:dateTime ] ;
    ( fhir:profile [
fhir:v "http://hl7.org.nz/fhir/StructureDefinition/HPILocation"^^xsd:anyURI ;
fhir:link <http://hl7.org.nz/fhir/StructureDefinition/HPILocation>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Location</b><a name=\"FZZ958-K\"> </a></p><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\">Resource Location &quot;FZZ958-K&quot; Version &quot;10803&quot; Updated &quot;2022-11-09 12:00:14+1300&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-HpiLocation.html\">HPI Location</a></p></div><p><b>Established</b>: 1980-12-12 --&gt; (ongoing)</p><p><b>District Health Board linked to a NZ Healthcare Service, Location or Patient</b>: Capital and Coast District Health Board <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"file:///Users/davidhay/IG/nzbase/output/CodeSystem-dhb-code.html\">NZ DHB[1.0.0]</a>#G00036-D)</span></p><p><b>identifier</b>: HPIFacility/FZZ958-K (use: OFFICIAL), HPIFacility/9987 (use: OFFICIAL)</p><p><b>status</b>: active</p><p><b>name</b>: Medical Centre Flat-Unit</p><p><b>alias</b>: Medical Centre Flat-Unit</p><p><b>type</b>: Enrolling GP Practice <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://common-ig-v1-3-1.hip.digital.health.nz/site/CodeSystem-hpi-location-type-1.0.html\">Location Type[1.0]</a>#gpenrol)</span></p><p><b>telecom</b>: ph: 021 555558(TEMP), ph: 021 464646(WORK)</p><p><b>address</b>: 123 Molesworth Street, Thorndon 6011, Wellington(WORK)</p><p><b>managingOrganization</b>: <a href=\"Organization-GZZ956-B.html\">Organization/GZZ956-B: Flat-Unit Address Org</a> &quot;Flat-Unit Address Org&quot;</p></div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/established"^^xsd:anyURI ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "1980-12-12"^^xsd:date ]     ]
  ] [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/dhb"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/dhb-code"^^xsd:anyURI ] ;
fhir:version [ fhir:v "1.0.0" ] ;
fhir:code [ fhir:v "G00036-D" ] ;
fhir:display [ fhir:v "Capital and Coast District Health Board" ]       ] ) ;
fhir:text [ fhir:v "Capital and Coast District Health Board" ]     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/hpi-facility-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "FZZ958-K" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/G00001-G" ]     ]
  ] [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/nzhis-facility-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "9987" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/G00001-G" ]     ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:name [ fhir:v "Medical Centre Flat-Unit"] ; # 
  fhir:alias ( [
fhir:v "Medical Centre Flat-Unit" ;
    ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/alias-type"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/alias-type-code"^^xsd:anyURI ] ;
fhir:version [ fhir:v "1.0.0" ] ;
fhir:code [ fhir:v "current" ] ;
fhir:display [ fhir:v "Current unverified or unofficial name" ]         ] ) ;
fhir:text [ fhir:v "Current unverified or unofficial name" ]       ]     ] )
  ] ) ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/location-type-code"^^xsd:anyURI ] ;
fhir:version [ fhir:v "1.0" ] ;
fhir:code [ fhir:v "gpenrol" ] ;
fhir:display [ fhir:v "Enrolling GP Practice" ]     ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "021 555558" ] ;
fhir:use [ fhir:v "temp" ] ;
fhir:rank [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [
fhir:start [ fhir:v "1980-12-12"^^xsd:date ]     ]
  ] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "021 464646" ] ;
fhir:use [ fhir:v "work" ] ;
fhir:rank [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [
fhir:start [ fhir:v "1980-12-12"^^xsd:date ]     ]
  ] ) ; # 
  fhir:address [
fhir:id [ fhir:v "1517156" ] ;
    ( fhir:extension [
      ( fhir:extension [
fhir:url [ fhir:v "latitude"^^xsd:anyURI ] ;
fhir:value [ fhir:v "-41.273494"^^xsd:decimal ]       ] [
fhir:url [ fhir:v "longitude"^^xsd:anyURI ] ;
fhir:value [ fhir:v "174.777705"^^xsd:decimal ]       ] ) ;
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/nz-geocode"^^xsd:anyURI ]     ] [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/suburb"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Thorndon" ]     ] [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/domicile-code"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
        ( fhir:coding [
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/domicile-code"^^xsd:anyURI ] ;
fhir:version [ fhir:v "3.0" ] ;
fhir:code [ fhir:v "2077" ] ;
fhir:display [ fhir:v "Thorndon - Tinakori Road" ]         ] ) ;
fhir:text [ fhir:v "Thorndon - Tinakori Road" ]       ]     ] ) ;
fhir:use [ fhir:v "work" ] ;
fhir:type [ fhir:v "physical" ] ;
fhir:text [ fhir:v "123 Molesworth Street, Thorndon 6011, Wellington" ] ;
    ( fhir:line [ fhir:v "123 Molesworth Street" ] ) ;
fhir:city [ fhir:v "Wellington" ] ;
fhir:postalCode [ fhir:v "6011" ]
  ] ; # 
  fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/GZZ956-B" ] ;
fhir:display [ fhir:v "Flat-Unit Address Org" ]
  ] . #