eHealth Infrastructure
6.0.2 - release Denmark flag

This page is part of the FUT Infrastructure (v6.0.2: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

OperationDefinition: Search measurements bundle limit

Official URL: http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-search-measurements-bundle-limit Version: 6.0.2
Active as of 2025-10-30 Computable Name: 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

  • patient: Find resource(s) referring the specified patient - Reference(eHealth Patient).
  • episodeOfCare: Find resource(s) referring the specified episode of care - Reference(eHealth EpisodeOfCare).
  • count: The number of bundles to return, max allowed value is 100 - Integer.
  • start: Based on the effective time of measurement, please see Observation.effective[x] , QuestionnaireResponse.effective-period , and Media.created[x]. If QuestionnaireResponse.effectivePeriod is missing, authored is used instead. If provided, the operation will search for observation, media and QuestionnaireResponse resource(s) with a clinical effective time after this time. The result bundles will be sorted in ascending order - DateTime.
  • end: Based on the effective time of measurement, please see Observation.effective[x] , QuestionnaireResponse.effective-period , and Media.created[x]. If QuestionnaireResponse.effectivePeriod is missing, authored is used instead. If provided, the operation will search for observation, media and QuestionnaireResponse resource(s) with a clinical effective time before this time. The result bundles will be sorted in descending order - DateTime.
  • based-on: Resources(s) must be based on any of the specified service requests - Reference(eHealth ServiceRequest).
  • _tag: When specified, resource(s) must have at least one of the specified tags in meta data - for instance a Coding(ehealth-system CodeSystem) or on token form: http://ehealth.sundhed.dk/cs/ehealth-system xa. Note that the _tag functions as an optional filter, not as a selection criteria in the way the other parameters work.

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 description

The 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.

URL: [base]/$$search-measurements-bundle-limit

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INpatient0..1Reference

Find resource(s) referring the specified patient - Reference(eHealth Patient).

INepisodeOfCare0..1Reference

Find resource(s) referring the specified episode of care - Reference(eHealth EpisodeOfCare).

INcount1..1integer

The number of bundles to return, max allowed value is 100 - Integer.

INstart0..1dateTime

Based on the effective time of measurement, please see Observation.effective[x], QuestionnaireResponse.effective-period, and Media.created[x]. If QuestionnaireResponse.effectivePeriod is missing, authored is used instead. If provided, the operation will search for observation, media and QuestionnaireResponse resource(s) with a clinical effective time after this time. The result bundles will be sorted in ascending order - DateTime.

INend0..1dateTime

Based on the effective time of measurement, please see Observation.effective[x], QuestionnaireResponse.effective-period, and Media.created[x]. If QuestionnaireResponse.effectivePeriod is missing, authored is used instead. If provided, the operation will search for observation, media and QuestionnaireResponse resource(s) with a clinical effective time before this time. The result bundles will be sorted in descending order - DateTime.

INbased-on0..*Reference

Resources(s) must be based on any of the specified service requests - Reference(eHealth ServiceRequest).

IN_tag0..*Coding

Search for resources which have the given tag.

OUTbundle0..1Bundle