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

FHIR IG analytics

Packagefhir.astp.bhp
Resource TypeObservation
IdObservation-no-morphine-preference-observation-example-1.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 no-morphine-preference-observation-example-1

status: Final

category: Treatment Intervention Preference

code: Goals, preferences, and priorities for medical treatment Narrative - Reported

subject: James Wolff

effective: 2024-02-01

performer: Dr. Doc Family

value: James made sure to let the staff know that he does NOT want morphine for his chest pain, citing a past struggle with opioids and other substances.


Source1

{
  "resourceType": "Observation",
  "id": "no-morphine-preference-observation-example-1",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-treatment-intervention-preference"
    ]
  },
  "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": "Goals, preferences, and priorities for medical treatment Narrative - Reported"
  },
  "subject": {
    "reference": "Patient/bh-patient-example",
    "display": "James Wolff"
  },
  "effectiveDateTime": "2024-02-01",
  "performer": [
    {
      "reference": "Practitioner/pcp-provider-example-1",
      "display": "Dr. Doc Family"
    }
  ],
  "valueString": "James made sure to let the staff know that he does NOT want morphine for his chest pain, citing a past struggle with opioids and other substances."
}