FHIR IG analytics| Package | ndhm.in |
| Resource Type | CarePlan |
| Id | CarePlan-example-01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "CarePlan",
"id": "example-01",
"meta": {
"profile": [
"https://nrces.in/ndhm/fhir/r4/StructureDefinition/CarePlan"
]
},
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"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"
}
]
}
]
}