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" : "Procedure",
"id" : "ckd-app-education",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/mcc/StructureDefinition/MCCProcedure"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Procedure ckd-app-education</b></p><a name=\"ckd-app-education\"> </a><a name=\"hcckd-app-education\"> </a><a name=\"ckd-app-education-en-US\"> </a><p><b>basedOn</b>: <a href=\"ServiceRequest-dialysis-request.html\">ServiceRequest Referral for dialysis (procedure)</a></p><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 311401005}\">Education</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 311401005}\">Patient education (procedure)</span></p><p><b>subject</b>: <a href=\"Patient-cc-pat-pnoelle.html\">Patricia Noelle</a></p><p><b>performed</b>: 2022-07-03</p><p><b>recorder</b>: <a href=\"Practitioner-practitionerMCC-1.html\">Dr Henry Levin</a></p><p><b>asserter</b>: <a href=\"Practitioner-practitionerMCC-1.html\">Dr Henry Levin</a></p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-practitionerMCC-1.html\">Dr Henry Levin</a></td></tr></table><p><b>reasonReference</b>: <a href=\"Condition-ConditionCKD.html\">Chronic Kidney Disease</a></p><p><b>note</b>: Demonstrated (taught) to use CKD app</p></div>"
},
"basedOn" : [
{
🔗 "reference" : "ServiceRequest/dialysis-request"
}
],
"status" : "completed",
"category" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "311401005",
"display" : "Patient education (procedure)"
}
],
"text" : "Education"
},
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "311401005",
"display" : "Patient education (procedure)"
}
]
},
"subject" : {
🔗 "reference" : "Patient/cc-pat-pnoelle",
"display" : "Patricia Noelle"
},
"performedDateTime" : "2022-07-03",
"recorder" : {
🔗 "reference" : "Practitioner/practitionerMCC-1",
"display" : "Dr Henry Levin"
},
"asserter" : {
🔗 "reference" : "Practitioner/practitionerMCC-1",
"display" : "Dr Henry Levin"
},
"performer" : [
{
"actor" : {
🔗 "reference" : "Practitioner/practitionerMCC-1",
"display" : "Dr Henry Levin"
}
}
],
"reasonReference" : [
{
🔗 "reference" : "Condition/ConditionCKD",
"display" : "Chronic Kidney Disease"
}
],
"note" : [
{
"text" : "Demonstrated (taught) to use CKD app"
}
]
}