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

: $log-questionnaire-errors Input Parameters Example - 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:Parameters ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "LogQuestionnaireErrorsInputParamsExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/davinci-dtr/StructureDefinition/dtr-log-errors-input-parameters"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-dtr/StructureDefinition/dtr-log-errors-input-parameters>     ] )
  ] ; # 
  fhir:parameter ( [
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>     ]
  ] [
fhir:name [ fhir:v "operationOutcome" ] ;
    ( fhir:Parameters.parameter.resource [
a fhir:OperationOutcome ;
fhir:id [ fhir:v "OperationOutcomeExample" ] ;
      ( fhir:issue [
fhir:severity [ fhir:v "error" ] ;
fhir:code [ fhir:v "not-found" ]       ] )     ] )
  ] ) . #