Da Vinci - Documentation Templates and Rules
2.2.0-ballot - STU 2.2 - Ballot United States of America flag

This page is part of the Documentation Templates and Rules (v2.2.0-ballot: STU 2.2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 2.1.0. For a full list of available versions, 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 rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 [
a fhir:canonical ;
fhir:v "http://hl7.org/fhir/us/davinci-dtr/Questionnaire/home-o2-std-questionnaire|2.1.0"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/davinci-dtr/Questionnaire/home-o2-std-questionnaire|2.1.0>     ]
  ] [
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" ]       ] )     ] )
  ] ) . #