Package | dk.ehealth.sundhed.fhir.ig.core |
Type | OperationDefinition |
Id | -s-transform-from-QFDD |
FHIR Version | R4 |
Source | http://ehealth.sundhed.dk/fhir/https://build.fhir.org/ig/fut-infrastructure/implementation-guide/OperationDefinition--s-transform-from-QFDD.html |
URL | https://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-transform-from-QFDD |
Version | 3.5.1 |
Status | active |
Date | 2025-07-03T10:29:25+00:00 |
Name | transform-from-QFDD |
Title | Transform from QFDD |
Realm | 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. |
Type | false |
Kind | operation |
CapabilityStatement | |
document-transformation | document-transformation |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Operationsdefinition -s-transform-from-QFDD
URL: [base]/$transform-from-QFDD
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
IN | documentReference | 0..1 | DocumentReference | |||
OUT | bundle | 0..1 | Bundle |
{ "resourceType": "OperationDefinition", "id": "-s-transform-from-QFDD", "text": { "status": "generated", "div": "<!-- snip (see above) -->" }, "url": "https://document-transformation.devtest.systematic-ehealth.com/fhir/OperationDefinition/-s-transform-from-QFDD", "version": "3.5.1", "name": "transform-from-QFDD", "title": "Transform from 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 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" } ] }