This page is part of the MCC eCare Plan Implementation Guide (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
: Multiple Chronic Condition Care Plan example of MCC CaregiverOnCareTeam - JSON Representation
Raw json | Download
{
"resourceType" : "CareTeam",
"id" : "caregiveronteam-of-noelle",
"meta" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString" : "CaregiverOnCareTeam Example for Noelle"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown" : "This is a careteam example for the MCC CaregiverOnCareTeam."
}
],
"versionId" : "1",
"lastUpdated" : "2022-09-09T12:12:51.977+00:00",
"source" : "#pTfSnSpOKgnJpXio",
"profile" : [
"http://hl7.org/fhir/us/mcc/StructureDefinition/MCCCaregiverOnCareTeam"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: CareTeam</b><a name=\"caregiveronteam-of-noelle\"> </a></p><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\">Resource CareTeam "caregiveronteam-of-noelle" Version "1" Updated "2022-09-09 12:12:51+0000" </p><p style=\"margin-bottom: 0px\">Information Source: #pTfSnSpOKgnJpXio!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-MCCCaregiverOnCareTeam.html\">Multiple Chronic Condition Care Plan Caregiver on Care Team</a></p></div><p><b>status</b>: active</p><p><b>name</b>: CaregiverOnCareTeam of Noelle Example</p><p><b>subject</b>: <a href=\"Patient-cc-pat-pnoelle.html\">Patient/cc-pat-pnoelle</a> " NOELLE"</p><h3>Participants</h3><table class=\"grid\"><tr><td>-</td><td><b>Role</b></td><td><b>Member</b></td></tr><tr><td>*</td><td>Caregiver (person) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#133932002)</span></td><td><a href=\"RelatedPerson-caregiver-of-noelle.html\">RelatedPerson/caregiver-of-noelle: Sarah van Putten</a> " VAN PUTTEN"</td></tr></table></div>"
},
"status" : "active",
"name" : "CaregiverOnCareTeam of Noelle Example",
"subject" : {
"reference" : "Patient/cc-pat-pnoelle"
},
"participant" : [
{
"role" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "133932002",
"display" : "Caregiver (person)"
}
]
}
],
"member" : {
"reference" : "RelatedPerson/caregiver-of-noelle",
"display" : "Sarah van Putten"
}
}
]
}