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

: patient1 - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="patient1"/>
  <meta>
    <profile
             value="http://hl7.org.nz/fhir/StructureDefinition/NorthernRegionPatient"/>
  </meta>
  <text>
    <status value="additional"/>
    <div xmlns="http://www.w3.org/1999/xhtml">John Doe</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="11111"/>
        <display value="New Zealand European"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <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="12111"/>
        <display value="Celtic"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/patient-birthPlace">
    <valueAddress>
      <city value="Palmerston North"/>
      <country value="New Zealand"/>
    </valueAddress>
  </extension>
  <extension url="http://hl7.org.nz/fhir/StructureDefinition/nz-citizenship">
    <extension url="status">
      <valueCodeableConcept>
        <coding>
          <system
                  value="https://standards.digital.health.nz/ns/nz-citizenship-status-code"/>
          <code value="yes"/>
          <display value="Yes"/>
        </coding>
      </valueCodeableConcept>
    </extension>
    <extension url="source">
      <valueCodeableConcept>
        <coding>
          <system
                  value="https://standards.digital.health.nz/ns/information-source-code"/>
          <code value="PPRT"/>
          <display value="Passport"/>
        </coding>
      </valueCodeableConcept>
    </extension>
  </extension>
  <extension url="http://hl7.org.nz/fhir/StructureDefinition/sex-at-birth">
    <valueCodeableConcept>
      <coding>
        <system value="http://hl7.org/fhir/administrative-gender"/>
        <code value="male"/>
        <display value="Male"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension url="http://hl7.org.nz/fhir/StructureDefinition/nz-residency">
    <extension url="status">
      <valueCodeableConcept>
        <coding>
          <system
                  value="https://standards.digital.health.nz/ns/nz-residency-status-code"/>
          <code value="yes"/>
          <display value="Permanent Resident"/>
        </coding>
      </valueCodeableConcept>
    </extension>
  </extension>
  <extension url="http://hl7.org.nz/fhir/StructureDefinition/nz-iwi">
    <valueCodeableConcept>
      <coding>
        <system value="https://standards.digital.health.nz/ns/iwi-code"/>
        <code value="0104"/>
        <display value="Ngāpuhi"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired">
    <valueBoolean value="true"/>
  </extension>
  <extension url="http://hl7.org.nz/fhir/StructureDefinition/domicile-code">
    <valueCodeableConcept>
      <coding>
        <system value="https://standards.digital.health.nz/ns/domicile-code"/>
        <code value="0040"/>
        <display value="Waipu"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <use value="official"/>
    <system value="https://standards.digital.health.nz/ns/nhi-id"/>
    <value value="WER4568"/>
  </identifier>
  <identifier>
    <use value="old"/>
    <system value="https://standards.digital.health.nz/ns/nhi-id"/>
    <value value="ABC1234"/>
  </identifier>
  <name>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/iso21090-preferred">
      <valueBoolean value="true"/>
    </extension>
    <family value="Doe"/>
    <given value="John"/>
    <given value="Albertus"/>
  </name>
  <telecom>
    <extension
               url="http://hl7.org.nz/fhir/StructureDefinition/authorized-by-patient">
      <valueBoolean value="true"/>
    </extension>
    <extension
               url="http://hl7.org.nz/fhir/StructureDefinition/validated-by-patient">
      <valueBoolean value="true"/>
    </extension>
    <system value="email"/>
    <value value="johndoe@erewhon.com"/>
    <use value="home"/>
    <rank value="1"/>
    <period>
      <start value="2020-01-01"/>
    </period>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="+64 9 000 0000"/>
  </telecom>
  <telecom>
    <extension
               url="http://hl7.org.nz/fhir/StructureDefinition/contactpoint-purpose">
      <valueCodeableConcept>
        <coding>
          <system
                  value="https://standards.digital.health.nz/ns/contact-point-purpose-code"/>
          <code value="vc"/>
        </coding>
      </valueCodeableConcept>
    </extension>
    <system value="other"/>
    <value value="myZoomAcccount"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1989-12-12"/>
  <deceasedBoolean value="false"/>
  <address>
    <extension
               url="http://hl7.org.nz/fhir/StructureDefinition/building-name">
      <valueString value="The Black building"/>
    </extension>
    <extension url="http://hl7.org.nz/fhir/StructureDefinition/suburb">
      <valueString value="Waipu river"/>
    </extension>
    <extension
               url="http://hl7.org.nz/fhir/StructureDefinition/authorized-by-patient">
      <valueBoolean value="true"/>
    </extension>
    <extension
               url="http://hl7.org.nz/fhir/StructureDefinition/validated-by-patient">
      <valueBoolean value="true"/>
    </extension>
    <extension url="http://hl7.org.nz/fhir/StructureDefinition/nz-geocode">
      <extension url="latitude">
        <valueDecimal value="-35.98500680010878"/>
      </extension>
      <extension url="longitude">
        <valueDecimal value="174.44749709999996"/>
      </extension>
    </extension>
    <line value="23 Thule St"/>
    <city value="Waipu"/>
    <district value="Northland"/>
    <postalCode value="0510"/>
    <country value="New Zealand"/>
  </address>
  <contact>
    <relationship>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>
        <code value="N"/>
        <display value="Next-of-Kin"/>
      </coding>
    </relationship>
    <name>
      <text value="Mr John Watson"/>
    </name>
    <telecom>
      <system value="phone"/>
      <value value="+64 9 000 0001"/>
    </telecom>
    <address>
      <line value="23 Thule St"/>
    </address>
    <gender value="male"/>
  </contact>
  <communication>
    <language>
      <coding>
        <system value="urn:ietf:bcp:47"/>
        <code value="fr"/>
        <display value="French"/>
      </coding>
    </language>
  </communication>
  <generalPractitioner>🔗 
    <reference value="PractitionerRole/gp-pracrole1"/>
    <display value="Dr Marcus Welby"/>
  </generalPractitioner>
  <managingOrganization>🔗 
    <reference value="Organization/cmdhb"/>
    <display value="Counties-Manukau DHB"/>
  </managingOrganization>
</Patient>