Health NZ | Te Whatu Ora FHIR Screening Implementation Guide
0.9.2 - draft
Health NZ | Te Whatu Ora FHIR Screening Implementation Guide, published by Health New Zealand | Te Whatu Ora. This guide is not an authorized publication; it is the continuous build for version 0.9.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/tewhatuora/fhir-screening/ and changes regularly. See the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<meta>
<profile value="http://hl7.org.nz/fhir/StructureDefinition/NzPatient"/>
</meta>
<extension url="http://hl7.org.nz/fhir/StructureDefinition/nz-ethnicity">
<valueCodeableConcept>
<coding>
<system
value="https://standards.digital.health.nz/ns/ethnic-group-level-4-code"/>
<code value="21111"/>
<display value="Māori"/>
</coding>
</valueCodeableConcept>
</extension>
<extension url="http://hl7.org.nz/fhir/StructureDefinition/sex-at-birth">
<valueCodeableConcept>
<coding>
<system value="http://hl7.org/fhir/administrative-gender"/>
<code value="female"/>
<display value="female"/>
</coding>
</valueCodeableConcept>
</extension>
<identifier>
<use value="official"/>
<system value="https://standards.digital.health.nz/ns/nhi-id"/>
<value value="ZCQ3240"/>
</identifier>
<name>
<use value="usual"/>
<family value="Temahoe"/>
<given value="Kassandra"/>
</name>
<gender value="other">
<extension
url="http://hl7.org.nz/fhir/StructureDefinition/gender-original-text">
<valueString value="Gender Diverse"/>
</extension>
</gender>
<birthDate value="1968-11-24"/>
<deceasedBoolean value="true"/>
<address>
<use value="home"/>
<text value="375 Jackson Street, Petone, Lower Hutt 5012, New Zealand"/>
<line value="375 Jackson Street"/>
<line value="Petone"/>
<city value="Lower Hutt"/>
<postalCode value="5012"/>
<country value="NZL"/>
</address>
</Patient>