AU Core Implementation Guide
0.2.1-preview - Preview Australia flag

Publication Build: This will be filled in by the publication tooling

: Practitioner - Dr. Bob Bobrester - XML Representation

Page standards status: Informative

Raw xml | Download



<Practitioner xmlns="http://hl7.org/fhir">
  <id value="bobrester-bob"/>
  <meta>
    <profile
             value="http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitioner"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Practitioner</b><a name="bobrester-bob"> </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 Practitioner &quot;bobrester-bob&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-au-core-practitioner.html">AU Core Practitioner</a></p></div><p><b>identifier</b>: Medicare Provider Number: 1234561A, Prescriber Number: 553255</p><p><b>name</b>: Bob Bobrester </p><p><b>telecom</b>: <a href="mailto:drbob@bobrestermedical.example.com">drbob@bobrestermedical.example.com</a></p><h3>Qualifications</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Extension</b></td><td><b>Identifier</b></td><td><b>Code</b></td><td><b>Period</b></td><td><b>Issuer</b></td></tr><tr><td style="display: none">*</td><td/><td>Ahpra Registration Number: MED0002137855</td><td>Medical Practitioner <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://hl7.org.au/fhir/4.1.1-preview/CodeSystem-au-v2-0360.html">DegreeLicenseCertificate AU</a>#AUAHPRAProfession)</span></td><td>1996-02-08 --&gt; (ongoing)</td><td><span>: Australian Health Practitioner Regulation Agency</span></td></tr></table></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
        <code value="UPIN"/>
      </coding>
      <text value="Medicare Provider Number"/>
    </type>
    <system
            value="http://ns.electronichealth.net.au/id/medicare-provider-number"/>
    <value value="1234561A"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
        <code value="PRES"/>
        <display value="Prescriber Number"/>
      </coding>
      <text value="Prescriber Number"/>
    </type>
    <system
            value="http://ns.electronichealth.net.au/id/medicare-prescriber-number"/>
    <value value="553255"/>
  </identifier>
  <name>
    <family value="Bobrester"/>
    <given value="Bob"/>
    <prefix value="Dr."/>
  </name>
  <telecom>
    <system value="email"/>
    <value value="drbob@bobrestermedical.example.com"/>
  </telecom>
  <qualification>
    <extension
               url="http://hl7.org.au/fhir/StructureDefinition/ahpraprofession-details">
      <extension url="ahpraProfession">
        <valueCodeableConcept>
          <text value="Medical Practitioner"/>
        </valueCodeableConcept>
      </extension>
    </extension>
    <identifier>
      <type>
        <coding>
          <system value="http://terminology.hl7.org.au/CodeSystem/v2-0203"/>
          <code value="AHPRA"/>
          <display
                   value="Australian Health Practitioner Regulation Agency Registration Number"/>
        </coding>
        <text value="Ahpra Registration Number"/>
      </type>
      <system value="http://hl7.org.au/id/ahpra-registration-number"/>
      <value value="MED0002137855"/>
    </identifier>
    <code>
      <coding>
        <system value="http://terminology.hl7.org.au/CodeSystem/v2-0360"/>
        <code value="AUAHPRAProfession"/>
      </coding>
      <text value="Medical Practitioner"/>
    </code>
    <period>
      <start value="1996-02-08"/>
    </period>
    <issuer>
      <display value="Australian Health Practitioner Regulation Agency"/>
    </issuer>
  </qualification>
</Practitioner>