Magentus Practice Management FHIR Implementation Guide
1.2.35 - ci-build

Magentus Practice Management FHIR Implementation Guide - Local Development build (v1.2.35) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Imaging Report Patient - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="661c3a1d-4158-4c77-b1be-9a530d746c0d"/>
  <meta>
    <profile
             value="http://fhir.geniesolutions.io/StructureDefinition/gs-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient 661c3a1d-4158-4c77-b1be-9a530d746c0d</b></p><a name="661c3a1d-4158-4c77-b1be-9a530d746c0d"> </a><a name="hc661c3a1d-4158-4c77-b1be-9a530d746c0d"> </a><a name="661c3a1d-4158-4c77-b1be-9a530d746c0d-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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-gs-patient.html">Genie Patient</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Travis Johnson(official) Male, DoB: 1957-09-19 ( Medicare Number: 69474486042)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td colspan="3">true</td></tr><tr><td style="background-color: #f3f5da" title="Other Ids (see the one above)">Other Ids:</td><td colspan="3"><ul><li>IHI/8003605621055496</li><li>Medical Record Number/39.38755677</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li>ph: 61095026(Mobile)</li><li><a href="mailto:youngdebra@example.org">youngdebra@example.org</a></li><li>777 Lee Avenue West Amandashire QLD 2511 AU (home)</li></ul></td></tr></table></div>
  </text>
  <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="69474486042"/>
  </identifier>
  <identifier>
    <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="8003605621055496"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
        <display value="Medical Record Number"/>
      </coding>
      <text value="Medical Record Number"/>
    </type>
    <system
            value="http://ns.electronichealth.net.au/id/hpio-scoped/medicalrecord/1.0/8003625822509794"/>
    <value value="39.38755677"/>
    <assigner>
      <display value="Visage Imaging - Richmond - Richmond VIC"/>
    </assigner>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <text value="Travis Johnson"/>
    <family value="Johnson"/>
    <given value="Travis"/>
    <prefix value="Mr"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="61095026"/>
    <use value="mobile"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="youngdebra@example.org"/>
    <use value="home"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1957-09-19"/>
  <address>
    <use value="home"/>
    <type value="physical"/>
    <line value="777 Lee Avenue"/>
    <city value="West Amandashire"/>
    <state value="QLD"/>
    <postalCode value="2511"/>
    <country value="AU"/>
  </address>
</Patient>