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

FHIR IG analytics

Packagedk.ehealth.sundhed.fhir.ig.core
Resource TypeOperationDefinition
IdOperationDefinition--s-transform-to-QFDD.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/fut-infrastructure/implementation-guide/OperationDefinition--s-transform-to-QFDD.html
URLhttp://ehealth.sundhed.dk/fhir/OperationDefinition/-s-transform-to-QFDD
Version8.0.0
Statusactive
Date2026-02-18T09:10:00+00:00
Nametransform-to-QFDD
TitleTransform to QFDD
Realmdk
DescriptionTransforms an eHealth Questionnaire resource to the DK-HL7 Questionnaire Form Definition Document (QFDD). The input Bundle contains an eHealth Questionnaire and Composition resource which reference the returned eHealth Questionnaire. The returned Bundle in case of no validation errors contains the FHIR DocumentReference containing the QFDD XML for the DK-HL7 Questionnaire Form Definition Document and an OperationOutcome will possible warnings. In case of validation errors the Bundle will only contain an OperationOutcome with the validation errors/warnings.
Typefalse
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 -s-transform-to-QFDD

URL: [base]/$transform-to-QFDD

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INbundle0..1Bundle

The input FHIR Bundle that contains the eHealth Questionnaire and Composition resource which reference the eHealth Questionnaire to be transformed to QFDD XML.

OUTdocumentReference0..1DocumentReference

Source1

{
  "resourceType": "OperationDefinition",
  "id": "-s-transform-to-QFDD",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-transform-to-QFDD",
  "version": "8.0.0",
  "name": "transform-to-QFDD",
  "title": "Transform to QFDD",
  "status": "active",
  "kind": "operation",
  "date": "2026-02-18T09:10:00+00:00",
  "publisher": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
  "contact": [
    {
      "name": "Den telemedicinske infrastruktur (eHealth Infrastructure)",
      "telecom": [
        {
          "system": "url",
          "value": "http://ehealth.sundhed.dk"
        }
      ]
    }
  ],
  "description": "Transforms an eHealth Questionnaire resource to the DK-HL7 Questionnaire Form Definition Document (QFDD). The input Bundle contains an eHealth Questionnaire and Composition resource which reference the returned eHealth Questionnaire. The returned Bundle in case of no validation errors contains the FHIR DocumentReference containing the QFDD XML for the DK-HL7 Questionnaire Form Definition Document and an OperationOutcome will possible warnings. In case of validation errors the Bundle will only contain an OperationOutcome with the validation errors/warnings.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "affectsState": false,
  "code": "transform-to-QFDD",
  "system": true,
  "type": false,
  "instance": false,
  "parameter": [
    {
      "name": "bundle",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "The input FHIR Bundle that contains the eHealth Questionnaire and Composition resource which reference the eHealth Questionnaire to be transformed to QFDD XML.",
      "type": "Bundle"
    },
    {
      "name": "documentReference",
      "use": "out",
      "min": 0,
      "max": "1",
      "type": "DocumentReference"
    }
  ]
}