Stream: implementers
Topic: FHIR Immunization Schema
Lakshmi Narasimhan M C (Apr 28 2021 at 13:56):
Hi, We are a social enterprise startup trying to adopt FHIR schema. We are looking into Immunization schema and was able to go through the json. Would someone be able to assist us with a sample schema with dummy data but something we could refer to and build our models around it?
Jose Costa Teixeira (Apr 28 2021 at 14:05):
What do you mean with immunization schema?
Jose Costa Teixeira (Apr 28 2021 at 14:06):
in Belgium, the immunization schema is the vaccinations that a person is recommended through their life, e.g. tetanus every 10 years, etc.
https://i1.wp.com/www.exploringlife.be/wp-content/uploads/2019/12/Vaccinatieschema.png?w=1032&ssl=1
Lakshmi Narasimhan M C (Apr 29 2021 at 01:16):
Ah okay. Let me explain this a bit more.
We are trying to use this schema (https://www.hl7.org/fhir/immunization.html) from FHIR website. The use case we are planning to use is, to allow the Doctors/Nurses to enter the vaccination detail of the dosage that was just provided to a patient and any additional notes, site, route, lot number, date of administration, actor, etc. The details entered by the doctor/nurse about the patient is stored using this schema.
I am referring to this use case and the link shared above when I refer to Immunization schema.
Lloyd McKenzie (Apr 29 2021 at 01:30):
Did you look at the examples tab available on the Immunization resource page you linked to?
Lakshmi Narasimhan M C (Apr 29 2021 at 01:33):
Thank you Lloyd.
image.png
I didn't know there was one here. This is exactly what I was looking for. This helps.
Thank you @Lloyd McKenzie & @Jose Costa Teixeira for the response and support.
Lloyd McKenzie (Apr 29 2021 at 01:38):
You're not the only person who's missed it. IF you have thoughts on how to make it easier to find, feel free to share.
Lakshmi Narasimhan M C (Apr 29 2021 at 01:44):
@Lloyd McKenzie
Can the example be brought to somewhere below like this:
image.png
It can be there for XML, JSON, and Turtle alone as only these three contains example. Easy from a usability standpoint if majority feels this adds value.
Josh Mandel (Apr 29 2021 at 03:44):
This is a cool idea -- would be interesting to test whether it's in fact more discoverable.
Grahame Grieve (Apr 29 2021 at 04:10):
but there's more than one example?
Josh Mandel (Apr 29 2021 at 04:20):
Presumably it could still link to the examples page. (I'm not saying I think this is a great plan -- but it's cool to have folks sharing concrete suggestions :-))
Lakshmi Narasimhan M C (Apr 29 2021 at 04:55):
Agree. This could still link to the examples page, or just a drop menu with the different examples floating below it.
But yes, just my thoughts in making the 'Example' more easily accessible.
Lloyd McKenzie (Apr 29 2021 at 05:25):
The example tab could just be a list of the links to the various JSON (or XML or RDF) example renderings
Lloyd McKenzie (Apr 29 2021 at 05:25):
There's still the possibility people will miss the second tab, but having two places for discoverability wouldn't hurt.
Lloyd McKenzie (Apr 29 2021 at 05:26):
Will the tab mechanism function with tabs within a tab? That's the bit I'm unsure about...
Lakshmi Narasimhan M C (Apr 29 2021 at 16:14):
@Lloyd McKenzie Yes, we can build a nested tab and that's very much possible.
Last updated: Apr 12 2022 at 19:14 UTC