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

: Cleo Moss Esq. (Vendor Environment HI Test Data plus telecom and living in TAS) - XML Representation

Raw xml | Download



  <!-- Compliant with HI Test Data in Vendor Environment -->
<Patient xmlns="http://hl7.org/fhir">
  <id value="hi-testdata-moss-cleo"/>
  <meta>
    <profile
             value="http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-patient-core-1"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
            <h2>Cleo Moss Esq.</h2>
            <table>
                <tr>
                    <td>Indigenous Status</td>
                    <td>Neither Aboriginal nor Torres Strait Islander origin</td>
                </tr>
                <tr>
                    <td>IHI</td>
                    <td>8003608833564735</td>
                </tr>
                <tr>
                    <td>Email</td>
                    <td>moss@gmail.com</td>
                </tr>
                <tr>
                    <td>Gender</td>
                    <td>Female</td>
                </tr>
                <tr>
                    <td>Date of Birth</td>
                    <td>23 August 1965</td>
                </tr>
                <tr>
                    <td>Address</td>
                    <td>138 Gateway Ct, CALDER, TAS, 7325</td>
                </tr>
            </table>
        </div>
  </text>
  <extension
             url="http://hl7.org.au/fhir/StructureDefinition/indigenous-status">
    <valueCoding>
      <system
              value="https://healthterminologies.gov.au/fhir/CodeSystem/australian-indigenous-status-1"/>
      <code value="4"/>
      <display value="Neither Aboriginal nor Torres Strait Islander origin"/>
    </valueCoding>
  </extension>
  <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"/>
        <display 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"/>
        <display value="Verified"/>
      </valueCoding>
    </extension>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="NI"/>
        <display value="National unique individual identifier"/>
      </coding>
      <text value="IHI"/>
    </type>
    <system value="http://ns.electronichealth.net.au/id/hi/ihi/1.0"/>
    <value value="8003608833564735"/>
  </identifier>
  <name>
    <family value="Moss"/>
    <given value="Cleo"/>
    <suffix value="Esq."/>
  </name>
  <telecom>
    <system value="email"/>
    <value value="moss@gmail.com"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="1965-08-23"/>
  <address>
    <use value="home"/>
    <text value="138 Gateway Ct, CALDER, TAS, 7325"/>
  </address>
</Patient>