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/measurement | Version: 8.0.0 | |||
| Active as of 2025-12-09 | Computable Name: measurement | |||
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 | $search-measurements | The search-measurements operation searches for bundles of related resources having Observations, Media or QuestionnaireResponses matching the search criteria. Parameter description
"period" must always be specified. Additionally at least "patient" or "episodeOfCare" must be specified. Output descriptionThe result of this operation will return a Bundle with a list of nested Bundles having resources matching the search parameters. Each of the nested bundles will contain the full set of related eHealth Observation, eHealth Media, eHealth QuestionnaireResponse and eHealth Provenance resources. If a eHealth QuestionnaireResponse is part of the nested bundle the referenced eHealth Questionnaire will also be included in the nested bundle. Related resources are the set of resources created by a single invocation of the submit-measurement operation. |
| SHALL | $search-measurements-bundle-limit | The search-measurements-bundle-limit operation searches for a number of bundles of related resources having Observations, Media or QuestionnaireResponses matching the search criteria. Parameter description
One of either "start" or "end", along with the "count" parameter must always be specified. Additionally at least "patient" or "episodeOfCare" or "based-on" must be specified. Output descriptionThe result of this operation returns a Bundle with a list of nested Bundles having resources matching the search parameters. The number of nested Bundles depends on the count parameter. Each of the nested bundles contains the full set of related eHealth Observation, eHealth Media, eHealth QuestionnaireResponse and eHealth Provenance resources, from the same submission request. Related resources are the set of resources created by a single invocation of the submit-measurement operation. |
| SHALL | $submit-measurement | The submit-measurement operation provides a single measurement in the form of a Bundle of Observation, QuestionnaireResponse and Media for storage and, subsequently, further processing in the eHealth Infrastructure. A Provenance resource is implicitly created by the infrastructure referencing input Bundle resources as target, thereby relating the resources that were submitted. Media resource inline content in Parameter descriptionmeasurement: Bundle containing:
All resources in the Bundle must refer to the same Patient and EpisodeOfCare.
All measurement resources in the Bundle must have status either Output descriptionThe returned Bundle contains references to the stored input resources where the id has been substituted. eHealth infrastructure will substitute the id when saving the resources in a single transaction. |
| 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 | P | C | Searches | _include | _revinclude | Operations |
|---|---|---|---|---|---|---|---|---|---|---|---|
| Binary | http://hl7.org/fhir/StructureDefinition/Binary | y | y | * | Communication:episodeOfCare, Communication:recipient, Communication:recipientCareTeam, Communication:sender, Communication:senderCareTeam, Communication:subject, Media:based-on, Media:episodeOfCare, Media:relatedTo, Media:subject, Observation:based-on, Observation:episodeOfCare, Observation:patient, Observation:subject, Provenance:agent, Provenance:entity, Provenance:entity-episodeOfCare, Provenance:entity-serviceRequest, Provenance:target, QuestionnaireResponse:based-on, QuestionnaireResponse:episodeOfCare, QuestionnaireResponse:questionnaire, QuestionnaireResponse:subject | ||||||
| Communication | http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-communication | y | y | y | y | y | _tag, episodeOfCare, identifier, recipient, recipientCareTeam, sender, senderCareTeam, subject | Communication:episodeOfCare, Communication:recipient, Communication:recipientCareTeam, Communication:sender, Communication:senderCareTeam, Communication:subject, Media:based-on, Media:episodeOfCare, Media:relatedTo, Media:subject, Observation:based-on, Observation:episodeOfCare, Observation:patient, Observation:subject, Provenance:agent, Provenance:entity, Provenance:entity-episodeOfCare, Provenance:entity-serviceRequest, Provenance:target, QuestionnaireResponse:based-on, QuestionnaireResponse:episodeOfCare, QuestionnaireResponse:questionnaire, QuestionnaireResponse:subject | $validate | ||
| Media | http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-media | y | y | y | y | y | _content, _filter, _id, _tag, based-on, created, episodeOfCare, identifier, qualityCode, qualityType, relatedTo, resolvedTimingEnd, resolvedTimingServiceRequestVersionId, resolvedTimingStart, resolvedTimingType, series, subject, type, usageMode | Media:relatedTo | Media:relatedTo, Provenance:target | $validate, $get-data | |
| Observation | http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-observation | y | y | y | y | _content, _filter, _id, _tag, _text, based-on, code, date, episodeOfCare, identifier, patient, qualityCode, qualityType, resolvedTimingEnd, resolvedTimingServiceRequestVersionId, resolvedTimingStart, resolvedTimingType, subject | Provenance:target | $validate | |||
| OperationDefinition | http://hl7.org/fhir/StructureDefinition/OperationDefinition | y | * | Communication:episodeOfCare, Communication:recipient, Communication:recipientCareTeam, Communication:sender, Communication:senderCareTeam, Communication:subject, Media:based-on, Media:episodeOfCare, Media:relatedTo, Media:subject, Observation:based-on, Observation:episodeOfCare, Observation:patient, Observation:subject, Provenance:agent, Provenance:entity, Provenance:entity-episodeOfCare, Provenance:entity-serviceRequest, Provenance:target, QuestionnaireResponse:based-on, QuestionnaireResponse:episodeOfCare, QuestionnaireResponse:questionnaire, QuestionnaireResponse:subject | |||||||
| Provenance | http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-provenance | y | y | y | _id, agent, entity, entity-episodeOfCare, entity-serviceRequest, recorded, target | Provenance:target | Communication:episodeOfCare, Communication:recipient, Communication:recipientCareTeam, Communication:sender, Communication:senderCareTeam, Communication:subject, Media:based-on, Media:episodeOfCare, Media:relatedTo, Media:subject, Observation:based-on, Observation:episodeOfCare, Observation:patient, Observation:subject, Provenance:agent, Provenance:entity, Provenance:entity-episodeOfCare, Provenance:entity-serviceRequest, Provenance:target, QuestionnaireResponse:based-on, QuestionnaireResponse:episodeOfCare, QuestionnaireResponse:questionnaire, QuestionnaireResponse:subject | ||||
| QuestionnaireResponse | http://ehealth.sundhed.dk/fhir/StructureDefinition/ehealth-questionnaireresponse | y | y | y | y | y | y | _filter, _lastUpdated, _tag, authored, based-on, effectivePeriodEnd, effectivePeriodStart, episodeOfCare, identifier, qualityCode, qualityType, questionnaire, resolvedTimingEnd, resolvedTimingServiceRequestVersionId, resolvedTimingStart, resolvedTimingType, status, subject | Provenance:target | $validate |
vread, read.search-type, vread, read, patch, create.| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | _tag | token | Search for resources which have the given tag |
| SHALL | episodeOfCare | reference | Episode associated with communication |
| SHALL | identifier | token | Unique identifier |
| SHALL | recipient | reference | Message recipient |
| SHALL | recipientCareTeam | reference | Recipient care team |
| SHALL | sender | reference | Message sender |
| SHALL | senderCareTeam | reference | Sender care team |
| SHALL | subject | reference | Focus of message |
| Conformance | Operation | Documentation |
|---|---|---|
| SHALL | $validate |
update, search-type, vread, read, patch.| 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 | _id | token | The ID of the resource |
| SHALL | _tag | token | Search for resources which have the given tag |
| SHALL | based-on | reference | Procedure that caused this media to be created |
| SHALL | created | date | When Media was collected |
| SHALL | episodeOfCare | reference | Episode associated with media |
| SHALL | identifier | token | Identifier(s) for the image |
| SHALL | qualityCode | token | Quality code of the media |
| SHALL | qualityType | token | Quality type of the media |
| SHALL | relatedTo | reference | Media related to |
| SHALL | resolvedTimingEnd | date | Resolved Timing end |
| SHALL | resolvedTimingServiceRequestVersionId | token | Resolved Timing serviceRequestVersionID |
| SHALL | resolvedTimingStart | date | Resolved Timing start |
| SHALL | resolvedTimingType | token | Resolved Timing type |
| SHALL | series | string | Series ID |
| SHALL | subject | reference | Who/What this Media is a record of |
| SHALL | type | token | photo | video | audio |
| SHALL | usageMode | token | Usage mode |
| Conformance | Operation | Documentation |
|---|---|---|
| SHALL | $validate | |
| SHALL | $get-data | The get-data operation returns a media content matching the uuid provided. Parameter description
Request header description
Output descriptionThe result of this operation returns a Binary containing the media found from the provided uuid |
search-type, vread, read, patch.| 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 | _id | token | The ID of the resource |
| 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 | based-on | reference | Reference to the test or procedure request. |
| SHALL | code | token | The code of the observation type |
| SHALL | date | date | Obtained date/time. If the obtained element is a period, a date that falls in the period |
| SHALL | episodeOfCare | reference | Episode associated with observation |
| SHALL | identifier | token | The unique id for a particular observation |
| SHALL | patient | reference | The subject that the observation is about (if patient) |
| SHALL | qualityCode | token | The quality code of the observation |
| SHALL | qualityType | token | The quality type of the observation |
| SHALL | resolvedTimingEnd | date | Resolved Timing end |
| SHALL | resolvedTimingServiceRequestVersionId | token | Resolved Timing serviceRequestVersionID |
| SHALL | resolvedTimingStart | date | Resolved Timing start |
| SHALL | resolvedTimingType | token | Resolved Timing type |
| SHALL | subject | reference | The subject that the observation is about |
| Conformance | Operation | Documentation |
|---|---|---|
| SHALL | $validate |
read.search-type, vread, read.| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | _id | token | The ID of the resource |
| SHALL | agent | reference | Who participated in the activity |
| SHALL | entity | reference | Identity of entity |
| SHALL | entity-episodeOfCare | reference | EpisodeOfCare identity of entity |
| SHALL | entity-serviceRequest | reference | ServiceRequest identity of entity |
| SHALL | recorded | date | When the activity was recorded / updated |
| SHALL | target | reference | Target Reference(s) (usually version specific) |
update, search-type, vread, read, patch, create.| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHALL | _filter | string | Search the contents of the resource's data using a filter |
| SHALL | _lastUpdated | date | Only return resources which were last updated as specified by the given range |
| SHALL | _tag | token | Search for resources which have the given tag |
| SHALL | authored | date | When the questionnaire response was last changed |
| SHALL | based-on | reference | Plan/proposal/order fulfilled by this questionnaire response |
| SHALL | effectivePeriodEnd | date | Effective Period end |
| SHALL | effectivePeriodStart | date | Effective Period start |
| SHALL | episodeOfCare | reference | Episode associated with questionnaire response |
| SHALL | identifier | token | The unique identifier for the questionnaire response |
| SHALL | qualityCode | token | The quality code of the questionnaire response |
| SHALL | qualityType | token | The quality type of the questionnaire response |
| SHALL | questionnaire | reference | The questionnaire the answers are provided for |
| SHALL | resolvedTimingEnd | date | Resolved Timing end |
| SHALL | resolvedTimingServiceRequestVersionId | token | Resolved Timing serviceRequestVersionID |
| SHALL | resolvedTimingStart | date | Resolved Timing start |
| SHALL | resolvedTimingType | token | Resolved Timing type |
| SHALL | status | token | The status of the questionnaire response |
| SHALL | subject | reference | The subject of the questionnaire response |
| Conformance | Operation | Documentation |
|---|---|---|
| SHALL | $validate |