Stream: implementers
Topic: Lookup data
Domina Tang (Jun 16 2020 at 17:09):
When migrating an application based on relational database, how to migrate those lookup tables: using CodeSystem resource? Or is it possible expose REST API from external system for these lookup data, so that a clinical resource can use these URI for code instead?
Grahame Grieve (Jun 16 2020 at 17:36):
to do it properly, by CodeSystem.
Grahame Grieve (Jun 16 2020 at 17:37):
Doesn't mean you can't provide a REST framework for the lookup tables, but we've declined to do that directly as part of FHIR. AidBox provides a Concept resource for this, behind the CodeSystem resource, but it's out of scope for FHIR
Domina Tang (Jun 16 2020 at 18:22):
Thanks @Grahame Grieve , do we need to find an existing "CodeSystem" instead of our own version of lookup, say cardiac procedure code, no clue if there is such FHIR code standard for our lookups .
Grahame Grieve (Jun 16 2020 at 18:23):
no you make your own code systems for your look up tables
Domina Tang (Jun 16 2020 at 18:31):
@Grahame Grieve thanks again!
Last updated: Apr 12 2022 at 19:14 UTC