haau3 FHIR Implementation Guide (HFIG)
1.0.0 - ci-build US

haau3 FHIR Implementation Guide (HFIG) - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Patient Story — preferred location for final days - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "example-haau3-story-location",
  "meta" : {
    "profile" : [
      🔗 "https://haau3.com/fhir/StructureDefinition/haau3-patient-story-observation",
      "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-CareExperiencePreference"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><strong>Q:</strong> If it were possible to choose, where would you like to spend your final days?</p><p><strong>A:</strong> At home, in my own bedroom, with my dog curled at my feet.</p></div>"
  },
  "identifier" : [
    {
      "system" : "https://haau3.com/fhir/patient-story",
      "value" : "example-haau3-patient:75780-7"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/pacio-adi/CodeSystem/ADIPreferenceCategoryCS",
          "code" : "care-experience-preference"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "75780-7",
        "display" : "Preferred location to spend final days if possible to choose Narrative - Reported"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/us-core-patient"
  },
  "effectiveDateTime" : "2026-05-27T14:32:00Z",
  "performer" : [
    {
      🔗 "reference" : "Patient/us-core-patient"
    }
  ],
  "valueString" : "At home, in my own bedroom, with my dog curled at my feet."
}