FHIR IG analytics| Package | hl7.fhir.us.core |
| Resource Type | Goal |
| Id | Goal-goal-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Goal goal-1
Profile: US Core Goal Profile version: 9.0.0
lifecycleStatus: Active
description: Patient is targeting a pulse oximetry of 92% and a weight of 195 lbs
subject: Amy Shaw
| Due[x] |
| 2016-04-05 |
expressedBy: Dr Ronald Bone
{
"resourceType": "Goal",
"id": "goal-1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-goal|9.0.0"
]
},
"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/example",
"display": "Amy Shaw"
},
"target": [
{
"dueDate": "2016-04-05"
}
],
"expressedBy": {
"reference": "Practitioner/practitioner-1",
"display": "Dr Ronald Bone"
}
}