AU Core Implementation Guide
0.1.0-draft - Draft Australia flag

This page is part of the AU Core Implementation Guide 0.1.0 Draft. It is based on AU Base 4.1.0. For a full list of available versions, see the Directory of published versions

: PractitionerRole - Retail pharmacist - XML Representation

Page standards status: Informative

Raw xml | Download



<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="pharmacist-retail"/>
  <meta>
    <profile
             value="http://hl7.org.au/fhir/core/StructureDefinition/au-core-practitionerrole"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: PractitionerRole</b><a name="pharmacist-retail"> </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;pharmacist-retail&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-au-core-practitionerrole.html">AU Core PractitionerRole</a></p></div><p><b>identifier</b>: Employee Number: EMP765301</p><p><b>practitioner</b>: <span>: Mr. Pharmacist</span></p><p><b>organization</b>: <span>: A Local Pharmacy</span></p><p><b>code</b>: Pharmacist <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (1220.0#251513 &quot;Retail Pharmacist&quot;)</span></p><p><b>telecom</b>: <a href="mailto:pha@gmail.com">pha@gmail.com</a></p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="EI"/>
        <display value="Employee number"/>
      </coding>
      <text value="Employee Number"/>
    </type>
    <system value="http://example.com/pharmacy/emp"/>
    <value value="EMP765301"/>
    <assigner>
      <display value="A Local Pharmacy"/>
    </assigner>
  </identifier>
  <practitioner>
    <display value="Mr. Pharmacist"/>
  </practitioner>
  <organization>
    <display value="A Local Pharmacy"/>
  </organization>
  <code>
    <coding>
      <system value="http://www.abs.gov.au/ausstats/abs@.nsf/mf/1220.0"/>
      <code value="251513"/>
      <display value="Retail Pharmacist"/>
    </coding>
    <text value="Pharmacist"/>
  </code>
  <telecom>
    <system value="email"/>
    <value value="pha@gmail.com"/>
    <use value="work"/>
  </telecom>
</PractitionerRole>