nhsconnect / FHIR-NOO-API

FHIR based API for managing National Opt Out preferences
https://nhsconnect.github.io/FHIR-NOO-API/index.html
Apache License 2.0
0 stars 2 forks source link

Search modifiers #37

Open InteropAdmin opened 6 years ago

InteropAdmin commented 6 years ago

You do not say whether any search modifiers are implemented in the solution - yet you point out to the generic search documentation of the FHIR standard (which implies that they exist). We need be explicit.

What has been/will be implemented

dxh73 commented 6 years ago

The link to the search document is only to a specific part of the document, not the entire document.

NDOP does not require any modifiers, with patients only having one live resource and limited history. There are no expectations that patient's will be making regular changes to their preference, which negated the need for modifiers such as count and summary. The Consent resource has its own dateTime element which will be used to stamp the resource with it's last update, which removes the need for a lastupdated modifier.