PACIO Sample Data Depot
0.1.0 - draft
PACIO Sample Data Depot, published by MITRE. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/paciowg/sample-data-fsh/ and changes regularly. See the Directory of published versions
<Practitioner xmlns="http://hl7.org/fhir">
<id value="Practitioner-Phil-Chekhov"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner Practitioner-Phil-Chekhov</b></p><a name="Practitioner-Phil-Chekhov"> </a><a name="hcPractitioner-Phil-Chekhov"> </a><p><b>identifier</b>: <a href="http://terminology.hl7.org/6.1.0/NamingSystem-npi.html" title="National Provider Identifier">United States National Provider Identifier</a>/2910395830</p><p><b>active</b>: true</p><p><b>name</b>: Phil Chekhov</p><p><b>telecom</b>: ph: (610) 555 1893</p><p><b>address</b>: 125 Yew St, Grand Rapids, MI 49503</p><p><b>gender</b>: Male</p></div>
</text>
<identifier>
<system value="http://hl7.org/fhir/sid/us-npi"/>
<value value="2910395830"/>
</identifier>
<active value="true"/>
<name>
<text value="Phil Chekhov"/>
<family value="Chekhov"/>
<given value="Phil"/>
</name>
<telecom>
<system value="phone"/>
<value value="(610) 555 1893"/>
</telecom>
<address>
<text value="125 Yew St, Grand Rapids, MI 49503"/>
<line value="125 Yew St"/>
<city value="Grand Rapids"/>
<state value="MI"/>
<postalCode value="49503"/>
<country value="US"/>
</address>
<gender value="male"/>
</Practitioner>