FHIR IG analytics| Package | tw.gov.mohw.twcore |
| Resource Type | Goal |
| Id | Goal-goa-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Goal goa-example
Profile: TW Core Goal
lifecycleStatus: Active
description: Patient is targeting a pulse oximetry of 92% and a weight of 195 lbs
subject: 陳加玲(official) Female, DoB: 1990-01-01 ( Medical record number (use: official, ))
| Due[x] |
| 2016-04-05 |
{
"resourceType": "Goal",
"id": "goa-example",
"meta": {
"profile": [
"https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Goal-twcore"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"lifecycleStatus": "active",
"description": {
"text": "Patient is targeting a pulse oximetry of 92% and a weight of 195 lbs"
},
"subject": {
"reference": "Patient/pat-example"
},
"target": [
{
"dueDate": "2016-04-05"
}
]
}