Da Vinci - Coverage Requirements Discovery, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.2.0-snapshot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-crd/ and changes regularly. See the Directory of published versions
| Page standards status: Informative |
<Practitioner xmlns="http://hl7.org/fhir">
<id value="full"/>
<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 full</b></p><a name="full"> </a><a name="hcfull"> </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></div><p><b>identifier</b>: <code>http://example.org/some-code-system</code>/9941339108, <a href="http://terminology.hl7.org/6.2.0/NamingSystem-npi.html" title="National Provider Identifier">United States National Provider Identifier</a>/1234567893, <a href="http://terminology.hl7.org/6.2.0/NamingSystem-USEIN.html" title="An Employer Identification Number (EIN) is also known as a Federal Tax Identification Number, and is used to identify a business entity.">United States Employer Identification Number</a>/123456789</p><p><b>name</b>: Bone </p><p><b>telecom</b>: ph: 1-234-567-8900, <a href="mailto:bones@example.org">bones@example.org</a></p><p><b>address</b>: </p><ul><li>Suite 100 101 Some Street Las Vegas CA 99999 U.S.A. </li><li>Care of Docs R Us 123 Another Street Vancouver BC V1A 2B3 </li></ul><blockquote><p><b>qualification</b></p><p><b>code</b>: <span title="Codes:">Cardiologist</span></p></blockquote><blockquote><p><b>qualification</b></p><p><b>code</b>: <span title="Codes:">Surgeon</span></p></blockquote></div>
</text>
<identifier>
<system value="http://example.org/some-code-system"/>
<value value="9941339108"/>
</identifier>
<identifier>
<system value="http://hl7.org/fhir/sid/us-npi"/>
<value value="1234567893"/>
</identifier>
<identifier>
<system value="urn:oid:2.16.840.1.113883.4.4"/>
<value value="123456789"/>
</identifier>
<name>
<family value="Bone"/>
</name>
<telecom>
<system value="phone"/>
<value value="1-234-567-8900"/>
</telecom>
<telecom>
<system value="email"/>
<value value="bones@example.org"/>
</telecom>
<address>
<line value="Suite 100"/>
<line value="101 Some Street"/>
<city value="Las Vegas"/>
<state value="CA"/>
<postalCode value="99999"/>
<country value="U.S.A."/>
</address>
<address>
<line value="Care of Docs R Us"/>
<line value="123 Another Street"/>
<city value="Vancouver"/>
<state value="BC"/>
<postalCode value="V1A 2B3"/>
</address>
<qualification>
<code>
<text value="Cardiologist"/>
</code>
</qualification>
<qualification>
<code>
<text value="Surgeon"/>
</code>
</qualification>
</Practitioner>