AudaciousInquiry / fhir-saner

Situation Awareness for Novel Epidemic Response (COVID-19 driven project to track resource availability)
17 stars 0 forks source link

Allow servers to require search parameters #74

Closed michaeldonnelly closed 3 years ago

michaeldonnelly commented 4 years ago

If a client performs a MeasureReport search that doesn't include an _id parameter:

keithboone commented 4 years ago

Absolute should say what Measure you want (1..n) For period, in a lot of cases, your are going to get someone who wants yesterday's day. Being able to specify a range of period. (1..2) Subject shouldn't be required Reporter might be desirable for diagnostics

These should be the minimum requirements for what the server supports, the server can go beyond that.
Servers shall report on what must be used to interact with the server ( see US Core IG) Clarify certain optional features ... if you are going to support this, do it this way.

michaeldonnelly commented 4 years ago
keithboone commented 4 years ago

Resolved