eHealth Infrastructure (v2021.2)

get-patient-procedures

OPERATION: get-patient-procedures

The official URL for this operation definition is:

http://ehealth.sundhed.dk/fhir/OperationDefinition/-s-get-patient-procedures

This operation returns an overview of patient procedures within a time period and filtered by either EpisodeOfCare or Condition code(s). On success, the returned Bundle contains a Parameters structure detailing the count of measurements received and expected. This is done per ProcedureRequest with status active for those that are related to EpisodeOfCare either given as input or pertaining to one of the Condition codes. The measurement regime expressed in ProcedureRequest.occurrence[x] is, when possible, resolved to time slot(s) corresponding to datetime/period where an action is supposed to take place, typically performed by the Patient. When the occurrenceTiming variant is used, resolved time slots overlapping with the input time periode are considered. For occurrenceTiming expression which are either adhoc or unresolved, the effective datetime/period of a measurement is considered when checked for overlap with input time period.

Input

The operation has three mandatory inputs, a Patient reference, a start date and an end date. Additionally the operation has two optional inputs: a list of reference(s) to EpisodeOfCare and a list of Codings for Condition.

Patient reference

Mandatory reference for the Patient which the procedure overview is computed for.

Start and end datetimes

Start and end datetime are both mandatory, and together specify the period of interest in the patient procedure overview. As stated above, for resolvable past and future time slots as well as adhoc and unresolved timings there must overlap with this period.

EpisodeOfCare list

The EpisodeOfCare list is optional, but either of EpisodeOfCare or Condition codes must be provided. If EpisodeOfCare are provided, these will be used to further filter which active CarePlan and ProcedureRequest are considered for the patient procedure overview.

Condition Coding list

The list of Coding for Condition is optional, but either of EpisodeOfCare or Condition codes must be provided. If Condition Coding are provided, the EpisodeOfCare considered are those referring to a Condition matching at least one of the codes in the list. As above, the EpisodeOfCare (one or more) considered further determines which active CarePlan and ProcedureRequest are considered.

Output

For valid inputs, the server will compute and return a Bundle. The Bundle contains a Parameters resource with resolved measurement regimes and associated counts of measurement submitted and counts expected. Such counts are also included in the Parameters structure when the measurement regime is either adhoc or unresolved. In addition, the Bundle contains CarePlan and ProcedureRequest referenced in the Parameters. The Bundle can contain an OperationOutcome describing any encountered warnings.

URL: [base]/$get-patient-procedures

Parameters

UseNameCardinalityTypeBindingDocumentation
INpatient1..1Reference
INepisodeOfCare0..*Reference
INconditionCodings0..*Coding
INstart1..1dateTime
INend1..1dateTime
OUTreturn0..1Bundle