MediRecords FHIR Implementation Guide
1.3.0 - release


: External Health Professional Contact - XML Representation

Raw xml | Download



<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="b27fc609-efcb-4c43-a296-5908787de413"/>
  <meta>
    <profile
             value="https://fhir.medirecords.com/StructureDefinition/mr-practitioner-role-contact"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: PractitionerRole</b><a name="b27fc609-efcb-4c43-a296-5908787de413"> </a></p><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">Resource PractitionerRole &quot;b27fc609-efcb-4c43-a296-5908787de413&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-mr-practitioner-role-contact.html">MR PractitionerRole Contact</a></p></div><p><b>identifier</b>: Medicare Provider Number: 225456HT</p><p><b>active</b>: true</p><p><b>practitioner</b>: <a name="1"> </a></p><blockquote><p/><p><a name="1"> </a></p><p><b>identifier</b>: National provider identifier: 8003610833334085</p><p><b>name</b>: David Jones (OFFICIAL)</p></blockquote><p><b>code</b>: General Practitioner <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#62247001 &quot;General practitioner&quot;)</span></p><p><b>location</b>: <a name="2"> </a></p><blockquote><p/><p><a name="2"> </a></p><p><b>status</b>: active</p><p><b>address</b>: 12 Mitchell Lane Sydney NSW 2000 AU </p></blockquote><p><b>telecom</b>: ph: 0410999888(MOBILE), <a href="mailto:john.smith@gpexample.com">john.smith@gpexample.com</a>, ph: 0212450987(WORK)</p><hr/><blockquote><p><b>Generated Narrative: Practitioner #1</b><a name="1"> </a></p><p><b>identifier</b>: National provider identifier: 8003610833334085</p><p><b>name</b>: David Jones (OFFICIAL)</p></blockquote><hr/><blockquote><p><b>Generated Narrative: Location #2</b><a name="2"> </a></p><p><b>status</b>: active</p><p><b>address</b>: 12 Mitchell Lane Sydney NSW 2000 AU </p></blockquote></div>
  </text>
  <contained>
    <Practitioner>
      <id value="1"/>
      <meta>
        <profile
                 value="https://fhir.medirecords.com/StructureDefinition/mr-practitioner-contact"/>
      </meta>
      <identifier>
        <type>
          <coding>
            <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
            <code value="NPI"/>
          </coding>
        </type>
        <system value="http://ns.electronichealth.net.au/id/hi/hpii/1.0"/>
        <value value="8003610833334085"/>
      </identifier>
      <name>
        <use value="official"/>
        <family value="Jones"/>
        <given value="David"/>
        <prefix value="Dr"/>
      </name>
    </Practitioner>
  </contained>
  <contained>
    <Location>
      <id value="2"/>
      <meta>
        <profile
                 value="https://fhir.medirecords.com/StructureDefinition/mr-location-core"/>
      </meta>
      <status value="active"/>
      <address>
        <line value="12 Mitchell Lane"/>
        <city value="Sydney"/>
        <state value="NSW"/>
        <postalCode value="2000"/>
        <country value="AU"/>
      </address>
    </Location>
  </contained>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
        <code value="UPIN"/>
      </coding>
    </type>
    <system
            value="http://ns.electronichealth.net.au/id/medicare-provider-number"/>
    <value value="225456HT"/>
  </identifier>
  <active value="true"/>
  <practitioner>
    <reference value="#1"/>
  </practitioner>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="62247001"/>
      <display value="General practitioner"/>
    </coding>
    <text value="General Practitioner"/>
  </code>
  <location>
    <reference value="#2"/>
  </location>
  <telecom>
    <system value="phone"/>
    <value value="0410999888"/>
    <use value="mobile"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="john.smith@gpexample.com"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="0212450987"/>
    <use value="work"/>
  </telecom>
</PractitionerRole>