New Zealand NHI IG
1.6.1 - Release

New Zealand NHI IG - Local Development build (v1.6.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Match - XML Representation

Raw xml | Download



<Parameters xmlns="http://hl7.org/fhir">
  <id value="Match"/>
  <parameter>
    <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"/>
          <version value="2.0"/>
          <code value="21111"/>
          <display value="Māori"/>
        </coding>
        <text value="Māori"/>
      </valueCodeableConcept>
    </extension>
    <extension url="http://hl7.org.nz/fhir/StructureDefinition/birth-place">
      <extension
                 url="http://hl7.org.nz/fhir/StructureDefinition/birth-place#country">
        <valueCodeableConcept>
          <coding>
            <system value="urn:iso:std:iso:3166"/>
            <version value="2013"/>
            <code value="AU"/>
            <display value="Australia"/>
          </coding>
          <text value="Australia"/>
        </valueCodeableConcept>
      </extension>
      <extension
                 url="http://hl7.org.nz/fhir/StructureDefinition/birth-place#placeofbirth">
        <valueString value="Sydney"/>
      </extension>
    </extension>
    <name value="resource"/>
    <resource>
      <Patient>
        <meta>
          <versionId value="123"/>
        </meta>
        <name>
          <extension
                     url="http://hl7.org/fhir/StructureDefinition/iso21090-preferred">
            <valueBoolean value="true"/>
          </extension>
          <use value="nickname"/>
          <text value="TEST-AQURE, ROBERT"/>
          <family value="TEST-AQURE"/>
          <given value="ROBERT"/>
        </name>
        <gender value="male"/>
        <birthDate value="1985-06-15"/>
        <address>
          <use value="home"/>
          <type value="physical"/>
          <line value="24 Warren Avenue"/>
          <line value="Three Kings"/>
          <district value="Auckland 1042"/>
        </address>
      </Patient>
    </resource>
  </parameter>
  <parameter>
    <name value="count"/>
    <valueInteger value="10"/>
  </parameter>
  <parameter>
    <name value="onlyCertainMatches"/>
    <valueBoolean value="false"/>
  </parameter>
</Parameters>