This wiki has undergone a migration to Confluence found Here
<meta name="googlebot" content="noindex">

FHIR Has Parameter Issue Page

From HL7Wiki
Revision as of 12:26, 10 May 2016 by James agnew (talk | contribs) (Created page with "{{FHIR Discussion Page}} Category:Active FHIR Discussion This is the discussion page to discuss the proposed '''_has''' parameter. =Discussion= * Issue 1: Multiple _has...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This is the discussion page to discuss the proposed _has parameter.

Discussion

  • Issue 1: Multiple _has to the same target type

If a query has two _has parameters which point to the same type, do they have an AND or an OR relationship on the target? In other words, given the following URL:

http://foo.com/Observation?_has:Patient:subject:gender=male&_has:Patient:subject:birthDate=2011-01-01

Does this URL mean "return Observations for males who were born on 2011-01-01" or does it mean "return Observations for males and Observations for people born on 2011-01-01"