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

FHIR IG Statistics: OperationDefinition/-s-transform-from-QFDD

Packagedk.ehealth.sundhed.fhir.ig.core
Resource TypeOperationDefinition
Id-s-transform-from-QFDD
FHIR VersionR4
Sourcehttp://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/OperationDefinition--s-transform-from-QFDD.html
URLhttp://ehealth.sundhed.dk/fhir/OperationDefinition/-s-transform-from-QFDD
Version5.0.1
Statusactive
Date2025-08-12T12:42:26+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: Operationsdefinition -s-transform-from-QFDD

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

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INdocumentReference0..1DocumentReference
OUTbundle0..1Bundle

Source

{
  "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": "5.0.1",
  "name": "transform-from-QFDD",
  "title": "Transform from QFDD",
  "status": "active",
  "kind": "operation",
  "date": "2025-08-12T12:42:26+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",
      "type": "DocumentReference"
    },
    {
      "name": "bundle",
      "use": "out",
      "min": 0,
      "max": "1",
      "type": "Bundle"
    }
  ]
}