New Zealand HPI Implementation Guide
1.5.0 - Release
New Zealand HPI Implementation Guide - Local Development build (v1.5.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@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: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 class=\"res-header-id\"><b>Generated Narrative: Location FZZ958-K</b></p><a name=\"FZZ958-K\"> </a><a name=\"hcFZZ958-K\"> </a><a name=\"FZZ958-K-en-US\"> </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: 10803; Last updated: 2022-11-09 12:00:14+1300</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-HpiLocation.html\">HPI Location</a></p></div><p><b>Established</b>: 1980-12-12 --> (ongoing)</p><p><b>District Health Board linked to a NZ Healthcare Service, Location or Patient</b>: <span title=\"Codes:{https://standards.digital.health.nz/ns/dhb-code G00036-D}\">Capital and Coast District Health Board</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>: <span title=\"Codes:{https://standards.digital.health.nz/ns/location-type-code gpenrol}\">Enrolling GP Practice</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\">Flat-Unit Address Org</a></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" ]
] . #
IG © 2020+ Te Whatu Ora. Package tewhatuora.hpi#1.5.0 based on FHIR 4.0.1. Generated 2024-09-05
Links: Table of Contents |
QA Report