FHIR IG analytics| Package | hl7.fhir.us.core |
| Resource Type | Goal |
| Id | Goal-goal-sdoh-2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Goal goal-sdoh-2
Profile: US Core Goal Profile version: 9.0.0
lifecycleStatus: Active
description: In paid employment
subject: Amy Shaw
| Due[x] |
| 2022-02-01 |
expressedBy: Amy Shaw
{
"resourceType": "Goal",
"id": "goal-sdoh-2",
"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": {
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/731000124108",
"code": "406156006",
"display": "In paid employment"
}
],
"text": "In paid employment"
},
"subject": {
"reference": "Patient/example",
"display": "Amy Shaw"
},
"target": [
{
"dueDate": "2022-02-01"
}
],
"expressedBy": {
"reference": "Patient/example",
"display": "Amy Shaw"
}
}