SMART Scheduling Links, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/smart-scheduling-links/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
<PractitionerRole xmlns="http://hl7.org/fhir">
<id value="doc-smith-role"/>
<meta>
<profile
value="http://hl7.org/fhir/uv/smart-scheduling-links/StructureDefinition/smart-scheduling-practitionerRole"/>
</meta>
<language value="en"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: PractitionerRole doc-smith-role</b></p><a name="doc-smith-role"> </a><a name="hcdoc-smith-role"> </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"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-smart-scheduling-practitionerRole.html">PractitionerRole</a></p></div><p><b>identifier</b>: <code>https://healthsystem.example.com/practitioner-role-directory</code>/ROLE-12345, <a href="http://terminology.hl7.org/6.5.0/NamingSystem-npi.html" title="National Provider Identifier">United States National Provider Identifier</a>/1234567890</p><p><b>active</b>: true</p><p><b>period</b>: 2020-01-01 --> (ongoing)</p><p><b>practitioner</b>: <a href="Practitioner/doc-smith">Dr. John Robert Smith</a></p><p><b>organization</b>: <a href="Organization/berkshire-family-medicine">Berkshire Family Medicine</a></p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 309343006}">Physician</span></p><p><b>specialty</b>: <span title="Codes:{http://snomed.info/sct 394802001}">General medicine</span></p><p><b>location</b>: <a href="Location/123">Berkshire Family Medicine - Pittsfield</a></p><p><b>telecom</b>: ph: 413-555-0123, <a href="mailto:appointments@berkshirefamilymedicine.example.com">appointments@berkshirefamilymedicine.example.com</a></p><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Monday, Tuesday, Wednesday, Thursday, Friday</p><p><b>availableStartTime</b>: 09:00:00</p><p><b>availableEndTime</b>: 17:00:00</p></blockquote></div>
</text>
<identifier>
<system
value="https://healthsystem.example.com/practitioner-role-directory"/>
<value value="ROLE-12345"/>
</identifier>
<identifier>
<system value="http://hl7.org/fhir/sid/us-npi"/>
<value value="1234567890"/>
</identifier>
<active value="true"/>
<period>
<start value="2020-01-01"/>
</period>
<practitioner>
<reference value="Practitioner/doc-smith"/>
<display value="Dr. John Robert Smith"/>
</practitioner>
<organization>
<reference value="Organization/berkshire-family-medicine"/>
<display value="Berkshire Family Medicine"/>
</organization>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="309343006"/>
<display value="Physician"/>
</coding>
</code>
<specialty>
<coding>
<system value="http://snomed.info/sct"/>
<code value="394802001"/>
<display value="General medicine"/>
</coding>
</specialty>
<location>
<reference value="Location/123"/>
<display value="Berkshire Family Medicine - Pittsfield"/>
</location>
<telecom>
<system value="phone"/>
<value value="413-555-0123"/>
</telecom>
<telecom>
<system value="email"/>
<value value="appointments@berkshirefamilymedicine.example.com"/>
</telecom>
<availableTime>
<daysOfWeek value="mon"/>
<daysOfWeek value="tue"/>
<daysOfWeek value="wed"/>
<daysOfWeek value="thu"/>
<daysOfWeek value="fri"/>
<availableStartTime value="09:00:00"/>
<availableEndTime value="17:00:00"/>
</availableTime>
</PractitionerRole>