Da Vinci - Documentation Templates and Rules
2.1.0 - STU 2.1 United States of America flag

Da Vinci - Documentation Templates and Rules, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-dtr/ and changes regularly. See the Directory of published versions

: Questionnaire Package Operation Results - Simple - TTL Representation

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:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "DTRQuestionnairePackageOperationResultSimple"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/davinci-dtr/StructureDefinition/DTR-QPackageBundle"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-dtr/StructureDefinition/DTR-QPackageBundle>     ] )
  ] ; # 
  fhir:identifier [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:uuid:90404930-204a-4127-9c40-997b2ed7f767" ]
  ] ; # 
  fhir:type [ fhir:v "collection"] ; # 
  fhir:timestamp [ fhir:v "2023-04-20T00:00:00+05:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:id [ fhir:v "home-o2-adaptive-questionnaire" ] ;
fhir:fullUrl [ fhir:v "http://example.org/fhir/home-o2-adaptive-questionnaire"^^xsd:anyURI ] ;
    ( fhir:resource <http://example.org/fhir/home-o2-adaptive-questionnaire> )
  ] ) . # 

<http://example.org/fhir/home-o2-adaptive-questionnaire> a fhir:Questionnaire ;
  fhir:id [ fhir:v "home-o2-adaptive-questionnaire"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/davinci-dtr/StructureDefinition/dtr-questionnaire-adapt"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-dtr/StructureDefinition/dtr-questionnaire-adapt>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Example adaptive questionnaire contained in a QuestionnaireResposne</div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-questionnaireAdaptive"^^xsd:anyURI ] ;
fhir:value [ fhir:v "http://example.com/fhir/R4"^^xsd:anyURI ]
  ] ) ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "HomeOxygenTherapyAdaptiveQuestionnaire"] ; # 
  fhir:title [ fhir:v "Adaptive Home Oxygen Therapy Order Template"] ; # 
  fhir:derivedFrom ( [
fhir:v "http://hl7.org/fhir/us/davinci-dtr/dtr-base-questionnaire"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-dtr/dtr-base-questionnaire>
  ] ) ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:subjectType ( [ fhir:v "Patient"] ) ; # 
  fhir:date [ fhir:v "2020-01-16T00:00:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Da Vinci DTR"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Example Author" ]
  ] ) ; # 
  fhir:item ( [
fhir:linkId [ fhir:v "1" ] ;
fhir:text [ fhir:v "Relevant Patient Diagnoses (conditions that might be expected to improve with oxygen therapy)" ] ;
fhir:type [ fhir:v "text" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ]
  ] [
fhir:linkId [ fhir:v "2" ] ;
fhir:text [ fhir:v "Order Reason" ] ;
fhir:type [ fhir:v "choice" ] ;
fhir:required [ fhir:v "true"^^xsd:boolean ] ;
    ( fhir:answerOption [
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://example.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "Initial or original order for certification" ]       ]     ] [
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://example.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2" ] ;
fhir:display [ fhir:v "Change in status" ]       ]     ] [
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://example.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "3" ] ;
fhir:display [ fhir:v "Revision or change in equipment" ]       ]     ] [
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://example.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "Replacement" ]       ]     ] )
  ] ) . #