FHIR Chat · FHIR Validator issue · implementers

Stream: implementers

Topic: FHIR Validator issue


view this post on Zulip Dhananjayan Palani (Dec 13 2021 at 17:44):

While validating uapi-as-enrollment-bundle using FHIR validator, we have came across the following error,

{
"severity": "error",
"code": "processing",
"diagnostics": "Unable to find a match for profile urn:uuid:695d0991-5e03-46df-934a-85a28acd95c1 among choices: http://dev.gene.com/fhir/uapi/StructureDefinition/uapi-practitioner",
"location": [
"Bundle.entry[2].resource.ofType(Patient).generalPractitioner[0]",
"Line 1, Col 10510"
]
}

Getting this issue for the other reference fields as well,
{
"severity": "error",
"code": "processing",
"diagnostics": "Unable to find a match for profile urn:uuid:01c31a2f-321d-4c6e-8349-206af8a88088 among choices: http://dev.gene.com/fhir/uapi/StructureDefinition/uapi-organization",
"location": [
"Bundle.entry[2].resource.ofType(Patient).managingOrganization",
"Line 1, Col 10631"
]
}

view this post on Zulip Grahame Grieve (Dec 13 2021 at 18:25):

see discussion on #conformance. please only ask a question in one place

view this post on Zulip SC (Mar 31 2022 at 14:12):

Hi I am using the web validator (https://inferno.healthit.gov/validator/) with the us-core-allergyintolerance profile and receive "Error loading /root/.fhir/packages/hl7.fhir.r5.core#4.4.0/package/ConceptMap-101.json: property identifier is a class com.google.gson.JsonObject looking for an Array on line 1" which sounds like an error on the validator's end. Has anyone else had this before?

view this post on Zulip Lloyd McKenzie (Mar 31 2022 at 15:22):

@Grahame Grieve

view this post on Zulip Grahame Grieve (Mar 31 2022 at 20:04):

it sounds like an old validator. Ask on #inferno


Last updated: Apr 12 2022 at 19:14 UTC