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 — care experience preferences - XML Representation

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="example-haau3-story-care"/>
  <meta>
    <profile
             value="https://haau3.com/fhir/StructureDefinition/haau3-patient-story-observation"/>
    <profile
             value="http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-CareExperiencePreference"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <identifier>
    <system value="https://haau3.com/fhir/patient-story"/>
    <value value="example-haau3-patient:95541-9"/>
  </identifier>
  <status value="final"/>
  <category>
    <coding>
      <system
              value="http://hl7.org/fhir/us/pacio-adi/CodeSystem/ADIPreferenceCategoryCS"/>
      <code value="care-experience-preference"/>
    </coding>
  </category>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="95541-9"/>
      <display value="Care experience preference"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/us-core-patient"/>
  </subject>
  <effectiveDateTime value="2026-05-27T14:35:00Z"/>
  <performer>🔗 
    <reference value="Patient/us-core-patient"/>
  </performer>
  <valueString
               value="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."/>
</Observation>