MediRecords FHIR Implementation Guide
1.3.0 - release


: MediRecords General Patient - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="1e5cae20-85bf-11e8-b401-ffccd711ad9c"/>
  <meta>
    <lastUpdated value="2021-10-11T01:43:30Z"/>
    <profile
             value="https://fhir.medirecords.com/StructureDefinition/mr-patient-core"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>Mila</b> female, DoB: 1990-11-29 ( Medicare Number: 32788511952 (period: (?) --&gt; 2025-02))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Other Ids (see the one above)">Other Id:</td><td colspan="3">Patient external identifier: 12345678H</td></tr><tr><td style="background-color: #f3f5da" title="Alternate names (see the one above)">Alt Names:</td><td colspan="3"><ul><li>Mila Grey (OFFICIAL)</li><li>Don Mila(OLD)</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Details:</td><td colspan="3"><ul><li>ph: 0410999999(MOBILE)</li><li><a href="mailto:mila.grey@xyz.com">mila.grey@xyz.com</a></li><li>abc lane Sydney NSW 2000 AU (HOME)</li><li>12 MLK BLVD Tampa FL 33131 US (WORK)</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Patient Links">Links:</td><td colspan="3"><ul><li>General Practitioner: <a href="Practitioner-6d6d7ce8-65c2-11e6-a20e-7b5deed40054.html">Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054</a> &quot; SMITH&quot;</li><li>Managing Organization: <a href="Organization-ade47c8c-9eed-11ea-a6fa-3f7e286deed9.html">Organization/ade47c8c-9eed-11ea-a6fa-3f7e286deed9</a> &quot;Healthy Live Clinic&quot;</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="This extension applies to the Patient resource and is used to represent ethnic identity. This extension is to support the provision of healthcare services to patients with specific cultural identities. This extension provides further information about a person’s cultural values and practices which can be significant in determining service type, support required and possible needs."><a href="http://hl7.org.au/fhir/4.0.0/StructureDefinition-ethnicity.html">Ethnicity:</a></td><td colspan="3"><ul><li><span title="Codes: {https://fhir.medirecords.com/CodeSystem/mr-patient-ethnicity-code 155}">Scottish</span></li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Extension to record if the patient in context uses English as the second language"><a href="StructureDefinition-mr-eng-secondlang-ind-extn.html">English As Second Language Indicator Extension:</a></td><td colspan="3"><ul><li>false</li></ul></td></tr></table></div>
  </text>
  <extension
             url="https://fhir.medirecords.com/StructureDefinition/mr-eng-secondlang-ind-extn">
    <valueBoolean value="false"/>
  </extension>
  <extension url="http://hl7.org.au/fhir/StructureDefinition/ethnicity">
    <valueCodeableConcept>
      <coding>
        <system
                value="https://fhir.medirecords.com/CodeSystem/mr-patient-ethnicity-code"/>
        <code value="155"/>
        <display value="Scottish"/>
      </coding>
    </valueCodeableConcept>
  </extension>
  <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="2025-02"/>
    </period>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="PT"/>
        <display value="Patient external identifier"/>
      </coding>
    </type>
    <system value="urn:uuid:88229aa3-20e8-491f-8e5a-3c5918850b93"/>
    <value value="12345678H"/>
  </identifier>
  <name>
    <use value="official"/>
    <family value="Grey"/>
    <given value="Mila"/>
    <prefix value="Mrs"/>
  </name>
  <name>
    <use value="usual"/>
    <text value="Mila"/>
  </name>
  <name>
    <use value="old"/>
    <text value="Don Mila"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="0410999999"/>
    <use value="mobile"/>
    <rank value="1"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="mila.grey@xyz.com"/>
    <use value="home"/>
  </telecom>
  <gender value="female"/>
  <birthDate value="1990-11-29">
    <extension
               url="http://hl7.org.au/fhir/StructureDefinition/date-accuracy-indicator">
      <valueCoding>
        <system
                value="https://healthterminologies.gov.au/fhir/CodeSystem/date-accuracy-indicator-1"/>
        <code value="AAA"/>
        <display value="Day, month and year are accurate"/>
      </valueCoding>
    </extension>
  </birthDate>
  <address>
    <extension
               url="https://fhir.medirecords.com/StructureDefinition/mr-address-isprimary-extn">
      <valueBoolean value="true"/>
    </extension>
    <use value="home"/>
    <type value="physical"/>
    <line value="abc lane"/>
    <city value="Sydney"/>
    <state value="NSW"/>
    <postalCode value="2000"/>
    <country value="AU"/>
  </address>
  <address>
    <extension
               url="https://fhir.medirecords.com/StructureDefinition/mr-address-isprimary-extn">
      <valueBoolean value="false"/>
    </extension>
    <use value="work"/>
    <type value="physical"/>
    <line value="12 MLK BLVD"/>
    <city value="Tampa"/>
    <state value="FL"/>
    <postalCode value="33131"/>
    <country value="US"/>
  </address>
  <generalPractitioner>
    <reference value="Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054"/>
  </generalPractitioner>
  <managingOrganization>
    <reference value="Organization/ade47c8c-9eed-11ea-a6fa-3f7e286deed9"/>
  </managingOrganization>
</Patient>