FHIR IG analytics| Package | fhir.rehabig |
| Resource Type | CarePlan |
| Id | CarePlan-CarePlanExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CarePlan CarePlanExample
Profile: Care Plan
status: Active
intent: Plan
category: Assessment and Plan of Treatment
{
"resourceType": "CarePlan",
"id": "CarePlanExample",
"meta": {
"profile": [
"https://build.fhir.org/ig/Kimsber/Rehab-IG/StructureDefinition/CarePlan"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "plan",
"category": [
{
"coding": [
{
"system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/careplan-category-tw",
"code": "assess-plan"
}
]
}
],
"subject": {
"reference": "Patient/stroke-patient-001"
}
}