OPERATION: search-measurements
The official URL for this operation definition is:
http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-search-measurements
The search-measurements operation searches for bundles of related resources having Observations, Media or QuestionnaireResponses matching the search criteria.
"period" must always be specified.
Additionally at least "patient" or "episodeOfCare" must be specified.
The 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.
URL: [base]/$search-measurements
Parameters
Use | Name | Cardinality | Type | Binding | Documentation |
IN | patient | 0..1 | Reference | ||
IN | episodeOfCare | 0..1 | Reference | ||
IN | device | 0..1 | Reference | ||
IN | period | 1..1 | Period | ||
IN | based-on | 0..* | Reference | ||
OUT | bundle | 0..1 | Bundle |