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-from-QFDD.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/fut-infrastructure/implementation-guide/OperationDefinition--s-transform-from-QFDD.html
URLhttp://ehealth.sundhed.dk/fhir/OperationDefinition/-s-transform-from-QFDD
Version8.0.0
Statusactive
Date2026-02-18T09:10:00+00:00
Nametransform-from-QFDD
TitleTransform from QFDD
Realmdk
DescriptionTransforms the DK-HL7 Questionnaire Form Definition Document (QFDD) to an eHealth Questionnaire resource. The input FHIR DocumentReference contains QFDD XML for the DK-HL7 Questionnaire Form Definition Document. The returned Bundle contains the eHealth Questionnaire and Composition resource which reference the returned eHealth Questionnaire.
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-from-QFDD

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

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INdocumentReference0..1DocumentReference

The input FHIR DocumentReference that contains the QFDD XML document.

OUTbundle0..1Bundle

Source1

{
  "resourceType": "OperationDefinition",
  "id": "-s-transform-from-QFDD",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-transform-from-QFDD",
  "version": "8.0.0",
  "name": "transform-from-QFDD",
  "title": "Transform from 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 the DK-HL7 Questionnaire Form Definition Document (QFDD) to an eHealth Questionnaire resource. The input FHIR DocumentReference contains QFDD XML for the DK-HL7 Questionnaire Form Definition Document. The returned Bundle contains the eHealth Questionnaire and Composition resource which reference the returned eHealth Questionnaire.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DK",
          "display": "Denmark"
        }
      ]
    }
  ],
  "affectsState": false,
  "code": "transform-from-QFDD",
  "system": true,
  "type": false,
  "instance": false,
  "parameter": [
    {
      "name": "documentReference",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "The input FHIR DocumentReference that contains the QFDD XML document.",
      "type": "DocumentReference"
    },
    {
      "name": "bundle",
      "use": "out",
      "min": 0,
      "max": "1",
      "type": "Bundle"
    }
  ]
}