FHIR IG analytics| Package | hl7.fhir.us.core.r4 |
| Resource Type | Observation |
| Id | Observation-treatment-intervention-preference.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation treatment-intervention-preference
status: Final
category: Treatment Intervention Preference
code: preferences for medical treatment
subject: Amy Shaw
effective: 2023-08-30
performer: Amy Shaw
value: If I am having significant pain or suffering, I would like my doctors to consult a Supportive and Palliative Care Team to help treat my physical, emotional and spiritual discomfort, and to support my family.
{
"resourceType": "Observation",
"id": "treatment-intervention-preference",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-treatment-intervention-preference|8.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/core/CodeSystem/us-core-category",
"code": "treatment-intervention-preference",
"display": "Treatment Intervention preference"
}
],
"text": "Treatment Intervention Preference"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "75773-2",
"display": "Goals, preferences, and priorities for medical treatment Narrative - Reported"
}
],
"text": "preferences for medical treatment"
},
"subject": {
"reference": "Patient/example",
"display": "Amy Shaw"
},
"effectiveDateTime": "2023-08-30",
"performer": [
{
"reference": "Patient/example",
"display": "Amy Shaw"
}
],
"valueString": "If I am having significant pain or suffering, I would like my doctors to consult a Supportive and Palliative Care Team to help treat my physical, emotional and spiritual discomfort, and to support my family."
}