FHIR IG analytics| Package | tw.gov.mohw.twcore |
| Resource Type | CarePlan |
| Id | CarePlan-careplan-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CarePlan careplan-example
Profile: TW Core CarePlan
status: Active
intent: Order
category: Assessment and Plan of Treatment
subject: 陳加玲(official) Female, DoB: 1990-01-01 ( Medical record number (use: official, ))
{
"resourceType": "CarePlan",
"id": "careplan-example",
"meta": {
"profile": [
"https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/CarePlan-twcore"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"intent": "order",
"category": [
{
"coding": [
{
"system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/careplan-category-tw",
"code": "assess-plan"
}
]
}
],
"subject": {
"reference": "Patient/pat-example"
}
}