{
  "resourceType" : "Observation",
  "id" : "example-haau3-story-care",
  "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> Are there things that are important to you about how you receive care?</p><p><strong>A:</strong> Please introduce yourself when you enter the room and tell me what you're going to do before you do it. I like soft lighting and quiet. A blanket on my lap helps.</p></div>"
  },
  "identifier" : [{
    "system" : "https://haau3.com/fhir/patient-story",
    "value" : "example-haau3-patient:95541-9"
  }],
  "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" : "95541-9",
      "display" : "Care experience preference"
    }]
  },
  "subject" : {
    "reference" : "Patient/us-core-patient"
  },
  "effectiveDateTime" : "2026-05-27T14:35:00Z",
  "performer" : [{
    "reference" : "Patient/us-core-patient"
  }],
  "valueString" : "Please introduce yourself when you enter the room and tell me what you're going to do before you do it. I like soft lighting and quiet. A blanket on my lap helps."
}