MCC eCare Plan Implementation Guide
1.0.0 - STU1 United States of America flag

MCC eCare Plan Implementation Guide, published by HL7 International / Patient Care. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-mcc/ and changes regularly. See the Directory of published versions

: practitionerMCC-V - XML Representation

Raw xml | Download



<Practitioner xmlns="http://hl7.org/fhir">
  <id value="practitionerMCC-V"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner practitionerMCC-V</b></p><a name="practitionerMCC-V"> </a><a name="hcpractitionerMCC-V"> </a><a name="practitionerMCC-V-en-US"> </a><p><b>identifier</b>: <a href="http://terminology.hl7.org/5.0.0/NamingSystem-npi.html" title="National Provider Identifier">NPI</a>/9941339100, <code>http://www.acme.org/practitioners</code>/254567</p><p><b>name</b>: Vince Jones </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="9941339100"/>
  </identifier>
  <identifier>
    <system value="http://www.acme.org/practitioners"/>
    <value value="254567"/>
  </identifier>
  <name>
    <family value="Jones"/>
    <given value="Vince"/>
    <prefix value="Dr"/>
  </name>
  <address>
    <use value="home"/>
    <line value="1003 Healthcare Drive"/>
    <city value="Amherst"/>
    <state value="MA"/>
    <postalCode value="01002"/>
  </address>
</Practitioner>