This page is part of the Documentation Templates and Rules (v2.0.1: STU 2.0) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Parameters",
"id" : "LogQuestionnaireErrorsInputParamsExample",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/davinci-dtr/StructureDefinition/dtr-log-errors-input-parameters"
]
},
"parameter" : [
{
"name" : "questionnaire",
"valueCanonical" : "http://hl7.org/fhir/us/davinci-dtr/Questionnaire/home-o2-std-questionnaire"
},
{
"name" : "operationOutcome",
"resource" : {
"resourceType" : "OperationOutcome",
"id" : "OperationOutcomeExample",
"issue" : [
{
"severity" : "error",
"code" : "not-found"
}
]
}
}
]
}