This page is part of the Documentation Templates and Rules (v2.1.0-preview: QA Preview) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.0.1. 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"
}
]
}
}
]
}