AU Base Implementation Guide
4.2.2-ci-build - CI Build
AU Base Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 4.2.2-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-base/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
<PractitionerRole xmlns="http://hl7.org/fhir">
<id value="example0"/>
<meta>
<profile
value="http://hl7.org.au/fhir/StructureDefinition/au-practitionerrole"/>
</meta>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml">
<p>
<b>Narrative</b>
</p>
<p><b>id</b>: example0</p>
<p><b>meta</b>: </p>
<p><b>identifier</b>: Medicare Provider Number: 1234561A</p>
<p><b>active</b>: true</p>
<p><b>practitioner</b>: <a href="Practitioner-example0.html">Generated Summary: id: example0; HPI-I: 8003619900015717, Prescriber Number: 453221, Ahpra Registration Number: MED0000932945,
Care Agency Employee Identifier: 9003600003999997; active; Helen Mayo ; helen.mayo@downunderhospital.example.com(WORK); <span title="Codes: {urn:ietf:bcp:47 asf}">Auslan</span></a></p>
<p><b>organization</b>: <a href="Organization-example0.html">Generated Summary: id: example0; HPI-O: 8003621566684455; active; name: Downunder Hospital;
helen.mayo@downunderhospital.example.com(WORK)</a></p>
<p><b>specialty</b>: <span title="Codes: {http://snomed.info/sct 394579002}">Cardiology</span></p>
<p><b>location</b>: <a href="Location-example0.html">Generated Summary: id: example0; status: active; name: Downunder Hospital Blacktown; ph: 0255503555(WORK)</a></p>
<p><b>telecom</b>: ph: 0255507777(WORK), ph: 0255508888(After Hours)</p>
</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>
<active value="true"/>
<practitioner>🔗
<reference value="Practitioner/example0"/>
</practitioner>
<organization>🔗
<reference value="Organization/example0"/>
</organization>
<specialty>
<coding>
<system value="http://snomed.info/sct"/>
<code value="394579002"/>
<display value="Cardiology"/>
</coding>
</specialty>
<location>🔗
<reference value="Location/example0"/>
</location>
<telecom>
<system value="phone"/>
<value value="0255507777"/>
<use value="work"/>
</telecom>
<telecom>
<extension
url="http://hl7.org.au/fhir/StructureDefinition/contact-purpose">
<valueCodeableConcept>
<coding>
<system
value="http://terminology.hl7.org.au/CodeSystem/contact-purpose"/>
<code value="after-hours"/>
<display value="After Hours"/>
</coding>
</valueCodeableConcept>
</extension>
<system value="phone"/>
<value value="0255508888"/>
</telecom>
</PractitionerRole>