Stream: IG creation
Topic: US Core SNOMED Value Set Version Dependency
Monique van Berkum (Jun 28 2021 at 21:41):
The SDOH CC Procedure profile binds to the US Core Procedure Codes value set (http://hl7.org/fhir/ValueSet/procedure-code) with a strength of required. The procedure example in the IG uses a SNOMED CT US March 2021 procedure code:
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "467771000124109",
"display" : "Assistance with application for food pantry program"
}
]
},
The validator is generating the following error:
None of the codings provided are in the value set http://hl7.org/fhir/ValueSet/procedure-code (http://hl7.org/fhir/ValueSet/procedure-code), and a coding from this value set is required) (codes = http://snomed.info/sct#467771000124109)
Our IG dependency is on hl7.fhir.us.core 3.1.1 4.0.1 http://hl7.org/fhir/us/core http://hl7.org/fhir/us/core/STU3.1.1.
After review with @Lloyd McKenzie, he suggested to post it here. How do we resolve this error?
Last updated: Apr 12 2022 at 19:14 UTC