Da Vinci - Coverage Requirements Discovery
2.1.0-preview - STU 2 United States of America flag

Da Vinci - Coverage Requirements Discovery, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.1.0-preview built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-crd/ and changes regularly. See the Directory of published versions

: Questionnaire Task example - TTL Representation

Page standards status: Informative

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:Task ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "questionnaire-example"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Task</b><a name=\"questionnaire-example\"> </a><a name=\"hcquestionnaire-example\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Task &quot;questionnaire-example&quot; </p></div><p><b>basedOn</b>: <a href=\"MedicationRequest-example.html\">MedicationRequest/example</a></p><p><b>status</b>: ready</p><p><b>intent</b>: order</p><p><b>code</b>: Complete Questionnaire <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/uv/sdc/STU3/CodeSystem-temp.html\">Temporary SDC Codes</a>#complete-questionnaire)</span></p><p><b>for</b>: <a href=\"Patient-example.html\">Patient/example</a> &quot; SHAW&quot;</p><p><b>encounter</b>: <a href=\"Encounter-example.html\">Encounter/example</a></p><p><b>authoredOn</b>: 2018-08-09</p><p><b>requester</b>: <a href=\"https://simplifier.net/resolve?scope=hl7.fhir.us.core.3.1.1@3.1.1&amp;canonical=http://example.org/fhir/Organization/payer\">http://example.org/fhir/Organization/payer</a></p><p><b>reasonCode</b>: Needed for prior authorization <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-temp.html\">CRD Temporary Codes</a>#reason-prior-auth)</span></p><blockquote><p><b>input</b></p><p><b>type</b>: Questionnaire <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/uv/sdc/STU3/CodeSystem-temp.html\">Temporary SDC Codes</a>#questionnaire)</span></p><p><b>value</b>: <a href=\"http://example.org/Questionnaire/XYZ\">http://example.org/Questionnaire/XYZ|2</a></p></blockquote><blockquote><p><b>input</b></p><p><b>type</b>: Response Endpoint <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/uv/sdc/STU3/CodeSystem-temp.html\">Temporary SDC Codes</a>#response-endpoint)</span></p><p><b>value</b>: <a href=\"http://example.org/somePayer\">http://example.org/somePayer</a></p></blockquote><blockquote><p><b>input</b></p><p><b>type</b>: After-completion action <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-temp.html\">CRD Temporary Codes</a>#after-completion-action)</span></p><p><b>value</b>: Include in prior authorization <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-temp.html\">CRD Temporary Codes</a>#prior-auth-include)</span></p></blockquote></div>"
  ] ; # 
  fhir:basedOn ( [
fhir:reference [ fhir:v "MedicationRequest/example" ]
  ] ) ; # 
  fhir:status [ fhir:v "ready"] ; # 
  fhir:intent [ fhir:v "order"] ; # 
  fhir:code [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/sdc/CodeSystem/temp"^^xsd:anyURI ] ;
fhir:code [ fhir:v "complete-questionnaire" ]     ] )
  ] ; # 
  fhir:for [
fhir:reference [ fhir:v "Patient/example" ]
  ] ; # 
  fhir:encounter [
fhir:reference [ fhir:v "Encounter/example" ]
  ] ; # 
  fhir:authoredOn [ fhir:v "2018-08-09"^^xsd:date] ; # 
  fhir:requester [
fhir:link <http://example.org/fhir/Organization/payer> ;
fhir:reference [ fhir:v "http://example.org/fhir/Organization/payer" ]
  ] ; # 
  fhir:reasonCode [
    ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/davinci-crd/CodeSystem/temp"^^xsd:anyURI ] ;
fhir:code [ fhir:v "reason-prior-auth" ]     ] ) ;
fhir:text [ fhir:v "Needed for prior authorization" ]
  ] ; # 
  fhir:input ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/sdc/CodeSystem/temp"^^xsd:anyURI ] ;
fhir:code [ fhir:v "questionnaire" ]       ] )     ] ;
fhir:value [
fhir:v "http://example.org/Questionnaire/XYZ|2"^^xsd:anyURI ;
fhir:link <http://example.org/Questionnaire/XYZ|2>     ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/sdc/CodeSystem/temp"^^xsd:anyURI ] ;
fhir:code [ fhir:v "response-endpoint" ]       ] )     ] ;
fhir:value [ fhir:v "http://example.org/somePayer"^^xsd:anyURI ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/davinci-crd/CodeSystem/temp"^^xsd:anyURI ] ;
fhir:code [ fhir:v "after-completion-action" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/davinci-crd/CodeSystem/temp"^^xsd:anyURI ] ;
fhir:code [ fhir:v "prior-auth-include" ] ;
fhir:display [ fhir:v "Include in prior authorization" ]       ] )     ]
  ] ) . #