Stream: inferno
Topic: FHIR search by patient birthdate and certification testing
Lital Inghel (Dec 13 2021 at 18:32):
I have a Q about FHIR search by patient birthdate and certification testing (g10)
Are we tested for search by date/month/year or also month/year or year alone for GET [base]/Patient?birthdate=[birthdate]?
Wanted to understand if for this query we need to support all these “date” types in order to pass certification test g10
Yunwei Wang (Dec 13 2021 at 19:45):
Infenro uses the saee date precision that server support.
In USCO-01, Inferno get the test patient with ID. Inferno uses thebirthDate
element from USCP-01 to construct USCO-03.
Ex, if server provides {... "brithDate": "1940-03", ...}
then Inferno searches ?birthdate=1940-03&name=...
Inferno does not test if server support searching with different precision for birthdate.
For required date search on other US Core resource type, such as Observation.effectiveDateTime, Inferno searches with precision to the second when testing "comparator" search if required by US Core profile.
Last updated: Apr 12 2022 at 19:14 UTC