LinuxForHealth / FHIR

The LinuxForHealth FHIR® Server and related projects
https://linuxforhealth.github.io/FHIR
Apache License 2.0
333 stars 156 forks source link

Support _contained search parameter #2732

Open lmsurpre opened 3 years ago

lmsurpre commented 3 years ago

Is your feature request related to a problem? Please describe. IBM FHIR Server doesn't yet support https://www.hl7.org/fhir/search.html#contained

Describe the solution you'd like Support https://www.hl7.org/fhir/search.html#contained

Describe alternatives you've considered

Acceptance Criteria

  1. GIVEN [a precondition] AND [another precondition] WHEN [test step] AND [test step] THEN [verification step] AND [verification step]

Additional context I think we'd need to apply the extraction logic for the contained resource as if it was standalone, but then somehow mark it as contained so that it can't be searched directly.

michaelwschroeder commented 2 years ago

A few design notes: issue2732DesignNotes.docx