@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://haau3.com/fhir/Observation/example-haau3-story-location> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-haau3-story-location"] ; # 
  fhir:meta [
     fhir:profile ( [
       fhir:v "https://haau3.com/fhir/StructureDefinition/haau3-patient-story-observation"^^xsd:anyURI ;
       fhir:l <https://haau3.com/fhir/StructureDefinition/haau3-patient-story-observation>
     ] [
       fhir:v "http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-CareExperiencePreference"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/us/pacio-adi/StructureDefinition/ADI-CareExperiencePreference>
     ] )
  ] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
     fhir:system [
       fhir:v "https://haau3.com/fhir/patient-story"^^xsd:anyURI ;
       fhir:l <https://haau3.com/fhir/patient-story>
     ] ;
     fhir:value [ fhir:v "example-haau3-patient:75780-7" ]
  ] ) ; # 
  fhir:status [ fhir:v "final"] ; # 
  fhir:category ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://hl7.org/fhir/us/pacio-adi/CodeSystem/ADIPreferenceCategoryCS"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/us/pacio-adi/CodeSystem/ADIPreferenceCategoryCS>
       ] ;
       fhir:code [ fhir:v "care-experience-preference" ]
     ] )
  ] ) ; # 
  fhir:code [
     fhir:coding ( [
       a loinc:75780-7 ;
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "75780-7" ] ;
       fhir:display [ fhir:v "Preferred location to spend final days if possible to choose Narrative - Reported" ]
     ] )
  ] ; # 
  fhir:subject [
     fhir:l <https://haau3.com/fhir/Patient/us-core-patient> ;
     fhir:reference [ fhir:v "Patient/us-core-patient" ]
  ] ; # 
  fhir:effective [
     a fhir:DateTime ;
     fhir:v "2026-05-27T14:32:00Z"^^xsd:dateTime
  ] ; # 
  fhir:performer ( [
     fhir:l <https://haau3.com/fhir/Patient/us-core-patient> ;
     fhir:reference [ fhir:v "Patient/us-core-patient" ]
  ] ) ; # 
  fhir:value [
     a fhir:String ;
     fhir:v "At home, in my own bedroom, with my dog curled at my feet."
  ] . # 

# -------------------------------------------------------------------------------------

