Info |
---|
See Questionnaire for introduction and use of the resources and its elements. |
...
Expand | ||
---|---|---|
| ||
|
...
Info |
---|
With release 2024.1 |
Upload QFDD/Questionnaire definition to the infrastructure
To be able to share questionnaire responses to KIH, a QFDD for the FHIR Questionnaire must be uploaded to the infrastructure. Furthermore the Questionnaire must reference the uploaded QFDD in Questionnaire.identifier
by an identifier with the following properties:
Questionnaire.identifier
must contain the unique QFDD document id:
Identifier.system
set to “urn:oid:<Attributeroot
in QFDD /ClinicalDocument/id>”Identifier.value
set to “<Attributeextension
in QFDD /ClinicalDocument/id>“
OBS:
The QFDD must be uploaded to the infrastructure before document registering of QRD.
The
Questionnaire.identifier
can contain multiple identifiers but only the identifier for QFDD is allowed to have anIdentifier.system
starting with prefix: “urn:oid:”
If using KAM questionnaire editor to create questionnaires, the QFDD reference is set be the following field.
...
Upload QFDD/Questionnaire definition via KAM
It is possible to upload QFDD via KAM Questionnaire editor by navigating to “Administration af spørgeskemadefinitionener/QFDD'er“.
OBS: The QFDD must be officially published before uploading to the infrastructure, as questionnaire responses should only be shared for published QFDD’s.
Upload QFDD/Questionnaire definition via endpoint
Besides uploading through KAM it is possible to upload directly via POST call to endpoint: <insert link>.
The QFDD is uploaded as a DocumentReference to Document-transformation service.
The requirements for the DocumentReference:
DocumentReference.status
must be current
.
DocumentReference.type
must be Coding for QFDD type: system
= "http://loinc.org"
and value
= "74468-0"
).
DocumentReference.description
the title. If not assigned, the title from the QFDD document is used.
DocumentReference.content.attachment.data
must contain the QFDD xml content.