FHIR IG analytics| Package | fhir.rehabig |
| Resource Type | CarePlan |
| Id | CarePlan-CarePlanExample01.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Home programs
{
"resourceType": "CarePlan",
"id": "CarePlanExample01",
"meta": {
"profile": [
"https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/CarePlan-twcore"
]
},
"language": "zh-TW",
"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"
}
],
"text": "評估和計劃治療"
}
],
"subject": {
"reference": "Patient/stroke-patient-001"
}
}