MediRecords FHIR Implementation Guide
1.4.1 - 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 class="res-header-id"><b>Generated Narrative: PractitionerRole b27fc609-efcb-4c43-a296-5908787de413</b></p><a name="b27fc609-efcb-4c43-a296-5908787de413"> </a><a name="hcb27fc609-efcb-4c43-a296-5908787de413"> </a><a name="b27fc609-efcb-4c43-a296-5908787de413-en-US"> </a><p><b>identifier</b>: Medicare Provider Number/225456HT</p><p><b>active</b>: true</p><p><b>practitioner</b>: <a href="#hcb27fc609-efcb-4c43-a296-5908787de413/1">Practitioner David Jones (official)</a></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 62247001}">General Practitioner</span></p><p><b>location</b>: <a href="#hcb27fc609-efcb-4c43-a296-5908787de413/2">Location: status = active</a></p><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 class="res-header-id"><b>Generated Narrative: Practitioner  #1</b></p><a name="b27fc609-efcb-4c43-a296-5908787de413/1"> </a><a name="hcb27fc609-efcb-4c43-a296-5908787de413/1"> </a><a name="b27fc609-efcb-4c43-a296-5908787de413/1-en-US"> </a><p><b>identifier</b>: National provider identifier/8003610833334085</p><p><b>name</b>: David Jones (Official)</p></blockquote><hr/><blockquote><p class="res-header-id"><b>Generated Narrative: Location  #2</b></p><a name="b27fc609-efcb-4c43-a296-5908787de413/2"> </a><a name="hcb27fc609-efcb-4c43-a296-5908787de413/2"> </a><a name="b27fc609-efcb-4c43-a296-5908787de413/2-en-US"> </a><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>