FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.davinci-dtr
Resource TypeParameters
IdParameters-LogQuestionnaireErrorsInputParamsExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Parameters",
  "id": "LogQuestionnaireErrorsInputParamsExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/davinci-dtr/StructureDefinition/dtr-log-errors-input-parameters"
    ]
  },
  "language": "en",
  "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"
          }
        ]
      }
    }
  ]
}