Australian Digital Health Agency FHIR Implementation Guide
1.2.0-ci-build - draft Australia flag

Australian Digital Health Agency FHIR Implementation Guide, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 1.2.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/ci-fhir-r4/ and changes regularly. See the Directory of published versions

: Bert Gainey (Vendor Environment HI Test Data) - XML Representation

Raw xml | Download



  <!-- Compliant with HI Test Data in Vendor Environment -->
<Patient xmlns="http://hl7.org/fhir">
  <id value="hi-testdata-gainey-bert"/>
  <meta>
    <profile
             value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-patient-core-1"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
            <h2>Bert Gainey</h2>
            <h3>Address</h3>
            <table>
                <tr>
                    <td>Line</td>
                    <td>197 Woodstock Pl</td>
                </tr>
                <tr>
                    <td>City</td>
                    <td>CANBERRA AIRPORT</td>
                </tr>
                <tr>
                    <td>State</td>
                    <td>ACT</td>
                </tr>
                <tr>
                    <td>Postcode</td>
                    <td>2609</td>
                </tr>
            </table>
            <h3>Identifiers</h3>
            <h4>Primary</h4>
            <table>
                <tr>
                    <td>IHI</td>
                    <td>8003608833564727</td>
                </tr>
                <tr>
                    <td>IHI Status</td>
                    <td>active</td>
                </tr>
                <tr>
                    <td>IHI Record Status</td>
                    <td>verified</td>
                </tr>
            </table>
            <h4>Secondary</h4>
            <table>
                <tr>
                    <td>Medicare Number</td>
                    <td>2953307031</td>
                </tr>
                <tr>
                    <td>IRN</td>
                    <td>1</td>
                </tr>
            </table>
        </div>
  </text>
  <identifier>
    <extension url="http://hl7.org.au/fhir/StructureDefinition/ihi-status">
      <valueCoding>
        <system
                value="https://healthterminologies.gov.au/fhir/CodeSystem/ihi-status-1"/>
        <code value="active"/>
      </valueCoding>
    </extension>
    <extension
               url="http://hl7.org.au/fhir/StructureDefinition/ihi-record-status">
      <valueCoding>
        <system
                value="https://healthterminologies.gov.au/fhir/CodeSystem/ihi-record-status-1"/>
        <code value="verified"/>
      </valueCoding>
    </extension>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="NI"/>
        <userSelected value="false"/>
      </coding>
    </type>
    <system value="http://ns.electronichealth.net.au/id/hi/ihi/1.0"/>
    <value value="8003608833564727"/>
  </identifier>
  <identifier>
    <use value="secondary"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MC"/>
        <userSelected value="false"/>
      </coding>
    </type>
    <system value="http://ns.electronichealth.net.au/id/medicare-number"/>
    <value value="29533070311"/>
    <period>
      <end value="2023-11-30"/>
    </period>
  </identifier>
  <name>
    <use value="usual"/>
    <text value="Bert Gainey"/>
    <family value="Gainey"/>
  </name>
  <gender value="male"/>
  <birthDate value="1971-09-24"/>
  <address>
    <use value="home"/>
    <line value="197 Woodstock Pl"/>
    <city value="CANBERRA AIRPORT"/>
    <state value="ACT"/>
    <postalCode value="2609"/>
  </address>
</Patient>