Stream: implementers
Topic: fhir.r4.expansions valueset issue
Michael O'Keefe (Jul 23 2021 at 12:46):
While looking through some FHIR R4 ValueSet
resources, I noticed a case where the expanded valueset from hl7.fhir.r4.expansions
is including a code that should be excluded based on the compose
for that valueset.
The valueset in question is https://terminology.hl7.org/2.1.0/ValueSet-v3-PurposeOfUse.json.html, which defines its codes as everything in the v3-ActReason
codesystem _except_ for the PurposeOfUse
code.
However, when you look at the expanded version available in hl7.fhir.r4.expansions
, the expansion.contains
contains that PurposeOfUse
code: https://simplifier.net/packages/hl7.fhir.r4.expansions/4.0.1/files/100573
Does anyone know why the expansion here isn't excluding the code it should be?
Lloyd McKenzie (Jul 23 2021 at 13:49):
@Grahame Grieve - you should look at this when you're back.
Michael O'Keefe (Aug 10 2021 at 16:31):
Just replying to this thread to make sure it doesn't get lost. Also let me know if you need any additional information!
Last updated: Apr 12 2022 at 19:14 UTC