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

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

Packagedk.ehealth.sundhed.fhir.ig.core
TypeOperationDefinition
Id-s-transform-to-QFDD
FHIR VersionR4
Sourcehttp://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/OperationDefinition--s-transform-to-QFDD.html
URLhttps://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-transform-to-QFDD
Version3.5.1
Statusactive
Date2025-07-03T10:29:25+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

CapabilityStatement
document-transformationdocument-transformation

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: Operationsdefinition -s-transform-to-QFDD

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

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INbundle0..1Bundle
OUTdocumentReference0..1DocumentReference

Source

{
  "resourceType": "OperationDefinition",
  "id": "-s-transform-to-QFDD",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-transform-to-QFDD",
  "version": "3.5.1",
  "name": "transform-to-QFDD",
  "title": "Transform to QFDD",
  "status": "active",
  "kind": "operation",
  "date": "2025-07-03T10:29:25+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",
      "type": "Bundle"
    },
    {
      "name": "documentReference",
      "use": "out",
      "min": 0,
      "max": "1",
      "type": "DocumentReference"
    }
  ]
}