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

FHIR IG analytics

Packagehl7.fhir.us.core.r4
Resource TypeObservation
IdObservation-treatment-intervention-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 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.


Source1

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