From fbf9a2adb9971694ab94facb07222d523d30e143 Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Tue, 16 Jan 2024 22:10:36 +1100 Subject: [PATCH] update test cases for new tx registry ecosystem advances --- validator/manifest.json | 53 +---------------------------------------- 1 file changed, 1 insertion(+), 52 deletions(-) diff --git a/validator/manifest.json b/validator/manifest.json index 5f2e8bbd..5fe8dc65 100644 --- a/validator/manifest.json +++ b/validator/manifest.json @@ -29205,36 +29205,7 @@ "hl7.fhir.uv.shc-vaccination#0.6.2" ], "source": "http://hl7.org/fhir/uv/shc-vaccination/StructureDefinition/shc-vaccination-bundle-dm", - "java": { - "explanation": "Still working on getting these to validate on the server", - "outcome": { - "resourceType": "OperationOutcome", - "issue": [ - { - "severity": "warning", - "code": "code-invalid", - "details": { - "text": "ValueSet https://healthterminologies.gov.au/fhir/ValueSet/australian-immunisation-register-vaccine-1 not found" - }, - "diagnostics": "[20,10]", - "expression": [ - "Bundle.entry[1].resource/*Immunization/null*/.vaccineCode.coding[0]" - ] - }, - { - "severity": "warning", - "code": "code-invalid", - "details": { - "text": "ValueSet https://healthterminologies.gov.au/fhir/ValueSet/australian-immunisation-register-vaccine-1 not found" - }, - "diagnostics": "[37,10]", - "expression": [ - "Bundle.entry[2].resource/*Immunization/null*/.vaccineCode.coding[0]" - ] - } - ] - } - } + "java": {} } }, { @@ -29335,17 +29306,6 @@ "Bundle.entry[1].resource/*Immunization/null*/.status" ] }, - { - "severity": "warning", - "code": "code-invalid", - "details": { - "text": "ValueSet https://healthterminologies.gov.au/fhir/ValueSet/australian-immunisation-register-vaccine-1 not found" - }, - "diagnostics": "[20,10]", - "expression": [ - "Bundle.entry[1].resource/*Immunization/null*/.vaccineCode.coding[0]" - ] - }, { "severity": "error", "code": "code-invalid", @@ -29378,17 +29338,6 @@ "expression": [ "Bundle.entry[2].resource/*Immunization/null*/.status" ] - }, - { - "severity": "warning", - "code": "code-invalid", - "details": { - "text": "ValueSet https://healthterminologies.gov.au/fhir/ValueSet/australian-immunisation-register-vaccine-1 not found" - }, - "diagnostics": "[37,10]", - "expression": [ - "Bundle.entry[2].resource/*Immunization/null*/.vaccineCode.coding[0]" - ] } ] }