Stream: implementers
Topic: data type vs search parameter type
Lee Surprenant (Nov 05 2019 at 13:10):
I recently added some logging to our server for when we try to extract a value from a resource and populate our search parameter values tables. In doing so, I found 4 cases where a search parameter is defined with one type whereas its expression can select a data type that does not map to it (according to http://build.fhir.org/search.html#table):
- MessageHeader-event
- MessageDefinition-event
- Immunization clinical-date
- RiskAssessment-probability
Lee Surprenant (Nov 05 2019 at 13:13):
I've create the following GForge items for these:
- https://gforge.hl7.org/gf/project/fhir/tracker/?action=TrackerItemEdit&tracker_item_id=25172
- https://gforge.hl7.org/gf/project/fhir/tracker/?action=TrackerItemEdit&tracker_item_id=25173
- https://gforge.hl7.org/gf/project/fhir/tracker/?action=TrackerItemEdit&tracker_item_id=25174
Lee Surprenant (Nov 12 2019 at 19:26):
CarePlan activity-date looks like another one of these: https://gforge.hl7.org/gf/project/fhir/tracker/?action=TrackerItemEdit&tracker_item_id=25210
Last updated: Apr 12 2022 at 19:14 UTC