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" : "CareTeam",
"id" : "MCCCareTeamexample",
"meta" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString" : "CareTeam Example"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown" : "This is a US Core CareTeam Example for MCC."
}
],
"versionId" : "2",
"lastUpdated" : "2022-04-21T17:30:10.117+00:00",
"source" : "#fOlntPRC97ZmQthM",
"profile" : [
🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-careteam"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CareTeam MCCCareTeamexample</b></p><a name=\"MCCCareTeamexample\"> </a><a name=\"hcMCCCareTeamexample\"> </a><a name=\"MCCCareTeamexample-en-US\"> </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\">version: 2; Last updated: 2022-04-21 17:30:10+0000; </p><p style=\"margin-bottom: 0px\">Information Source: #fOlntPRC97ZmQthM</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-careteam.html\">US Core CareTeam Profile</a></p></div><p><b>status</b>: Active</p><p><b>name</b>: US-Core MCC example CareTeam</p><p><b>subject</b>: <a href=\"Patient-cc-pat-pnoelle.html\">Amy V. Shaw</a></p><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{http://snomed.info/sct 11911009}\">Nephrologist</span></p><p><b>member</b>: <a href=\"Practitioner-practitionerMCC-1.html\">Henry Levin VII, MD</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{http://snomed.info/sct 224571005}\">Nurse Practitioner</span></p><p><b>member</b>: <a href=\"Practitioner-practitionerMCC-2.html\">Nancy Nurse, RN NP</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{http://snomed.info/sct 453231000124104}\">Primary care provider</span></p><p><b>member</b>: <a href=\"Practitioner-practitionerMCC-3.html\">Peter Primary, MD</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{http://snomed.info/sct 116154003}\">Patient (person)</span></p><p><b>member</b>: <a href=\"Patient-cc-pat-pnoelle.html\">Patricia Noelle</a></p></blockquote></div>"
},
"status" : "active",
"name" : "US-Core MCC example CareTeam",
"subject" : {
🔗 "reference" : "Patient/cc-pat-pnoelle",
"display" : "Amy V. Shaw"
},
"participant" : [
{
"role" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "11911009",
"display" : "Nephrologist"
}
]
}
],
"member" : {
🔗 "reference" : "Practitioner/practitionerMCC-1",
"display" : "Henry Levin VII, MD"
}
},
{
"role" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "224571005",
"display" : "Nurse Practitioner"
}
]
}
],
"member" : {
🔗 "reference" : "Practitioner/practitionerMCC-2",
"display" : "Nancy Nurse, RN NP"
}
},
{
"role" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "453231000124104",
"display" : "Primary care provider"
}
]
}
],
"member" : {
🔗 "reference" : "Practitioner/practitionerMCC-3",
"display" : "Peter Primary, MD"
}
},
{
"role" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "116154003",
"display" : "Patient (person)"
}
]
}
],
"member" : {
🔗 "reference" : "Patient/cc-pat-pnoelle",
"display" : "Patricia Noelle"
}
}
]
}