FHIR Chat · The fhir.tx.support package has a resource with a bad id · terminology

Stream: terminology

Topic: The fhir.tx.support package has a resource with a bad id


view this post on Zulip Michael Lawley (Apr 03 2022 at 05:31):

Just testing loading https://packages.simplifier.net/fhir.tx.support.r4/0.18.0 into Ontoserver and I get these validation errors about the resource id icd10_2019:

{
  "resourceType": "OperationOutcome",
  "issue": [ {
    "severity": "error",
    "code": "processing",
    "diagnostics": "cvc-pattern-valid: Value 'icd10_2019' is not facet-valid with respect to pattern '[A-Za-z0-9\\-\\.]{1,64}' for type 'id-primitive'.",
    "location": [ "Line[1] Col[65]", "Line 1, Col 65" ]
  }, {
    "severity": "error",
    "code": "processing",
    "diagnostics": "cvc-attribute.3: The value 'icd10_2019' of attribute 'value' on element 'id' is not valid with respect to its type, 'id-primitive'.",
    "location": [ "Line[1] Col[65]", "Line 1, Col 65" ]
  } ]
}

view this post on Zulip Grahame Grieve (Apr 03 2022 at 21:23):

want to make a PR to fix that?

view this post on Zulip Michael Lawley (Apr 04 2022 at 00:29):

done


Last updated: Apr 12 2022 at 19:14 UTC