FHIR IG analytics| Package | hl7.fhir.us.core.r4 |
| Resource Type | Observation |
| Id | Observation-care-experience-preference.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation care-experience-preference
status: Final
category: Care Experience Preference
code: Care Experience Preference
subject: Amy Shaw
effective: 2023-08-30
performer: Amy Shaw
value: For critical or end-of-life care, here are some examples of the things that I would like to have near me, music that I’d like to hear, and other details of my care that would help to keep me happy and relaxed: Like Bach, especially the cantatas. St. Martin in the Fields
{
"resourceType": "Observation",
"id": "care-experience-preference",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-care-experience-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": "care-experience-preference",
"display": "Care experience preference"
}
],
"text": "Care Experience Preference"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "95541-9",
"display": "Care experience preference"
}
],
"text": "Care Experience Preference"
},
"subject": {
"reference": "Patient/example",
"display": "Amy Shaw"
},
"effectiveDateTime": "2023-08-30",
"performer": [
{
"reference": "Patient/example",
"display": "Amy Shaw"
}
],
"valueString": "For critical or end-of-life care, here are some examples of the things that I would like to have near me, music that I’d like to hear, and other details of my care that would help to keep me happy and relaxed: Like Bach, especially the cantatas. St. Martin in the Fields"
}