Publication Build: This will be filled in by the publication tooling
Page standards status: Informative |
<PractitionerRole xmlns="http://hl7.org/fhir">
<!-- Example adapted from MCC eCare Plan Implementation Guide PractitionerRoleMCC3 -->
<id value="gp-primary-peter"/>
<meta>
<versionId value="2"/>
<lastUpdated value="2022-05-18T23:39:06.982+00:00"/>
<source value="#iQ383PGcdyFc6WvK"/>
<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="gp-primary-peter"> </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 "gp-primary-peter" Version "2" Updated "2022-05-18 23:39:06+0000" </p><p style="margin-bottom: 0px">Information Source: #iQ383PGcdyFc6WvK!</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: 23</p><p><b>active</b>: true</p><p><b>period</b>: 2012-01-01 --> 2012-03-31</p><p><b>practitioner</b>: <a href="Practitioner-primary-peter.html">Practitioner/primary-peter: Dr Peter Primary</a> " PRIMARY"</p><p><b>organization</b>: <a href="http://example.org/SomeOrganization/123">http://example.org/SomeOrganization/123</a></p><p><b>code</b>: General Practice Physician <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (provider-taxonomy#208D00000X; <a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#62247001; 1220.0#253111)</span></p><p><b>specialty</b>: Public Health & General Preventive Medicine Physician <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (provider-taxonomy#2083P0901X; <a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#394814009 "General practice (specialty)")</span></p><p><b>location</b>: <a href="http://example.org/Location/SouthWing">http://example.org/Location/SouthWing: South Wing, second floor</a></p><p><b>healthcareService</b>: <a href="http://example.org/HealthcareService/123">http://example.org/HealthcareService/123</a></p><p><b>telecom</b>: ph: (08) 7010 5556(WORK), <a href="mailto:PPP@example.org">PPP@example.org</a></p><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: mon, tue, wed</p><p><b>availableStartTime</b>: 09:00:00</p><p><b>availableEndTime</b>: 16:30:00</p></blockquote><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: thu, fri</p><p><b>availableStartTime</b>: 09:00:00</p><p><b>availableEndTime</b>: 12:00:00</p></blockquote><h3>NotAvailables</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Description</b></td><td><b>During</b></td></tr><tr><td style="display: none">*</td><td>Peter will be on extended leave during June 2022</td><td>2017-05-01 --> 2017-05-20</td></tr></table><p><b>availabilityExceptions</b>: Peter is generally unavailable on public holidays and during the Christmas/New Year break</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.org/SomeOrganization/practitioners"/>
<value value="23"/>
</identifier>
<active value="true"/>
<period>
<start value="2012-01-01"/>
<end value="2012-03-31"/>
</period>
<practitioner>
<reference value="Practitioner/primary-peter"/>
<display value="Dr Peter Primary"/>
</practitioner>
<organization>
<reference value="http://example.org/SomeOrganization/123"/>
</organization>
<code>
<coding>
<system value="http://nucc.org/provider-taxonomy"/>
<code value="208D00000X"/>
<display value="General Practice Physician"/>
</coding>
<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>
</code>
<specialty>
<coding>
<system value="http://nucc.org/provider-taxonomy"/>
<code value="2083P0901X"/>
<display
value="Public Health & General Preventive Medicine Physician"/>
</coding>
<coding>
<system value="http://snomed.info/sct"/>
<code value="394814009"/>
<display value="General practice (specialty)"/>
</coding>
</specialty>
<location>
<reference value="http://example.org/Location/SouthWing"/>
<display value="South Wing, second floor"/>
</location>
<healthcareService>
<reference value="http://example.org/HealthcareService/123"/>
</healthcareService>
<telecom>
<system value="phone"/>
<value value="(08) 7010 5556"/>
<use value="work"/>
</telecom>
<telecom>
<system value="email"/>
<value value="PPP@example.org"/>
<use value="work"/>
</telecom>
<availableTime>
<daysOfWeek value="mon"/>
<daysOfWeek value="tue"/>
<daysOfWeek value="wed"/>
<availableStartTime value="09:00:00"/>
<availableEndTime value="16:30:00"/>
</availableTime>
<availableTime>
<daysOfWeek value="thu"/>
<daysOfWeek value="fri"/>
<availableStartTime value="09:00:00"/>
<availableEndTime value="12:00:00"/>
</availableTime>
<notAvailable>
<description value="Peter will be on extended leave during June 2022"/>
<during>
<start value="2017-05-01"/>
<end value="2017-05-20"/>
</during>
</notAvailable>
<availabilityExceptions
value="Peter is generally unavailable on public holidays and during the Christmas/New Year break"/>
</PractitionerRole>
IG © 2022+ HL7 Australia. Package hl7.fhir.au.core#0.2.1-preview based on FHIR 4.0.1. Generated 2023-08-22
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change