Stream: implementers
Topic: Patient.birthDate
Lital Inghel (Oct 28 2021 at 11:38):
for patient queries-
query by birthdate
http://hl7.org/fhir/us/core/STU3.1.1/SearchParameter-us-core-patient-birthdate.html
FHIR lists all comparators as 'MAY',
so if we will only support search by birthdate equals a certain date-will this be enough (certification wise)?
Lloyd McKenzie (Oct 28 2021 at 14:58):
@Eric Haas @Brett Marquard
Brett Marquard (Oct 28 2021 at 15:23):
Peek at US Core Search Parameter definitions here and let us know if additional questions.
Lital Inghel (Oct 28 2021 at 15:31):
This is where i looked at and where my Q is coming from :)
Brett Marquard (Oct 28 2021 at 16:02):
ha, sorry, I skipped over your prior link!
Brett Marquard (Oct 28 2021 at 16:04):
The way I confirm search requirements:
- Profile page - (Quick Start search at bottom)
- capability Statement (see: https://build.fhir.org/ig/HL7/US-Core/CapabilityStatement-us-core-server.html#patient)
- then searchParameter
Eric Haas (Oct 28 2021 at 16:04):
The conformance language we use in US Core is defined here: http://hl7.org/fhir/R4/conformance-rules.html#conflang
Eric Haas (Oct 28 2021 at 16:05):
short answer is yes
Eric Haas (Oct 28 2021 at 16:05):
long answer is you need to ask the Inferno team who write the certification tooling @Yunwei Wang ?
Brett Marquard (Oct 28 2021 at 16:07):
... neither Eric nor I have 'final say' on certification rules. We can tell you what US Core says, and our intent, but Inferno + ONC + Accredited Third-Party Certification Bodies make final call
Yunwei Wang (Oct 28 2021 at 16:32):
Yes, inferno only test birthdate equals a certain date
Lital Inghel (Oct 28 2021 at 21:34):
Thanks!!!
Last updated: Apr 12 2022 at 19:14 UTC