Stream: implementers
Topic: Vocabulary Validation
daniel venton (Sep 25 2019 at 13:27):
Using -jar .\org.hl7.fhir.validator.jar .\fhirbundle.xml -version 4.0
Is it the casing that is a problem or the trailing space (in the allowed value)?:
Warning @ Bundle.entry[3].resource.code.coding[0] (line 614, col19) : The display "Softcide" is not a valid display for
the code {http://hl7.org/fhir/sid/ndc}71695-200 - should be one of ["SOFTCIDE "]
daniel venton (Sep 25 2019 at 13:34):
Also:
Warning @ Bundle.entry[73].resource.vaccineCode.coding[0] (line 3587, col19) : The display "Venezuelan equine encephalit
is vaccine, unspecified formulation" is not a valid display for the code {http://hl7.org/fhir/sid/cvx}92 - should be one o
f ["VEE, unspecified formulation"]
The cdc says, https://www2a.cdc.gov/vaccines/iis/iisstandards/vaccines.asp?rpt=cvx
Short Description Full Vaccine name CVX Code Vaccine Status Last Updated
Date Notes ▴
VEE, unspecified formulation Venezuelan equine encephalitis vaccine, unspecified formulation 92 Inactive 9/30/2010 This CVX code allows reporting of a vaccination when formulation is unknown (for example, when recording a VEE vaccination when noted on a vaccination card)
Should vocabulary validation allow EITHER the short description OR the full vaccine name?
daniel venton (Sep 25 2019 at 13:43):
moving to "terminology"
Last updated: Apr 12 2022 at 19:14 UTC