Health NZ | Te Whatu Ora FHIR Screening Implementation Guide
0.9.2 - draft New Zealand flag

Health NZ | Te Whatu Ora FHIR Screening Implementation Guide - Local Development build (v0.9.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MadeleineMeringue - XML Representation

Raw xml | Download



<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="11111"/>
        <display value="New Zealand European"/>
      </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="ZCU7824"/>
  </identifier>
  <name>
    <use value="usual"/>
    <family value="Meringue"/>
    <given value="Madeleine"/>
  </name>
  <gender value="female"/>
  <birthDate value="2008-11-24"/>
  <address>
    <use value="home"/>
    <text value="373 Jackson Street, Petone, Lower Hutt 5012, New Zealand"/>
    <line value="373 Jackson Street"/>
    <line value="Petone"/>
    <city value="Lower Hutt"/>
    <postalCode value="5012"/>
    <country value="NZL"/>
  </address>
</Patient>