Medtech ALEX® Implementation Guide
0.0.1 - draft International flag

Medtech ALEX® Implementation Guide - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: patient-minimum-example - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="patient-minimum-example"/>
  <meta>
    <profile
             value="https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/alex-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient patient-minimum-example</b></p><a name="patient-minimum-example"> </a><a name="hcpatient-minimum-example"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-alex-patient.html">Patient Profile</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Stella Marie Franklin (official) (no stated gender), DoB: 1985-10-14 ( IHI: Austalian Healthcare Identifier - Individual#8003608833357361)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Other Ids (see the one above)">Other Ids:</td><td colspan="3"><ul><li>Medicare Number/32788511952 (, period: (?) --&gt; 2019-05)</li><li>DVA Number (Gold)/NBUR9080</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3">31 Pacquola Street Clayton South Apartment 201 NSW 2148 (home)</td></tr><tr><td style="background-color: #f3f5da" title="Patient Resource - Patient Sex at Birth"><a href="StructureDefinition-sex-at-birth.html">Sex at Birth extension</a></td><td colspan="3"><span title="Codes:{http://hl7.org/fhir/administrative-gender female}">Female</span></td></tr></table></div>
  </text>
  <extension
             url="https://alexapi.medtechglobal.com.au/fhir/StructureDefinition/sex-at-birth">
    <valueCodeableConcept>
      <coding>
        <system value="http://hl7.org/fhir/administrative-gender"/>
        <code value="female"/>
      </coding>
    </valueCodeableConcept>
  </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="8003608833357361"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MC"/>
        <display value="Patient's Medicare Number"/>
      </coding>
      <text value="Medicare Number"/>
    </type>
    <system value="http://ns.electronichealth.net.au/id/medicare-number"/>
    <value value="32788511952"/>
    <period>
      <end value="2019-05"/>
    </period>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
        <code value="DVG"/>
        <display value="DVA Number (Gold Card)"/>
      </coding>
      <text value="DVA Number (Gold)"/>
    </type>
    <system value="http://ns.electronichealth.net.au/id/dva"/>
    <value value="NBUR9080"/>
  </identifier>
  <name>
    <use value="official"/>
    <family value="Franklin"/>
    <given value="Stella"/>
    <given value="Marie"/>
  </name>
  <birthDate value="1985-10-14"/>
  <address>
    <use value="home"/>
    <type value="physical"/>
    <line value="31 Pacquola Street"/>
    <line value="Clayton South"/>
    <line value="Apartment 201"/>
    <state value="NSW"/>
    <postalCode value="2148"/>
  </address>
</Patient>