What about “patients diagnosed with a given condition”?
- The Condition resource references a Patient (or Group) in
Condition.subject
- The
_has
parameter supports retrieving Patients based on a value from a Condition
:
separates fields
- Sub-parameters:
- The resource type to search for references back from (
Condition
)
- The field on that resource which would link back to the current resource (
subject
)
- A field on that resource to filter by (
code
, which Condition uses to identify the condition)
- Example:
GET [base]/Patient?_has:Condition:subject:code=195662009