MCC eCare Plan Draft Implementation Guide
0.1.0 - CI Build

MCC eCare Plan Draft Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: US Core Practitioner Example - XML Representation

Raw xml | Download



<Practitioner xmlns="http://hl7.org/fhir">
  <id value="practitioner-1"/>
  <meta>
    <versionId value="14"/>
    <lastUpdated value="2020-10-19T20:29:58.852+00:00"/>
    <source value="#vryayC7iVwecVfG1"/>
    <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><b>Generated Narrative</b></p><h3>Ids</h3><table class="grid"><tr><td>-</td></tr><tr><td>*</td></tr></table><h3>Meta</h3><table class="grid"><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>identifier</b>: id: 9941339108, id: 25456</p><p><b>name</b>: Ronald Bone </p><p><b>address</b>: 1003 Healthcare Drive Amherst MA 01002 (HOME)</p></div>
  </text>
  <identifier>
    <system value="http://hl7.org.fhir/sid/us-npi"/>
    <value value="9941339108"/>
  </identifier>
  <identifier>
    <system value="http://www.acme.org/practitioners"/>
    <value value="25456"/>
  </identifier>
  <name>
    <family value="Bone"/>
    <given value="Ronald"/>
    <prefix value="Dr"/>
  </name>
  <address>
    <use value="home"/>
    <line value="1003 Healthcare Drive"/>
    <city value="Amherst"/>
    <state value="MA"/>
    <postalCode value="01002"/>
  </address>
</Practitioner>