Stream: implementers
Topic: Use of Library
Vanitha (Oct 16 2018 at 12:52):
Hi All, What is the best way to implement library? Can any one suggest me.
nicola (RIO/SS) (Oct 16 2018 at 14:33):
Take a look at existing libs. What kind of library do you want to implement?
Vanitha (Oct 17 2018 at 06:18):
Thanks @nicola (RIO/SS) ,
We want to maintain library for the below Episode of care Definitions. (http://www.prometheusanalytics.net/deeper-dive/definitions-readable).
Please give me suggestion.
nicola (RIO/SS) (Oct 17 2018 at 09:04):
By library do you mean registry or index of Episode of Care Definitions? i.e. not programming language library :) Can you tell more about what means - "maintain library"?
Vanitha (Oct 17 2018 at 09:58):
Yes @nicola (RIO/SS) , We need to capture registry of Episode of Care Definitions By library.
nicola (RIO/SS) (Oct 17 2018 at 09:59):
Have you tried to map it into FHIR Resources?
Vanitha (Oct 17 2018 at 10:44):
Yeah @nicola (RIO/SS) , We are mapping these codes to Episode of Care.
May I know the workflow how it works.
nicola (RIO/SS) (Oct 17 2018 at 10:45):
I do not think - i'm a best person to answer this questions. @Lloyd McKenzie @Grahame Grieve ?
Lloyd McKenzie (Oct 17 2018 at 15:13):
This looks related to decision support - "IF you see one of these diagnoses, procedures, lab results, etc. THEN infer the existence of an episode of type X". @Bryn Rhodes, do we have anything that would be useful for this?
Bryn Rhodes (Oct 17 2018 at 23:16):
If they can all be expressed as rules as @Lloyd McKenzie is suggesting, then these could modeled with a CQL library that has the conditions, a PlanDefinition that models the IF-THEN part and ActivityDefinitions that model the Actions to be created. You could then collect those in an asset-collection Library and manage them as a group that way, or just keep them separate as PlanDefinitions and manage them independently.
Bryn Rhodes (Oct 17 2018 at 23:16):
Does that help?
Vishal Zanzrukia (Oct 22 2018 at 13:15):
Hi All, I am Java developer, assigned to new project where fhir is used widely, so I joined here. After couple of days of analysis, I am still not able to figure out where is my data stored. I can't see data in database. So just wanted to ask is there any way fhir API provides to save data on cloud? My question may be very silly but I am very new, if you need I can provide some more details about which classes I can find in my code.
Lloyd McKenzie (Oct 22 2018 at 15:26):
FHIR defines how to exchange data between systems. It doesn't explicitly define how data is stored - or even presume that data will be stored at all. Each system involved in data sharing gets to choose how they manage persistence. FHIR is just about sharing data from one system to another.
Grahame Grieve (Oct 22 2018 at 19:01):
perhaps you are look for HAPI.-fhir....
Vanitha (Oct 23 2018 at 05:37):
Thanks @Lloyd McKenzie , @Bryn Rhodes
Last updated: Apr 12 2022 at 19:14 UTC