Da Vinci Risk Adjustment Implementation Guide
2.1.0 - STU 2.1 United States of America flag

This page is part of the Da Vinci Risk Adjustment FHIR Implementation Guide (v2.1.0: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Practitioner01: Harold Hippocrates - XML Representation

Page standards status: Informative

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="ra-prac01pat01"/>
  <meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
      <valueString value="Practitioner01: Harold Hippocrates"/>
    </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 individual practitioner: Harold Hippocrates."/>
    </extension>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner|7.0.0"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner ra-prac01pat01</b></p><a name="ra-prac01pat01"> </a><a name="hcra-prac01pat01"> </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 Profileversion: null7.0.0)</a></p></div><p><b>identifier</b>: <a href="http://terminology.hl7.org/5.5.0/NamingSystem-npi.html" title="National Provider Identifier">United States National Provider Identifier</a>/1245319599</p><p><b>name</b>: Harold Hippocrates </p><p><b>address</b>: 1035 Healthcare Drive Ann Harbor MI 99999 (home)</p></div>
  </text>
  <identifier>
    <system value="http://hl7.org/fhir/sid/us-npi"/>
    <value value="1245319599"/>
  </identifier>
  <name>
    <family value="Hippocrates"/>
    <given value="Harold"/>
    <prefix value="Dr"/>
  </name>
  <address>
    <use value="home"/>
    <line value="1035 Healthcare Drive"/>
    <city value="Ann Harbor"/>
    <state value="MI"/>
    <postalCode value="99999"/>
  </address>
</Practitioner>