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

: ReferralPatient - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="ReferralPatient"/>
  <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 ReferralPatient</b></p><a name="ReferralPatient"> </a><a name="hcReferralPatient"> </a><a name="ReferralPatient-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;">John Smith (official) Male, DoB: 1967-01-20 ( IHI: Austalian Healthcare Identifier - Individual#8003608833357361)</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>Medicare Number/32788511952 (, period: (?) --&gt; 2023-12)</li><li>Insurance Member Number/8279115</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: 0441344122(Mobile)</li><li>ph: 0239991221(Home)</li><li><a href="mailto:jonosmith56@gmail.com">jonosmith56@gmail.com</a></li><li>12 Boundary road South Brisbane QLD 4101 (home)</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Patient Links">Links:</td><td colspan="3"><ul><li>Managing Organization: <a href="Organization-ReferralRequesterOrganization.html">Jonathanport Medical Centre</a></li></ul></td></tr></table></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="NI"/>
      </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"/>
      </coding>
      <text value="Medicare Number"/>
    </type>
    <system value="http://ns.electronichealth.net.au/id/medicare-number"/>
    <value value="32788511952"/>
    <period>
      <end value="2023-12"/>
    </period>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MB"/>
      </coding>
      <text value="Insurance Member Number"/>
    </type>
    <system value="https://privatehealth.gov.au/insurer/BUP/member/memberid"/>
    <value value="8279115"/>
    <assigner>
      <display value="Bupa HI Pty Ltd"/>
    </assigner>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <family value="Smith"/>
    <given value="John"/>
    <prefix value="Mr"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="0441344122"/>
    <use value="mobile"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="0239991221"/>
    <use value="home"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="jonosmith56@gmail.com"/>
    <use value="home"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1967-01-20"/>
  <address>
    <use value="home"/>
    <type value="physical"/>
    <line value="12 Boundary road"/>
    <city value="South Brisbane"/>
    <state value="QLD"/>
    <postalCode value="4101"/>
  </address>
  <managingOrganization>🔗 
    <reference value="Organization/ReferralRequesterOrganization"/>
    <display value="Jonathanport Medical Centre"/>
  </managingOrganization>
</Patient>