This page is part of the Documentation Templates and Rules (v2.1.0: STU 2.1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). 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 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" ] ] ) ] )
] ) . #