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
{
"resourceType" : "Practitioner",
"id" : "practitionerMCC-3v",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Practitioner practitionerMCC-3v</b></p><a name=\"practitionerMCC-3v\"> </a><a name=\"hcpractitionerMCC-3v\"> </a><a name=\"practitionerMCC-3v-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>: John Carlson </p><p><b>address</b>: 1003 Healthcare Drive Amherst MA 01002 (home)</p></div>"
},
"identifier" : [
{
"system" : "http://hl7.org/fhir/sid/us-npi",
"value" : "9941339100"
},
{
"system" : "http://www.acme.org/practitioners",
"value" : "25456"
}
],
"name" : [
{
"family" : "Carlson",
"given" : [
"John"
],
"prefix" : [
"Dr"
]
}
],
"address" : [
{
"use" : "home",
"line" : [
"1003 Healthcare Drive"
],
"city" : "Amherst",
"state" : "MA",
"postalCode" : "01002"
}
]
}