FHIR Chat · Redox to FHIR mapping · implementers

Stream: implementers

Topic: Redox to FHIR mapping


view this post on Zulip Vladimir Stankovic (Jun 27 2019 at 14:37):

I'm trying to map Redox ClinicalSummary resource into the set of FHIR resources.

Ideally, I would like to have one FHIR endpoint/resource that would accept patientId as search parameter and produce bundle with the following FHIR resources: Patient, AllergyIntolerance, Encounter, Condition, Location, FamilyMemberHistory, Immunization, Organization, Coverage, Account, RelatedPerson, Device, MedicationStatement, CarePlan, MedicationRequest, Procedure, DiagnosticReport, Observation.

Is there FHIR compliant way to achieve this?

view this post on Zulip Grahame Grieve (Jun 27 2019 at 20:33):

@Brendan Keeler

view this post on Zulip Josh Mandel (Jun 28 2019 at 20:51):

You could think about implementing support for GET /Patient/:id/$everything, which returns a bundle with all of the resource types you mentioned and potentially more.

view this post on Zulip Josh Mandel (Jun 28 2019 at 20:51):

See https://www.hl7.org/fhir/operation-patient-everything.html for details

view this post on Zulip Brendan Keeler (Jul 01 2019 at 18:28):

Hey Vladimir!
We have a full mapping internally at Redox that isn't quite ready for prime time yet in terms of exposing via R^FHIR, but we'd love to connect to share it with you as part of the Redox network (you're at Grand Rounds, right?)

view this post on Zulip Brendan Keeler (Jul 01 2019 at 18:28):

Feel free to reach out at http://community.redoxengine.com/ or via email at brendan@redoxengine.com


Last updated: Apr 12 2022 at 19:14 UTC