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 Input Parameters Example - TTL Representation

Raw ttl | Download


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

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

 a fhir:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "QuestionnairePackageInputParamsExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/davinci-dtr/StructureDefinition/dtr-qpackage-input-parameters"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-dtr/StructureDefinition/dtr-qpackage-input-parameters>     ] )
  ] ; # 
  fhir:parameter ( [
fhir:name [ fhir:v "coverage" ] ;
    ( fhir:Parameters.parameter.resource [
a fhir:Coverage ;
fhir:id [ fhir:v "CoverageExample" ] ;
fhir:meta [
        ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-coverage"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-coverage>         ] )       ] ;
      ( fhir:contained [
a fhir:Organization ;
fhir:id [ fhir:v "OrgExample" ] ;
fhir:meta [
          ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-organization"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-organization>           ] )         ] ;
        ( fhir:identifier [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.4.7"^^xsd:anyURI ] ;
fhir:value [ fhir:v "10D0202020" ]         ] ) ;
fhir:active [ fhir:v "true"^^xsd:boolean ] ;
        ( fhir:type [
          ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "pay" ] ;
fhir:display [ fhir:v "Payer" ]           ] )         ] ) ;
fhir:name [ fhir:v "Insurance Company" ] ;
        ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "860-547-5001" ] ;
fhir:use [ fhir:v "work" ]         ] ) ;
        ( fhir:address [
          ( fhir:line [ fhir:v "680 Asylum Street" ] ) ;
fhir:city [ fhir:v "Hartford" ] ;
fhir:state [ fhir:v "CT" ] ;
fhir:postalCode [ fhir:v "06155" ] ;
fhir:country [ fhir:v "US" ]         ] )       ] ) ;
fhir:status [ fhir:v "active" ] ;
fhir:subscriber [
fhir:reference [ fhir:v "Patient/examplepatient" ]       ] ;
fhir:subscriberId [ fhir:v "PFP123450000" ] ;
fhir:beneficiary [
fhir:reference [ fhir:v "Patient/examplepatient" ]       ] ;
fhir:relationship [
        ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/subscriber-relationship"^^xsd:anyURI ] ;
fhir:code [ fhir:v "self" ] ;
fhir:display [ fhir:v "Self" ]         ] )       ] ;
fhir:period [
fhir:start [ fhir:v "2022-01-01"^^xsd:date ] ;
fhir:end [ fhir:v "2023-01-01"^^xsd:date ]       ] ;
      ( fhir:payor [
fhir:reference [ fhir:v "#OrgExample" ]       ] ) ;
      ( fhir:class [
fhir:type [
          ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/coverage-class"^^xsd:anyURI ] ;
fhir:code [ fhir:v "plan" ] ;
fhir:display [ fhir:v "Plan" ]           ] )         ] ;
fhir:value [ fhir:v "Premim Family Plus" ] ;
fhir:name [ fhir:v "Premim Family Plus Plan" ]       ] )     ] )
  ] [
fhir:name [ fhir:v "order" ] ;
    ( fhir:Parameters.parameter.resource [
a fhir:ServiceRequest ;
fhir:id [ fhir:v "ServiceRequestExample" ] ;
fhir:meta [
        ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-servicerequest"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-servicerequest>         ] )       ] ;
fhir:status [ fhir:v "active" ] ;
fhir:intent [ fhir:v "original-order" ] ;
fhir:code [
        ( fhir:coding [
a loinc:24338-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "24338-6" ]         ] ) ;
fhir:text [ fhir:v "Gas panel - Blood" ]       ] ;
fhir:subject [
fhir:reference [ fhir:v "Patient/examplepatient" ]       ] ;
fhir:occurrence [ fhir:v "2019-05-08T09:33:27+07:00"^^xsd:dateTime ] ;
fhir:authoredOn [ fhir:v "2019-09-18T07:53:21+07:00"^^xsd:dateTime ] ;
fhir:requester [
fhir:reference [ fhir:v "Practitioner/PractitionerExample" ]       ] ;
      ( fhir:reasonCode [
        ( fhir:coding [
a sct:4565000 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4565000" ]         ] ) ;
fhir:text [ fhir:v "Decreased oxygen affinity" ]       ] )     ] )
  ] [
fhir:name [ fhir:v "questionnaire" ] ;
fhir:value [
fhir:v "http://hl7.org/fhir/us/davinci-dtr/Questionnaire/home-o2-std-questionnaire"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-dtr/Questionnaire/home-o2-std-questionnaire>     ]
  ] ) . #