eHealth Infrastructure, published by Den telemedicinske infrastruktur (eHealth Infrastructure). This guide is not an authorized publication; it is the continuous build for version 8.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fut-infrastructure/implementation-guide/ and changes regularly. See the Directory of published versions
| Official URL: http://ehealth.sundhed.dk/fhir/CapabilityStatement/questionnaire | Version: 8.0.0 | |||
| Active as of 2025-12-09 | Computable Name: questionnaire | |||
Raw OpenAPI-Swagger Definition file | Download
application/fhir+xml, xml, application/fhir+json, json, application/x-turtle, ttl, html/json, html/xml, html/turtleNote to Implementers: FHIR Capabilities
Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.
This CapabilityStatement instantiates the CapabilityStatement http://hl7.org/fhir/uv/bulkdata/CapabilityStatement/bulk-data
server| Conformance | Operation | Documentation |
|---|---|---|
| SHALL | $reindex | |
| SHALL | $migrate | Data migration |
| SHALL | $export-poll-status | Operation for polling the status of a previously initiated FHIR Bulk Data System Level Export. A complete URL including the '_jobId' is returned in the 'Content-Location' response header when initiating the export. A 'GET' request to the polling location will return '202 Accepted' with a response header 'X-Progress' containing a status message for the progress of the export job. When the job has finished, the polling location will return '200 OK', and the contents of the body will be a JSON object providing metadata and links to the generated bulk data files. A 'DELETE' request can be used to cancel the export. If the export has already finished, the delete will return '404 Not Found', else the export job will be cancelled and a '202 Accepted' is returned with an operation outcome response. Parameters
|
| SHALL | $export | FHIR Operation to initiate an export of data from a FHIR server. The type of resources returned can be restricted using the '_type' parameter, and the '_since' parameter can be used to restrict resources to be only included if changed since the supplied time. The FHIR server support invocation of this operation using the FHIR Asynchronous Request Pattern. Initiation of exportThe initiation of an export must specify the request header 'Prefer: respond-async', and will return '202 Accepted' with a polling location in the response header 'Content-Location'. The polling location is for the endpoint '$export-poll-status' and has the export job ID as parameter '_jobId'. Parameters
Polling status of exportSubsequent GET requests to the polling location will return '202 Accepted' with a response header 'X-Progress' containing a status message for the progress of the export job. When the job has finished, the polling location will return '200 OK', and the contents of the body will be a JSON object providing metadata and links to the generated bulk export data files. Retrieving exported filesThe JSON object returned when the export job is complete will contain a list of files (Binary resources) available for download. Each file can be retrieved using a standard HTTP GET request to the provided URL. The security context of the Binary resources resulting from the export is the user that initiated the export. The files can therefore only be retrieved by the same user. Retention of exported filesThe exported files are retained for a limited time after which they are deleted. The retention time is a server configuration with default 2 hours. |
| SHALL | $meta | |
| SHALL | $get-resource-counts | Provides the number of resources currently stored on the server, broken down by resource type |
| SHALL | $expunge |
The summary table lists the resources that are part of this configuration, and for each resource it lists:
_include_revinclude| Resource Type | Profile | R | V-R | S | U | C | D | Searches | _include | _revinclude | Operations |
|---|---|---|---|---|---|---|---|---|---|---|---|
| Basic | http://hl7.org/fhir/StructureDefinition/Basic | y | y | y | y | y | _content, _has, _id, _language, _lastUpdated, _profile, _security, _tag, _text, actionGuidanceForReference, actionGuidanceForType, actionGuidanceType, code, context, context-type, context-type-value, identifier, intendedAudience, recommendation, reference, role, status, viewForReference, viewForType, viewType | * | Basic:actionGuidanceForReference, Basic:intendedAudience, Basic:reference, Basic:viewForReference, Questionnaire:reference, StructureDefinition:valueset | $validate | |
| Binary | http://hl7.org/fhir/StructureDefinition/Binary | y | y | * | Basic:actionGuidanceForReference, Basic:intendedAudience, Basic:reference, Basic:viewForReference, Questionnaire:reference, StructureDefinition:valueset | ||||||
| OperationDefinition | http://hl7.org/fhir/StructureDefinition/OperationDefinition | y | * | Basic:actionGuidanceForReference, Basic:intendedAudience, Basic:reference, Basic:viewForReference, Questionnaire:reference, StructureDefinition:valueset | |||||||
| Questionnaire | http://hl7.org/fhir/StructureDefinition/Questionnaire | y | y | y | y | y | y | _content, _has, _id, _language, _lastUpdated, _profile, _security, _tag, _text, base, baseEnvironment, code, context, context-type, context-type-value, date, description, effective, ehealthPredecessor, employeeTitle, identifier, jurisdiction, name, publisher, reference, role, status, title, type, url, version | * | Basic:actionGuidanceForReference, Basic:intendedAudience, Basic:reference, Basic:viewForReference, Questionnaire:reference, StructureDefinition:valueset | $validate, $create-clone |
| StructureDefinition | http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-definedquestion | y | y | y | y | y | y | _content, _filter, _has, _id, _language, _lastUpdated, _profile, _security, _source, _tag, _text, abstract, base, base-path, context-type, date, derivation, description, experimental, ext-context, identifier, jurisdiction, keyword, kind, name, path, publisher, status, title, type, url, valueset, version | *, StructureDefinition:valueset | Basic:actionGuidanceForReference, Basic:intendedAudience, Basic:reference, Basic:viewForReference, Questionnaire:reference, StructureDefinition:valueset | $validate |
update, search-type, vread, read, create.| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | _content | string | Search the contents of the resource's data using a fulltext search |
| SHALL | _has | string | Return resources linked to by the given target |
| SHALL | _id | token | The ID of the resource |
| SHALL | _language | string | The language of the resource |
| SHALL | _lastUpdated | date | Only return resources which were last updated as specified by the given range |
| SHALL | _profile | uri | Search for resources which have the given profile |
| SHALL | _security | token | Search for resources which have the given security labels |
| SHALL | _tag | token | Search for resources which have the given tag |
| SHALL | _text | string | Search the contents of the resource's narrative using a fulltext search |
| SHALL | actionGuidanceForReference | reference | Action guidance for reference |
| SHALL | actionGuidanceForType | token | The action guidance for type |
| SHALL | actionGuidanceType | token | The action guidance type |
| SHALL | code | token | The code |
| SHALL | context | token | A use context assigned to the action guidance |
| SHALL | context-type | token | A type of use context assigned to the action guidance |
| SHALL | context-type-value | composite | A use context type and value assigned to the action guidance |
| SHALL | identifier | token | The identifier |
| SHALL | intendedAudience | reference | The intended audience |
| SHALL | recommendation | token | The recommendation |
| SHALL | reference | reference | The modifier reference |
| SHALL | role | token | The modifier role |
| SHALL | status | token | The current status |
| SHALL | viewForReference | reference | View for reference |
| SHALL | viewForType | token | The view for type |
| SHALL | viewType | token | The view type |
| Conformance | Operation | Documentation |
|---|---|---|
| SHALL | $validate |
vread, read.read.update, search-type, vread, read, delete, create.| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | _content | string | Search the contents of the resource's data using a fulltext search |
| SHALL | _has | string | Return resources linked to by the given target |
| SHALL | _id | token | The ID of the resource |
| SHALL | _language | string | The language of the resource |
| SHALL | _lastUpdated | date | Only return resources which were last updated as specified by the given range |
| SHALL | _profile | uri | Search for resources which have the given profile |
| SHALL | _security | token | Search for resources which have the given security labels |
| SHALL | _tag | token | Search for resources which have the given tag |
| SHALL | _text | string | Search the contents of the resource's narrative using a fulltext search |
| SHALL | base | token | Base of resource |
| SHALL | baseEnvironment | token | Base Environment of resource |
| SHALL | code | token | A code that corresponds to one of its items in the questionnaire |
| SHALL | context | token | A use context assigned to the questionnaire |
| SHALL | context-type | token | A type of use context assigned to the questionnaire |
| SHALL | context-type-value | composite | A use context type and value assigned to the questionnaire |
| SHALL | date | date | The questionnaire publication date |
| SHALL | description | string | The description of the questionnaire |
| SHALL | effective | date | The time during which the questionnaire is intended to be in use |
| SHALL | ehealthPredecessor | token | Predecessor of resource |
| SHALL | employeeTitle | string | Title intended for clinicians |
| SHALL | identifier | token | External identifier for the questionnaire |
| SHALL | jurisdiction | token | Intended jurisdiction for the questionnaire |
| SHALL | name | string | Computationally friendly name of the questionnaire |
| SHALL | publisher | string | Name of the publisher of the questionnaire |
| SHALL | reference | reference | Modifier reference |
| SHALL | role | token | Modifier role |
| SHALL | status | token | The current status of the questionnaire |
| SHALL | title | string | The human-friendly name of the questionnaire |
| SHALL | type | token | Questionnaire type |
| SHALL | url | uri | The uri that identifies the questionnaire |
| SHALL | version | token | The business version of the questionnaire |
| Conformance | Operation | Documentation |
|---|---|---|
| SHALL | $validate | |
| SHALL | $create-clone | Input
OutputBundle containing all resources that were created during the operation. Validation
|
update, search-type, vread, read, delete, create.| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | _content | string | Search the contents of the resource's data using a fulltext search |
| SHALL | _filter | string | Search the contents of the resource's data using a filter |
| SHALL | _has | string | Return resources linked to by the given target |
| SHALL | _id | token | The ID of the resource |
| SHALL | _language | string | The language of the resource |
| SHALL | _lastUpdated | date | Only return resources which were last updated as specified by the given range |
| SHALL | _profile | uri | Search for resources which have the given profile |
| SHALL | _security | token | Search for resources which have the given security labels |
| SHALL | _source | uri | Search for resources which have the given source value (Resource.meta.source) |
| SHALL | _tag | token | Search for resources which have the given tag |
| SHALL | _text | string | Search the contents of the resource's narrative using a fulltext search |
| SHALL | abstract | token | Whether the structure is abstract |
| SHALL | base | uri | Definition that this type is constrained/specialized from |
| SHALL | base-path | token | Path that identifies the base element |
| SHALL | context-type | token | resource | datatype | extension |
| SHALL | date | date | The structure definition publication date |
| SHALL | derivation | token | specialization | constraint - How relates to base definition |
| SHALL | description | string | The description of the structure definition |
| SHALL | experimental | token | For testing purposes, not real usage |
| SHALL | ext-context | string | Where the extension can be used in instances |
| SHALL | identifier | token | External identifier for the structure definition |
| SHALL | jurisdiction | token | Intended jurisdiction for the structure definition |
| SHALL | keyword | token | A code for the profile |
| SHALL | kind | token | primitive-type | complex-type | resource | logical |
| SHALL | name | string | Computationally friendly name of the structure definition |
| SHALL | path | token | A path that is constrained in the profile |
| SHALL | publisher | string | Name of the publisher of the structure definition |
| SHALL | status | token | The current status of the structure definition |
| SHALL | title | string | The human-friendly name of the structure definition |
| SHALL | type | token | Type defined or constrained by this structure |
| SHALL | url | uri | The uri that identifies the structure definition |
| SHALL | valueset | reference | A vocabulary binding reference |
| SHALL | version | token | The business version of the structure definition |
| Conformance | Operation | Documentation |
|---|---|---|
| SHALL | $validate |