ahdis / matchbox

Apache License 2.0
27 stars 18 forks source link

CH:Lab Report validation issues - exampleUrls not allowed #252

Open oliveregger opened 1 month ago

oliveregger commented 1 month ago

ch.fhir.ig.ch-lab-report-Bundle-LabResultReport-2-electrophoresis - [ Detail ]

{
[{"url":"http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-line","valueInteger":1},{"url":"http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-col","valueInteger":311},{"url":"http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-source","valueString":"InstanceValidator"},{"url":"http://hl7.org/fhir/StructureDefinition/operationoutcome-message-id","valueCode":"TYPE_SPECIFIC_CHECKS_DT_URL_EXAMPLE"}],"severity":"error","code":"invalid","diagnostics":"Example URLs are not allowed in this context (http://example.org)","expression":["Bundle.identifier.system"]},{"extension":[{"url":"http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-line","valueInteger":1},{"url":"http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-col","valueInteger":55069},{"url":"http://hl7.org/fhir/StructureDefinition/operationoutcome-issue-source","valueString":"InstanceValidator"},
oliveregger commented 1 month ago

maybe this should be an error for validation ...

oliveregger commented 1 month ago

it takes on the development machine 220.452s. to validate this bundle ...

oliveregger commented 1 month ago

exampleURL's are now possible (fixed in v3.8.6), however the validation takes a very long time, need to analyse further