Da Vinci Risk Adjustment Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-ra/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
<Practitioner xmlns="http://hl7.org/fhir">
<id value="ra-prac03pat03"/>
<meta>
<extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
<valueString value="Practitioner Example (ra-prac01pat03)"/>
</extension>
<extension
url="http://hl7.org/fhir/StructureDefinition/instance-description">
<valueMarkdown
value="This is an example practitioner that uses the US Core Practitioner profile. The example practitioner is an organization: Community HealthCenter."/>
</extension>
<profile
value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner ra-prac03pat03</b></p><a name="ra-prac03pat03"> </a><a name="hcra-prac03pat03"> </a><a name="ra-prac03pat03-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"/><p style="margin-bottom: 0px">Profile: <a href="http://hl7.org/fhir/us/core/STU7/StructureDefinition-us-core-practitioner.html">US Core Practitioner Profile</a></p></div><p><b>identifier</b>: <code>http://hl7.org.fhir/sid/us-npi</code>/1290123454, <code>http://www.acme.org/practitioners</code>/25456</p><p><b>name</b>: Otto Osler </p><p><b>address</b>: 1003 Healthcare Drive Ann Harbor MI 99999 (home)</p></div>
</text>
<identifier>
<system value="http://hl7.org.fhir/sid/us-npi"/>
<value value="1290123454"/>
</identifier>
<identifier>
<system value="http://www.acme.org/practitioners"/>
<value value="25456"/>
</identifier>
<name>
<family value="Osler"/>
<given value="Otto"/>
<prefix value="Dr"/>
</name>
<address>
<use value="home"/>
<line value="1003 Healthcare Drive"/>
<city value="Ann Harbor"/>
<state value="MI"/>
<postalCode value="99999"/>
</address>
</Practitioner>