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
@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:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "GZZ991-D"] ; #
fhir:meta [
fhir:versionId [ fhir:v "8961" ] ;
fhir:lastUpdated [ fhir:v "2022-04-05T15:04:28.000+12:00"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://hl7.org.nz/fhir/StructureDefinition/HPIOrganization"^^xsd:anyURI ;
fhir:link <http://hl7.org.nz/fhir/StructureDefinition/HPIOrganization> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"GZZ991-D\"> </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 Organization "GZZ991-D" Version "8961" Updated "2022-04-05 15:04:28+1200" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-HpiOrganization.html\">HPI Organization</a></p></div><p><b>Established</b>: 2009-09-09 --> (ongoing)</p><p><b>identifier</b>: HPIOrganization/GZZ991-D (use: OFFICIAL), HPIOrganization/9006 (use: OFFICIAL), NBN/9999999999009 (use: OFFICIAL)</p><p><b>active</b>: true</p><p><b>type</b>: Education Institutions <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-organisation-type-1.1.html\">Organisation Type[1.1]</a>#008)</span></p><p><b>name</b>: Second Name</p><p><b>alias</b>: Wha Name, Third Name, Second Name, Multiple Names Org</p><p><b>telecom</b>: <a href=\"mailto:ghi@email.com\">ghi@email.com</a>, ph: 027 123555(WORK)</p><p><b>partOf</b>: <a href=\"Organization/GZZ836-C\">Organization/GZZ836-C: Multiple sub-organisation</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 "2009-09-09"^^xsd:date ] ]
] ) ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/hpi-organisation-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "GZZ991-D" ] ;
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-agency-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "9006" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/G00001-G" ] ]
] [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/hpi-nzbn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "9999999999009" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/MBIE" ] ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:type ( [
( fhir:coding [
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/organisation-type-code"^^xsd:anyURI ] ;
fhir:version [ fhir:v "1.1" ] ;
fhir:code [ fhir:v "008" ] ;
fhir:display [ fhir:v "Education Institutions" ] ] )
] ) ; #
fhir:name [ fhir:v "Second Name"] ; #
fhir:alias ( [
fhir:v "Wha Name" ;
( 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 "maori" ] ;
fhir:display [ fhir:v "Māori" ] ] ) ;
fhir:text [ fhir:v "Māori" ] ] ] )
] [
fhir:v "Third Name" ;
( 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 "aka" ] ;
fhir:display [ fhir:v "Aka" ] ] ) ;
fhir:text [ fhir:v "Aka" ] ] ] )
] [
fhir:v "Second Name" ;
( 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 "trade-as" ] ;
fhir:display [ fhir:v "Trading as" ] ] ) ;
fhir:text [ fhir:v "Trading as" ] ] ] )
] [
fhir:v "Multiple Names Org" ;
( 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 "legal" ] ;
fhir:display [ fhir:v "Legal" ] ] ) ;
fhir:text [ fhir:v "Legal" ] ] ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "ghi@email.com" ] ;
fhir:use [ fhir:v "work" ] ;
fhir:rank [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [
fhir:start [ fhir:v "2019-11-11"^^xsd:date ] ]
] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "027 123555" ] ;
fhir:use [ fhir:v "work" ] ;
fhir:rank [ fhir:v "2"^^xsd:positiveInteger ] ;
fhir:period [
fhir:start [ fhir:v "2019-11-11"^^xsd:date ] ]
] ) ; #
fhir:partOf [
fhir:reference [ fhir:v "Organization/GZZ836-C" ] ;
fhir:display [ fhir:v "Multiple sub-organisation" ]
] . #
IG © 2020+ Te Whatu Ora. Package hl7.org.nz.fhir.ig.hpi#1.3.1 based on FHIR 4.0.1. Generated 2024-03-04
Links: Table of Contents |
QA Report