Stream: implementers
Topic: ValueSet x|4.0.0 not found
François Macary (Sep 29 2019 at 15:59):
I try to validate a Patient resource (R4) on http://test.fhir.org/r4 and I get this kind of issue on every code assigned to a FHIR value set.
"issue": [
{
"severity": "warning",
"code": "code-invalid",
"details": {
"text": "ValueSet http://hl7.org/fhir/ValueSet/identifier-use|4.0.0 not found"
},
"expression": [
"Patient.identifier.use // line 33 col 9)"
]
}
What am I missing?
Thanks for your help.
Grahame Grieve (Sep 29 2019 at 19:59):
validation on test.fhir.org is running behind - i have a series of issues to fix there
Grahame Grieve (Sep 29 2019 at 19:59):
use the java validator
François Macary (Sep 30 2019 at 05:54):
@Grahame Grieve thanks
Last updated: Apr 12 2022 at 19:14 UTC