FHIR IG analytics| Package | fhir.rehabig |
| Resource Type | Goal |
| Id | Goal-GoalExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Goal",
"id": "GoalExample",
"meta": {
"profile": [
"https://build.fhir.org/ig/Kimsber/Rehab-IG/StructureDefinition/Goal"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"lifecycleStatus": "active",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/goal-category",
"code": "physiotherapy"
}
]
}
],
"description": {
"text": "紀錄病人的復健訓練計畫"
},
"subject": {
"reference": "Patient/stroke-patient-001"
}
}