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. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "CareTeam",
"id" : "careteam-for-bundle",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/mcc/StructureDefinition/MCCCareTeam"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CareTeam careteam-for-bundle</b></p><a name=\"careteam-for-bundle\"> </a><a name=\"hccareteam-for-bundle\"> </a><a name=\"careteam-for-bundle-en-US\"> </a><p><b>status</b>: Active</p><p><b>name</b>: Care Team of Noelle Example for LONG-COVID bundle</p><p><b>subject</b>: <a href=\"Patient-cc-pat-pnoelle.html\">Patricia Noelle Female, DoB: 1955-01-15 ( Medical Record Number:\u00a0103270456\u00a0(use:\u00a0usual,\u00a0))</a></p><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{http://snomed.info/sct 446050000}\">Primary care physician (occupation)</span></p><p><b>member</b>: <a href=\"Practitioner-practitionerMCC-3v.html\">Dr. John Carlson</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\">Noelle</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{http://snomed.info/sct 768820003}\">Care coordinator (occupation)</span></p><p><b>member</b>: <a href=\"PractitionerRole-careCoordinator-1.html\">Julie Smith</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title=\"Codes:{http://snomed.info/sct 133932002}\">Caregiver (person)</span></p><p><b>member</b>: <a href=\"RelatedPerson-daughter1.html\">Rose Noelle</a></p></blockquote></div>"
},
"status" : "active",
"name" : "Care Team of Noelle Example for LONG-COVID bundle",
"subject" : {
🔗 "reference" : "Patient/cc-pat-pnoelle"
},
"participant" : [
{
"role" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"version" : "http://snomed.info/sct/731000124108/version/20220301",
"code" : "446050000",
"display" : "Primary care physician (occupation)"
}
]
}
],
"member" : {
🔗 "reference" : "Practitioner/practitionerMCC-3v",
"display" : "Dr. John Carlson"
}
},
{
"role" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "116154003",
"display" : "Patient (person)"
}
]
}
],
"member" : {
🔗 "reference" : "Patient/cc-pat-pnoelle",
"display" : "Noelle"
}
},
{
"role" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "768820003",
"display" : "Care coordinator (occupation)"
}
]
}
],
"member" : {
🔗 "reference" : "PractitionerRole/careCoordinator-1",
"display" : "Julie Smith"
}
},
{
"role" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "133932002",
"display" : "Caregiver (person)"
}
]
}
],
"member" : {
🔗 "reference" : "RelatedPerson/daughter1",
"display" : "Rose Noelle"
}
}
]
}