FHIR Chat · Refill num value set · CARIN IG for Blue Button®

Stream: CARIN IG for Blue Button®

Topic: Refill num value set


view this post on Zulip Ruth berge (Jan 15 2021 at 21:02):

the Carin pharmacy profile (http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-ExplanationOfBenefit-Pharmacy) contains supportingInfo:refillNum and that links to a code system http://hl7.org/fhir/ValueSet/claim-exception which has two entries, one for student and one for disabled. How do these codes relate to a refill number? Or, are we supposed to add to the value set? Or is there another option?

view this post on Zulip Lee Surprenant (Jan 15 2021 at 21:23):

I believe what you're seeing there is in the "snapshot" view and that code is just inhereted from the base spec:
image.png

The field is optional and the binding to that claim-exception valueset is "example" which means its really just an example of the type of things you might put in that code. I'm not sure what binding would make more sense here but I'm guessing you probably won't see many refillNum supportingInfo elements with a code (instead focus on the category and the valueQuantity which are required)

view this post on Zulip Michele Mottini (Jan 15 2021 at 21:24):

That's just an example binding, and if you look at the refillNum slice:

image.png

it has only the (fixed) category identifying it as a refil number and its value (as a valueQuantity)


Last updated: Apr 12 2022 at 19:14 UTC