FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.core.r4
Resource TypeObservation
IdObservation-care-experience-preference.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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


Source1

{
  "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"
}