FHIR IG analytics| Package | hl7.fhir.us.pacio-adi |
| Resource Type | CarePlan |
| Id | CarePlan-Example-Smith-Johnson-PreferenceCarePlan2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
status: active
intent: proposal
category: Advance care plan
subject: Betsy Smith-Johnson ; BetsySJ@example.com; gender: female; birthDate: 1950-11-15
addresses: Permanent, severe brain damage and I am unable to recognize my family and friends
goal:
{
"resourceType": "CarePlan",
"id": "Example-Smith-Johnson-PreferenceCarePlan2",
"meta": {
"profile": [
"http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-PreferenceCarePlan"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "proposal",
"category": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "81378-2",
"display": "Goals, preferences, and priorities under certain health conditions Narrative - Reported"
}
]
}
],
"title": "Care Plan for Permanent, severe brain damage",
"subject": {
"reference": "Patient/Example-Smith-Johnson-Patient1"
},
"addresses": [
{
"display": "Permanent, severe brain damage and I am unable to recognize my family and friends"
}
],
"supportingInfo": [
{
"reference": "Observation/Example-Smith-Johnson-CareExperiencePreference5"
}
]
}