AU eRequesting Implementation Guide
0.1.0-ballot - Ballot Australia flag

This page is part of the AU eRequesting (v0.1.0-ballot: AU eRequesting R1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. . For a full list of available versions, see the Directory of published versions

: PractitionerRole - General practitioner - XML Representation

Page standards status: Informative

Raw xml | Download



  <!--  Compliant with Services Australia Test Data  -->
<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="guthridge-jarred-gp"/>
  <meta>
    <profile
             value="http://hl7.org.au/fhir/StructureDefinition/au-practitionerrole"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: PractitionerRole guthridge-jarred-gp</b></p><a name="guthridge-jarred-gp"> </a><a name="hcguthridge-jarred-gp"> </a><a name="guthridge-jarred-gp-en-AU"> </a><p><b>identifier</b>: Medicare Provider Number/2448301T</p><p><b>practitioner</b>: <a href="Practitioner-guthridge-jarred.html">Practitioner Jarred Guthridge </a></p><p><b>organization</b>: <a href="Organization-elimbah-medical-center.html">Organization Elimbah Medical Center</a></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 62247001}, {http://www.abs.gov.au/ausstats/abs@.nsf/mf/1220.0 253111}">General Practitioner</span></p><p><b>telecom</b>: ph: 0770109540, <a href="mailto:jarred.guthridge@elimbahmedicalcentre.example.com.au">jarred.guthridge@elimbahmedicalcentre.example.com.au</a></p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
        <code value="UPIN"/>
        <display value="Medicare Provider Number"/>
      </coding>
      <text value="Medicare Provider Number"/>
    </type>
    <system
            value="http://ns.electronichealth.net.au/id/medicare-provider-number"/>
    <value value="2448301T"/>
  </identifier>
  <practitioner>🔗 
    <reference value="Practitioner/guthridge-jarred"/>
  </practitioner>
  <organization>🔗 
    <reference value="Organization/elimbah-medical-center"/>
  </organization>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="62247001"/>
    </coding>
    <coding>
      <system value="http://www.abs.gov.au/ausstats/abs@.nsf/mf/1220.0"/>
      <code value="253111"/>
    </coding>
    <text value="General Practitioner"/>
  </code>
  <telecom>
    <system value="phone"/>
    <value value="0770109540"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="jarred.guthridge@elimbahmedicalcentre.example.com.au"/>
  </telecom>
</PractitionerRole>