Stream: implementers
Topic: Simple CDR with FHIR - best way?
Traven (Mar 04 2021 at 15:42):
Hi, i'm a java dev who's new to FHIR and now got the task to create a small demo cdr for a hospital . After some searching I was thinking to create a HAPI Fiir JPA Server (https://hapifhir.io/hapi-fhir/docs/server_jpa/introduction.html) to process the message and save them to a database. Unfortunately the hospital still uses hl7 2.4, but I guess this shouldn't be so hard to create a mapping hl7 2.4 -> hl7 fhir. As said it will only be a demo so I won't have to cover every single event there is but should give the hospital an idead of what it could be like to use a cdr.
So I thought I'll ask if you guys if you agree on doing this way or maybe see better solutions.
Lloyd McKenzie (Mar 04 2021 at 16:17):
There's actually a whole stream dealing with mapping from #v2 to FHIR, so you might want to explore that. There's also an implementation guide that's working to define specific mappings. Finally, look at the guidance in the spec itself
Last updated: Apr 12 2022 at 19:14 UTC