FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/log-questionnaire-errors

Packagehl7.fhir.us.davinci-dtr
Resource TypeOperationDefinition
Idlog-questionnaire-errors
FHIR VersionR4
Sourcehttp://hl7.org/fhir/us/davinci-dtr/https://build.fhir.org/ig/HL7/davinci-dtr/OperationDefinition-log-questionnaire-errors.html
URLhttp://hl7.org/fhir/us/davinci-dtr/OperationDefinition/log-questionnaire-errors
Version2.2.0-ballot
Statusactive
Date2025-08-04T14:38:45+00:00
NameLogQuestionnaireErrors
TitleLog errors resulting from a specific Questionnaire and/or CQL to the originating Payer
Realmus
Authorityhl7
DescriptionThis operation **SHALL** be supported by payers and DTR applications. It allows submission of issues encountered when working with these DTR-provided artifacts. The operation will pass the Questionnaire and an OperationOutcome detailing the issue(s) including where the error occurred. The input OperationOutcome resource **SHOULD** include information on the DTR application identity and version, date-time with time-zone offset, as well as the provider endpoint during which the error occurred, and it **SHALL NOT** contain information about the response or information retrieved from FHIR APIs that could potentially include PHI. The Questionnaire reference **SHOULD** be version-specific.
Typetrue
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: OperationDefinition log-questionnaire-errors

URL: [base]/Questionnaire/$log-questionnaire-errors

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INresource1..1Parameters (DTR Log Questionnaire Errors Input Parameters)

The Questionnaire which generated the errors and/or an OperationOutcome


Source

{
  "resourceType": "OperationDefinition",
  "id": "log-questionnaire-errors",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cds"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2,
      "_valueInteger": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/davinci-dtr/ImplementationGuide/hl7.fhir.us.davinci-dtr"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/davinci-dtr/ImplementationGuide/hl7.fhir.us.davinci-dtr"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/davinci-dtr/OperationDefinition/log-questionnaire-errors",
  "version": "2.2.0-ballot",
  "name": "LogQuestionnaireErrors",
  "title": "Log errors resulting from a specific Questionnaire and/or CQL to the originating Payer",
  "status": "active",
  "kind": "operation",
  "date": "2025-08-04T14:38:45+00:00",
  "publisher": "HL7 International / Clinical Decision Support",
  "contact": [
    {
      "name": "HL7 International / Clinical Decision Support",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description": "This operation **SHALL** be supported by payers and DTR applications. It allows submission of issues encountered when working with these DTR-provided artifacts.  The operation will pass the Questionnaire and an OperationOutcome detailing the issue(s) including where the error occurred.    \n\nThe input OperationOutcome resource **SHOULD** include information on the DTR application identity and version, date-time with time-zone offset, as well as the provider endpoint during which the error occurred, and it **SHALL NOT** contain information about the response or information retrieved from FHIR APIs that could potentially include PHI.  The Questionnaire reference **SHOULD** be version-specific.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "code": "log-questionnaire-errors",
  "base": "http://hl7.org/fhir/us/davinci-dtr/OperationDefinition/log-questionnaire-errors",
  "resource": [
    "Questionnaire"
  ],
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [
    {
      "name": "resource",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "The Questionnaire which generated the errors and/or an OperationOutcome",
      "type": "Parameters",
      "targetProfile": [
        "http://hl7.org/fhir/us/davinci-dtr/StructureDefinition/dtr-log-errors-input-parameters"
      ]
    }
  ]
}