Northern Region Implementation Guide
0.4.6 - CI Build

Northern Region Implementation Guide, published by healthAlliance. This guide is not an authorized publication; it is the continuous build for version 0.4.6 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7NZ/northernRegion/ and changes regularly. See the Directory of published versions

: real-1 - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="real-1"/>
  <meta>
    <profile
             value="http://hl7.org.nz/fhir/StructureDefinition/NorthernRegionPatient"/>
  </meta>
  <text>
    <status value="additional"/>
    <div xmlns="http://www.w3.org/1999/xhtml">, Testing Patchmar Viedo Conf</div>
  </text>
  <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/fhir/StructureDefinition/patient-birthPlace">
    <valueAddress>
      <city value="Palmerston North"/>
      <country value="New Zealand"/>
    </valueAddress>
  </extension>
  <identifier>
    <use value="official"/>
    <system value="https://standards.digital.health.nz/ns/nhi-id"/>
    <value value="ZZZ0032"/>
  </identifier>
  <identifier>
    <use value="old"/>
    <system value="https://standards.digital.health.nz/ns/nhi-id"/>
    <value value="3331796"/>
  </identifier>
  <name>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/iso21090-preferred">
      <valueBoolean value="false"/>
    </extension>
    <use value="official"/>
    <family value="Patchmar Viedo Conf"/>
    <given value="Testing"/>
  </name>
  <name>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/iso21090-preferred">
      <valueBoolean value="true"/>
    </extension>
    <use value="usual"/>
    <family value="Patchmar Viedo Conf"/>
    <given value="Testing"/>
  </name>
  <telecom>
    <system value="email"/>
    <use value="home"/>
  </telecom>
  <gender value="unknown"/>
  <birthDate value="2003-11-06"/>
  <deceasedBoolean value="true"/>
  <address>
    <use value="home"/>
    <type value="postal"/>
    <line value="1 High Street"/>
    <line value="Auckland Central"/>
    <line value="Auckland"/>
    <postalCode value="1010"/>
  </address>
  <address>
    <use value="home"/>
    <type value="postal"/>
    <line value="1 Broadway"/>
    <line value="Newmarket"/>
    <line value="Auckland"/>
    <postalCode value="1023"/>
  </address>
  <managingOrganization>
    <display value="Auckland District Health Board"/>
  </managingOrganization>
</Patient>