diff --git a/org.hl7.fhir.validation/src/test/resources/txCache/4.0.1/all-systems.cache b/org.hl7.fhir.validation/src/test/resources/txCache/4.0.1/all-systems.cache index 733b04079..1b0da88cc 100644 --- a/org.hl7.fhir.validation/src/test/resources/txCache/4.0.1/all-systems.cache +++ b/org.hl7.fhir.validation/src/test/resources/txCache/4.0.1/all-systems.cache @@ -1599,3 +1599,12 @@ v: { "error" : "The code \"pdf\" is not valid in the system urn:ietf:bcp:13; The code provided (urn:ietf:bcp:13#pdf) is not valid in the value set 'Mime Types' (from http://tx.fhir.org/r4)" } ------------------------------------------------------------------------------------- +{"code" : { + "code" : "application/xml" +}, "url": "http://hl7.org/fhir/ValueSet/mimetypes", "version": "4.0.1", "lang":"null", "useServer":"true", "useClient":"true", "guessSystem":"true", "valueSetMode":"ALL_CHECKS", "versionFlexible":"false"}#### +v: { + "display" : "application/xml", + "code" : "application/xml", + "system" : "urn:ietf:bcp:13" +} +------------------------------------------------------------------------------------- diff --git a/org.hl7.fhir.validation/src/test/resources/txCache/4.0.1/library-type.cache b/org.hl7.fhir.validation/src/test/resources/txCache/4.0.1/library-type.cache new file mode 100644 index 000000000..70f084677 --- /dev/null +++ b/org.hl7.fhir.validation/src/test/resources/txCache/4.0.1/library-type.cache @@ -0,0 +1,12 @@ +------------------------------------------------------------------------------------- +{"code" : { + "coding" : [{ + "code" : "model-definition" + }] +}, "url": "http://hl7.org/fhir/ValueSet/library-type", "version": "4.0.1", "lang":"null", "useServer":"true", "useClient":"true", "guessSystem":"false", "valueSetMode":"CHECK_MEMERSHIP_ONLY", "versionFlexible":"false"+}#### +v: { + "severity" : "error", + "error" : "The code system '' is not known (encountered paired with code = 'model-definition'); The code provided (#model-definition) is not valid in the value set 'LibraryType' (from http://tx.fhir.org/r4)", + "class" : "CODESYSTEM_UNSUPPORTED" +} +-------------------------------------------------------------------------------------