Da Vinci - Documentation Templates and Rules
2.1.0-preview - STU 2 United States of America flag

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-preview 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

: LogQuestionnaireErrorsInputParamsExample - JSON Representation

Raw json | Download


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