Stream: implementers
Topic: Question about a field mapping
Ajay Chada (Nov 12 2020 at 21:17):
Hi,
We are using Organization FHIR resource to map the hospital/clinic information and as part of that we are trying to map No.of beds/rooms, but couldn't find a suitable field in the Organization resource.
Would you please advise, which resource/field is appropriate to map this information?
NOTE : we are using STU3 FHIR version.
Regards,
-Ajay
Lloyd McKenzie (Nov 12 2020 at 22:30):
Two options. You could either do a search for locations of type 'bed' that were part of the location, or you could use an extension. The former would give you the benefit of being able to filter by type of bed and whether they were available or not.
@Brian Postlethwaite
Lin Zhang (Nov 12 2020 at 23:22):
Total count or Numbers?
Lin Zhang (Nov 12 2020 at 23:24):
The former would be a measure reflecting the size/capacity of a hospital.
Ajay Chada (Nov 12 2020 at 23:57):
Thank you, Lin Zhang for your inputs.
Ajay Chada (Nov 12 2020 at 23:58):
Thank you @Lloyd McKenzie
Andrew (Dec 17 2020 at 14:45):
Hi!
In our Pharmacy data (for which we're using organization fhir resource) we have info about offering a 90 Day Supply, offering eRx, and info about preferred cost-share. It is not very clear in what fields should we map this info. Currently, we are putting this info into HealthcareService.program. Can anyone give some pointers if we're doing it in a correct way? As for fhir specification - we use this one:
http://hl7.org/fhir/us/davinci-pdex-plan-net/2020Feb/profiles.html
Last updated: Apr 12 2022 at 19:14 UTC