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 |
<Practitioner xmlns="http://hl7.org/fhir">
<id value="fd3c7a99-bb59-4fef-9f79-88d1f7275ca6"/>
<meta>
<profile
value="http://hl7.org/fhir/uv/smart-scheduling-links/StructureDefinition/smart-scheduling-practitioner"/>
</meta>
<language value="en"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><p class="res-header-id"><b>Generated Narrative: Practitioner fd3c7a99-bb59-4fef-9f79-88d1f7275ca6</b></p><a name="fd3c7a99-bb59-4fef-9f79-88d1f7275ca6"> </a><a name="hcfd3c7a99-bb59-4fef-9f79-88d1f7275ca6"> </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">Language: en</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-smart-scheduling-practitioner.html">Practitioner</a></p></div><p><b>identifier</b>: <a href="http://terminology.hl7.org/7.1.0/NamingSystem-npi.html" title="National Provider Identifier">United States National Provider Identifier</a>/npi-8373s (use: usual, )</p><p><b>active</b>: true</p><p><b>name</b>: John Mark(Nickname), Mark </p><p><b>telecom</b>: <a href="tel:+1-93-736-544">+1-93-736-544</a>, <a href="mailto:johnmark@user.com">johnmark@user.com</a></p><p><b>address</b>: Seattle Washington 98106 (work)</p></div>
</text>
<identifier>
<use value="usual"/>
<system value="http://hl7.org/fhir/sid/us-npi"/>
<value value="npi-8373s"/>
</identifier>
<active value="true"/>
<name>
<use value="nickname"/>
<text value="John Mark"/>
<family value="John"/>
</name>
<name>
<given value="Mark"/>
<prefix value="Dr."/>
</name>
<telecom>
<system value="phone"/>
<value value="+1-93-736-544"/>
<use value="mobile"/>
</telecom>
<telecom>
<system value="email"/>
<value value="johnmark@user.com"/>
<use value="work"/>
</telecom>
<address>
<use value="work"/>
<type value="physical"/>
<city value="Seattle"/>
<state value="Washington"/>
<postalCode value="98106"/>
</address>
</Practitioner>