MediRecords FHIR Implementation Guide
1.4.1 - release


: Bundle including matching Patient resources to indicate search result returned - XML Representation

Raw xml | Download


<Bundle xmlns="http://hl7.org/fhir">
  <id value="851a407e-9055-4c83-9ce1-20bac9a31e99"/>
  <meta>
    <lastUpdated value="2021-05-10T01:43:30Z"/>
  </meta>
  <type value="searchset"/>
  <total value="1"/>
  <link>
    <relation value="self"/>
    <url value="https://api.medirecords.com/fhir/v1/Patient?_count=10"/>
  </link>
  <entry>
    <fullUrl
             value="https://api.medirecords.com/fhir/v1/Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c"/>
    <resource>
      <Patient>
        <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"><a name="Patient_1e5cae20-85bf-11e8-b401-ffccd711ad9c"> </a><p class="res-header-id"><b>Generated Narrative: Patient 1e5cae20-85bf-11e8-b401-ffccd711ad9c</b></p><a name="1e5cae20-85bf-11e8-b401-ffccd711ad9c"> </a><a name="hc1e5cae20-85bf-11e8-b401-ffccd711ad9c"> </a><a name="1e5cae20-85bf-11e8-b401-ffccd711ad9c-en-US"> </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">Last updated: 2021-10-11 01:43:30+0000</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-mr-patient-core.html">MR Patient</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Mila Female, DoB: 1990-11-29 ( Medicare Number: 32788511952 (, period: (?) --&gt; 2025-02))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</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">Practitioner-6d6d7ce8-65c2-11e6-a20e-7b5deed40054</a></li><li>Managing Organization: <a href="Organization-ade47c8c-9eed-11ea-a6fa-3f7e286deed9">Organization-ade47c8c-9eed-11ea-a6fa-3f7e286deed9</a></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"><span title="Codes:{https://fhir.medirecords.com/CodeSystem/mr-patient-ethnicity-code 155}">Scottish</span></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">false</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>
        <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>
    </resource>
    <search>
      <mode value="match"/>
    </search>
  </entry>
</Bundle>