This page is part of the MCC eCare Plan Implementation Guide (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
<PractitionerRole xmlns="http://hl7.org/fhir">
<id value="dr-vince-jones"/>
<meta>
<versionId value="1"/>
<profile
value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitionerrole"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: PractitionerRole dr-vince-jones</b></p><a name="dr-vince-jones"> </a><a name="hcdr-vince-jones"> </a><a name="dr-vince-jones-en-US"> </a><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">version: 1</p><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-practitionerrole.html">US Core PractitionerRole Profile</a></p></div><p><b>identifier</b>: <code>http://www.acme.org/practitioners</code>/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-practitionerMCC-V.html">Dr Vince Jones</a></p><p><b>organization</b>: <a href="http://example.org/Organization/123">http://example.org/Organization/123</a></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 11911009}">Nephrologist (occupation)</span></p><p><b>specialty</b>: <span title="Codes:{http://nucc.org/provider-taxonomy 246ZN0300X}">Nephrology Specialist/Technologist</span>, <span title="Codes:{http://snomed.info/sct 394589003}">Nephrology</span></p><p><b>location</b>: <a href="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: 215-947-0319(Work), <a href="mailto:HLV.southern@example.org">HLV.southern@example.org</a></p><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Monday, Tuesday, Wednesday</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>: Thursday, Friday</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>Vince will be on extended leave during May 2017</td><td>2017-05-01 --> 2017-05-20</td></tr></table><p><b>availabilityExceptions</b>: Vince is generally unavailable on public holidays and during the Christmas/New Year break</p></div>
</text>
<identifier>
<system value="http://www.acme.org/practitioners"/>
<value value="23"/>
</identifier>
<active value="true"/>
<period>
<start value="2012-01-01"/>
<end value="2012-03-31"/>
</period>
<practitioner>🔗
<reference value="Practitioner/practitionerMCC-V"/>
<display value="Dr Vince Jones"/>
</practitioner>
<organization>
<reference value="http://example.org/Organization/123"/>
</organization>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="11911009"/>
<display value="Nephrologist (occupation)"/>
</coding>
</code>
<specialty>
<coding>
<system value="http://nucc.org/provider-taxonomy"/>
<code value="246ZN0300X"/>
<display value="Nephrology Specialist/Technologist"/>
</coding>
</specialty>
<specialty>
<coding>
<system value="http://snomed.info/sct"/>
<code value="394589003"/>
<display value="Nephrology"/>
</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="215-947-0319"/>
<use value="work"/>
</telecom>
<telecom>
<system value="email"/>
<value value="HLV.southern@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="Vince will be on extended leave during May 2017"/>
<during>
<start value="2017-05-01"/>
<end value="2017-05-20"/>
</during>
</notAvailable>
<availabilityExceptions
value="Vince is generally unavailable on public holidays and during the Christmas/New Year break"/>
</PractitionerRole>