Stream: implementers
Topic: EOB item.productOrService
Chetana Nayyar (Jun 01 2021 at 10:47):
In case of EOB Pharmacy profile
item.productOrService mentions the cardinality as 1..1
But there might be scenario where there are multiple drugs for a prescription for which the claim has been raised. Should not the cardinality be 1..*?
Daniel Venton (Jun 01 2021 at 12:40):
item itself is multi:
.. item S 0..* BackboneElement Product or service provided
Put each drug in it's own .item
Last updated: Apr 12 2022 at 19:14 UTC