@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-beliefs> a fhir:Observation ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-haau3-story-beliefs"] ; # 
  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> What do you want caregivers to know about your religious beliefs?</p><p><strong>A:</strong> I am Catholic. A chaplain visit would be welcome, and I would like a rosary nearby. Please do not move my crucifix from the bedside table.</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:81364-2" ]
  ] ) ; # 
  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:81364-2 ;
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:code [ fhir:v "81364-2" ] ;
       fhir:display [ fhir:v "Religious or cultural beliefs 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:38: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 "I am Catholic. A chaplain visit would be welcome, and I would like a rosary nearby. Please do not move my crucifix from the bedside table."
  ] . # 

# -------------------------------------------------------------------------------------

