Project: Create web components for FHIR Resources

1 Like

Yes, I am attaching an update for the new Rx Medication.

2 Likes

@parishmita.bora Nice work. Based on the FHIR medication resource, I think we should only include code, status, form, amount, ingredient, and batch. The code serves as the medication name. All the fields should be a textfield except the status which should be a select tag. Also, the lot number and expiration date are components of the batch. The Activeness and strength are components of the ingredient so the UI should reflect that.

https://www.hl7.org/fhir/medication-definitions.html#Medication.code

I really like this @parishmita.bora!!!

@bolu thanks for letting me know about the update. I have one question as you have mentioned the lot number and expiration date are components of the batch. The Activeness and strength are components of the ingredient so do I need to include that or remove that from the UI screen?

@r0bby thanks for the feedback

Please include them but under the batch and ingredient respectively

@r0bby @sunbiz Are we not allowed to post video links here? @parishmita.bora last video posts were flagged.

No, I restored them. Discourse has a safety mechanism against spam which is automated.

@r0bby I am getting a particular error when I am trying to upload the video

@bolu New Rx screen

1 Like

@bolu capture new vitals screen

Fixed it. This is a spam countermeasure. You should be free to share links now. Thank you for your work @parishmita.bora, it’s greatly appreciated.

@bolu I am attaching 2 screens for appointment scheduling, let me know any feedback and which looks more accurate.

2 Likes

Error in Uploading videos so attaching the screens, feedback will help me to improve better.

@parishmita.bora. The medication page this looks better. The ingredient and batch are distinct. Nice :+1:

@parishmita.bora while creating the components for the medication resource, I saw that we might have omitted some fields. Please see the figures below.

  1. The medication ingredient should have the ingredient , isActive and strength fields med_ingredient
  2. The amount field should have a denominator and numerator fields because it is a ratio data type. The code shows the unit of measurement.

meds_amount

Please use the figures as a guide.

You can check out the documentation here: https://www.hl7.org/fhir/medication-definitions.html#Medication.ingredient

Once we are done with the medication resource, we can move on to the medication statement. Please check out the documentation here: https://www.hl7.org/fhir/medicationstatement.html

We can discuss it further during the video meeting later today

The video showing medications, appointment and E-prescription https://vimeo.com/439286336

@sunbiz I discussed with @bolu regarding the medication screen, it would be good if you can let me know what features should I remove from the screen along with the numerator, denominator,

and the code tabs

@parishmita.bora @sunbiz My thought is to change the name for the Numerator and Denominator to something more descriptive. Since the Ingredient strength and amount are a ratio data type. e.g from the documentation, ingredient strength

Specifies how many (or how much) of the items there are in this Medication. For example, 250 mg per tablet. This is expressed as a ratio where the numerator is 250mg and the denominator is 1 tablet."

So we could rename the numerator and denominator and reformat it to [new-numerator-name] per[new denominator name]. Please tell me your thoughts so that I can make the changes ASAP.

1 Like