0.1.0 - ci-build

CHValueSet, published by Example Publisher. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/pjolo/ValueSet/ and changes regularly. See the Directory of published versions

: QuestionnaireAnswers - TTL Representation

Draft as of 2024-07-10

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "yesnodontknow"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.at/fhir/HL7ATCoreProfiles/4.0.1/StructureDefinition/at-core-valueset"^^xsd:anyURI ;
fhir:link <http://hl7.at/fhir/HL7ATCoreProfiles/4.0.1/StructureDefinition/at-core-valueset>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet yesnodontknow</b></p><a name=\"yesnodontknow\"> </a><a name=\"hcyesnodontknow\"> </a><a name=\"hcyesnodontknow-en-US\"> </a><p>This value set expansion contains 3 concepts.</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>System</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\"><a name=\"yesnodontknow-http---terminology.hl7.org-CodeSystem-v2-0136-Y\"> </a>  <a href=\"http://hl7.org/fhir/R4/v2/0136/index.html#v2-0136-Y\">Y</a></td><td>http://terminology.hl7.org/CodeSystem/v2-0136</td><td>Yes</td><td><div/></td></tr><tr><td style=\"white-space:nowrap\"><a name=\"yesnodontknow-http---terminology.hl7.org-CodeSystem-v2-0136-N\"> </a>  <a href=\"http://hl7.org/fhir/R4/v2/0136/index.html#v2-0136-N\">N</a></td><td>http://terminology.hl7.org/CodeSystem/v2-0136</td><td>No</td><td><div/></td></tr><tr><td style=\"white-space:nowrap\"><a name=\"yesnodontknow-http---terminology.hl7.org-CodeSystem-data-absent-reason-asked-unknown\"> </a>  <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-data-absent-reason.html#data-absent-reason-asked-unknown\">asked-unknown</a></td><td>http://terminology.hl7.org/CodeSystem/data-absent-reason</td><td>Don't know</td><td><div><p>The source was asked but does not know the value.</p>\n</div></td></tr></table></div>"
  ] ; # 
  fhir:url [ fhir:v "http://example.org/ValueSet/yesnodontknow"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "QuestionnaireAnswers"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2024-07-10T10:04:03+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Example Publisher"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Example Publisher" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://example.org/example-publisher" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "For Capturing simple yes-no-don't know answers"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/data-absent-reason"^^xsd:anyURI ] ;
      ( fhir:concept [
        ( fhir:extension [
fhir:url [ fhir:v "http://example.org/StructureDefinition/ch-ext-valueset-conceptEffectivePeriod"^^xsd:anyURI ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2024-01-01"^^xsd:date ] ;
fhir:end [ fhir:v "2024-12-01"^^xsd:date ]           ]         ] ) ;
fhir:code [ fhir:v "asked-unknown" ] ;
fhir:display [ fhir:v "Don't know" ]       ] )     ] )
  ] ; # 
  fhir:expansion [
fhir:identifier [ fhir:v "urn:uuid:bf99fe50-2c2b-41ad-bd63-bee6919810b4"^^xsd:anyURI ] ;
fhir:timestamp [ fhir:v "2015-07-14T10:00:00Z"^^xsd:dateTime ] ;
    ( fhir:contains [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0136"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Y" ] ;
fhir:display [ fhir:v "Yes" ]     ] [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0136"^^xsd:anyURI ] ;
fhir:code [ fhir:v "N" ] ;
fhir:display [ fhir:v "No" ]     ] [
      ( fhir:extension [
fhir:url [ fhir:v "http://example.org/StructureDefinition/ch-ext-valueset-conceptEffectivePeriod"^^xsd:anyURI ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2024-01-01"^^xsd:date ] ;
fhir:end [ fhir:v "2024-12-01"^^xsd:date ]         ]       ] ) ;
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/data-absent-reason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "asked-unknown" ] ;
fhir:display [ fhir:v "Don't know" ]     ] )
  ] . #