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

This page is part of the MCC eCare Plan Implementation Guide (v1.0.0: STU 1) 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

: MCC Practitioner - Primary Care Provider - XML Representation

Raw xml | Download



<Practitioner xmlns="http://hl7.org/fhir">
  <id value="practitionerMCC-3"/>
  <meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
      <valueString value="PractitionerMCC-3"/>
    </extension>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/instance-description">
      <valueMarkdown
                     value="This is a practitioner 1 example for the *US Core Practitioner Profile*."/>
    </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 practitionerMCC-3</b></p><a name="practitionerMCC-3"> </a><a name="hcpractitionerMCC-3"> </a><a name="practitionerMCC-3-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>/25456</p><p><b>name</b>: Peter Primary </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="25456"/>
  </identifier>
  <name>
    <family value="Primary"/>
    <given value="Peter"/>
    <prefix value="Dr"/>
  </name>
  <address>
    <use value="home"/>
    <line value="1003 Healthcare Drive"/>
    <city value="Amherst"/>
    <state value="MA"/>
    <postalCode value="01002"/>
  </address>
</Practitioner>