FHIR Chat · PHIN VADS No Value Set Found · IG creation

Stream: IG creation

Topic: PHIN VADS No Value Set Found


view this post on Zulip Andy Stevens (Jun 30 2021 at 16:11):

FIXED: needed to use http, not https
When using the IG Publisher, we use about 18 different PHIN VADS ValueSets in total and only 3 of them give a message in the onGenerate section saying:

No value set found at ~/output/StructureDefinition/cbs-patient#Patient.extension:genderidentity.value[x] (url = 'https://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.114222.4.11.7610')
No value set found at ~/output/StructureDefinition/cbs-ethnicity#Extension.extension:ombCategory.value[x] (url = 'https://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.114222.4.11.3015')
No value set found at ~/output/StructureDefinition/cbs-race#Extension.extension:ombCategory.value[x]:valueCoding (url = 'https://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.114222.4.11.7205')

And when looking at the output HTML, all of the other Binding hyperlinks work to link to the PHIN VADS pages but these three just show the /fhir/ URL that we had defined (as shown before as the proper way to reference PHIN VADS ValueSets)

Does anyone know why these three value sets don't want to work? I've checked and they do exist in the us.cdc.phinvads package so it should know they exist


Last updated: Apr 12 2022 at 19:14 UTC