FHIR Implementation Guide for ABDM - Local Development build (v3.1.0). See the Directory of published versions
: CarePlan/example-01 - JSON Representation
Raw json | Download
{
"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"
}
]
}
]
}