@prefix fhir: <http://hl7.org/fhir/> .
@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/ValueSet/haau3-patient-story-question-codes> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "haau3-patient-story-question-codes"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet haau3-patient-story-question-codes</b></p><a name=\"haau3-patient-story-question-codes\"> </a><a name=\"hchaau3-patient-story-question-codes\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/75780-7/\">75780-7</a></td><td>Preferred location to spend final days if possible to choose Narrative - Reported</td></tr><tr><td><a href=\"https://loinc.org/95541-9/\">95541-9</a></td><td>Care experience preference</td></tr><tr><td><a href=\"https://loinc.org/81364-2/\">81364-2</a></td><td>Religious or cultural beliefs Narrative - Reported</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://haau3.com/fhir/ValueSet/haau3-patient-story-question-codes"^^xsd:anyURI ;
     fhir:l <https://haau3.com/fhir/ValueSet/haau3-patient-story-question-codes>
  ] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "PatientStoryQuestionCodes"] ; # 
  fhir:title [ fhir:v "haau3 Patient Story Question Codes"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2026-05-30T02:27:32+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "haau3"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "haau3" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://haau3.com" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "hello@haau3.com" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The three LOINC codes corresponding to the MVP haau3 'My Story' questions. Strict subset of the PACIO Care Experience Preferences Grouping value set (http://cts.nlm.nih.gov/fhir/ValueSet/2.16.840.1.113762.1.4.1115.11)."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "US" ] ;
       fhir:display [ fhir:v "United States of America" ]
     ] )
  ] ) ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "75780-7" ] ;
         fhir:display [ fhir:v "Preferred location to spend final days if possible to choose Narrative - Reported" ]
       ] [
         fhir:code [ fhir:v "95541-9" ] ;
         fhir:display [ fhir:v "Care experience preference" ]
       ] [
         fhir:code [ fhir:v "81364-2" ] ;
         fhir:display [ fhir:v "Religious or cultural beliefs Narrative - Reported" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

