Updated UI #144
Annotations
5 errors and 1 warning
Testing validation passes for valid HL7 FHIR resources › Examples/pass/MedicationRequest-pass.json › Test HL7 FHIR resource passes validation:
IOPS-FHIR-Test-Scripts/src/common.js.ts#L62
expect(received).toBeFalsy()
Received: "ERROR The provided code 'http://snomed.info/sct#36126511000001106' was not found in the value set 'https://fhir.hl7.org.uk/ValueSet/UKCore-MedicationCode|2.3.0' [ Location - MedicationRequest.medication.ofType(CodeableConcept)]"
at resourceChecks (src/common.js.ts:62:26)
at Object.<anonymous> (src/common.js.ts:563:13)
|
Testing validation passes for valid HL7 FHIR resources › Examples/pass/MedicationDispense-pass.json › Test HL7 FHIR resource passes validation:
IOPS-FHIR-Test-Scripts/src/common.js.ts#L62
expect(received).toBeFalsy()
Received: "ERROR The provided code 'http://snomed.info/sct#585011000001109' was not found in the value set 'https://fhir.hl7.org.uk/ValueSet/UKCore-MedicationCode|2.3.0' [ Location - MedicationDispense.medication.ofType(CodeableConcept)]"
at resourceChecks (src/common.js.ts:62:26)
at Object.<anonymous> (src/common.js.ts:563:13)
|
Testing validation passes for valid HL7 FHIR resources › Examples/pass/Bundle-searchset-COVIDImmunization.json › Test HL7 FHIR Seaarch Immmunization Bundle passes validation:
IOPS-FHIR-Test-Scripts/src/common.js.ts#L62
expect(received).toBeFalsy()
Received: "ERROR The provided code 'http://snomed.info/sct#39114911000001105' was not found in the value set 'https://fhir.hl7.org.uk/ValueSet/UKCore-VaccineCode|2.2.0' [ Location - Bundle.entry[0].resource/*Immunization/d11c69d8-7a50-4a54-a848-7648121e995f*/.vaccineCode]
ERROR The provided code 'http://snomed.info/sct#39114911000001105' was not found in the value set 'https://fhir.hl7.org.uk/ValueSet/UKCore-VaccineCode|2.2.0' [ Location - Bundle.entry[1].resource/*Immunization/8da02505-db94-40b6-a8ed-d5af5628e28c*/.vaccineCode]
ERROR The fullUrl must be an absolute URL (not 'Immunization/d11c69d8-7a50-4a54-a848-7648121e995f') [ Location - Bundle.entry[0]]
ERROR The fullUrl must be an absolute URL (not 'Immunization/8da02505-db94-40b6-a8ed-d5af5628e28c') [ Location - Bundle.entry[0]]"
at resourceChecks (src/common.js.ts:62:26)
at Object.<anonymous> (src/common.js.ts:563:13)
|
Testing validation passes for valid HL7 FHIR resources › Examples/pass/Bundle-searchset-COVIDObservation.json › Test HL7 FHIR Seaarch Observation Bundle passes validation:
IOPS-FHIR-Test-Scripts/src/common.js.ts#L62
expect(received).toBeFalsy()
Received: "WARNING Error Cannot invoke \"org.hl7.fhir.common.hapi.validation.support.RemoteTerminologyServiceValidationSupport.validateCode(ca.uhn.fhir.context.support.ValidationSupportContext, ca.uhn.fhir.context.support.ConceptValidationOptions, String, String, String, String)\" because \"this.loinc\" is null validating CodeableConcept [ Location - Bundle.entry[0].resource/*Observation/edea022a-2d81-11eb-adc1-0242ac120004*/.method]
WARNING Error Cannot invoke \"org.hl7.fhir.common.hapi.validation.support.RemoteTerminologyServiceValidationSupport.validateCode(ca.uhn.fhir.context.support.ValidationSupportContext, ca.uhn.fhir.context.support.ConceptValidationOptions, String, String, String, String)\" because \"this.loinc\" is null validating CodeableConcept [ Location - Bundle.entry[1].resource/*Observation/edea022a-2d81-11eb-adc1-0242ac120000*/.method]
ERROR The fullUrl must be an absolute URL (not 'Observation/edea022a-2d81-11eb-adc1-0242ac120004') [ Location - Bundle.entry[0]]
ERROR The fullUrl must be an absolute URL (not 'Observation/edea022a-2d81-11eb-adc1-0242ac120000') [ Location - Bundle.entry[0]]"
at resourceChecks (src/common.js.ts:62:26)
at Object.<anonymous> (src/common.js.ts:563:13)
|
build
Process completed with exit code 1.
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|