FHIR Chat · missing valueset entries in STU3 · implementers

Stream: implementers

Topic: missing valueset entries in STU3


view this post on Zulip Sufyan Patel (May 22 2018 at 08:43):

Hi, I am currently upversioning some resources from DSTU2 to STU3. I have found that the resource ReferralRequest had a 'Required' valueset in DSTU2 which is now different in STU3.
Values such as 'accepted' and 'rejected' have been removed from the valueset in STU3. My question is how to we handle this? As it's a Required valueset, it is not possible to use a separate valueset for this element.

view this post on Zulip Grahame Grieve (May 22 2018 at 12:15):

yes, this is a tough problem for inter version transforms - sometimes the committee has made hard decisions like this; there's no general case solution

view this post on Zulip Grahame Grieve (May 22 2018 at 12:15):

haev you looked at how the official R2/R3 mappings handle this?

view this post on Zulip Lloyd McKenzie (May 22 2018 at 14:39):

Notions of "accepted", "rejected" and other codes that deal with tracking fulfillment have been moved to Task because they are separate from the status of the referral authorization. It's possible that you might seek execution of the referral from multiple organizations and thus have a referral that's rejected by one organization subsequently accepted by another.


Last updated: Apr 12 2022 at 19:14 UTC