tx cache changes

This commit is contained in:
Grahame Grieve 2022-04-12 11:39:57 +10:00
parent 06cf1fde21
commit a0e26d0995
2 changed files with 21 additions and 0 deletions

View File

@ -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"
}
-------------------------------------------------------------------------------------

View File

@ -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"
}
-------------------------------------------------------------------------------------