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
{
"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"
}
]
}
}
]
}