FHIR Implementation Guide for ABDM
6.5.0 - active
This page is part of the FHIR Implementation Guide for ABDM (v6.5.0: Release) 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" : "CarePlan",
"id" : "example-01",
"meta" : {
"profile" : [
🔗 "https://nrces.in/ndhm/fhir/r4/StructureDefinition/CarePlan"
]
},
"text" : {
"status" : "additional",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Care Plan</div>"
},
"status" : "active",
"intent" : "plan",
"category" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "736368003",
"display" : "Coronary heart disease care plan"
}
]
}
],
"title" : "Coronary heart disease care plan",
"description" : "Treatment of coronary artery and related disease problems",
"subject" : {
🔗 "reference" : "Patient/example-01",
"display" : "ABC"
},
"activity" : [
{
"outcomeReference" : [
{
🔗 "reference" : "Appointment/example-01"
}
]
}
]
}