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

: practitioner1 - XML Representation

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="practitioner1"/>
  <meta>
    <profile
             value="http://hl7.org.nz/fhir/StructureDefinition/NorthernRegionPractitioner"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner practitioner1</b></p><a name="practitioner1"> </a><a name="hcpractitioner1"> </a><a name="practitioner1-en-US"> </a><p><b>NZ Ethnicity</b>: <span title="Codes:{https://standards.digital.health.nz/ns/ethnic-group-level-4-code 11111}">New Zealand European</span></p><p><b>identifier</b>: <a href="https://build.fhir.org/ig/HL7NZ/nzbase/NamingSystem-hpiProvider.html" title="HPI providers">HPIProvider</a>/hpi-person-001</p><p><b>name</b>: Marcus Welby</p></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>
  <identifier>
    <system value="https://standards.digital.health.nz/ns/hpi-person-id"/>
    <value value="hpi-person-001"/>
  </identifier>
  <name>
    <text value="Marcus Welby"/>
    <family value="Welby"/>
    <given value="Marcus"/>
  </name>
</Practitioner>