From 237670fa24a9bc8ea1425f20023874dbe207f845 Mon Sep 17 00:00:00 2001 From: Grahame Grieve Date: Tue, 7 Feb 2023 14:18:12 +1000 Subject: [PATCH] release --- RELEASE_NOTES.md | 2 +- .../org.hl7.fhir.validation/5.0.0/snomed.cache | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7b06c6ab5..2c5421604 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,4 +4,4 @@ ## Other code changes -* no changes \ No newline at end of file +* Fix fro Extensions moving in R5 diff --git a/org.hl7.fhir.validation/src/test/resources/txCache/org.hl7.fhir.validation/5.0.0/snomed.cache b/org.hl7.fhir.validation/src/test/resources/txCache/org.hl7.fhir.validation/5.0.0/snomed.cache index 607a47f71..c677e3b82 100644 --- a/org.hl7.fhir.validation/src/test/resources/txCache/org.hl7.fhir.validation/5.0.0/snomed.cache +++ b/org.hl7.fhir.validation/src/test/resources/txCache/org.hl7.fhir.validation/5.0.0/snomed.cache @@ -434,3 +434,14 @@ v: { "error" : "The code provided (http://snomed.info/sct#106004) is not valid (from http://tx.fhir.org/r4)" } ------------------------------------------------------------------------------------- +{"code" : { + "system" : "http://snomed.info/sct", + "code" : "58108001", + "display" : "Golden retriever" +}, "valueSet" :null, "lang":"null", "useServer":"true", "useClient":"true", "guessSystem":"false", "valueSetMode":"ALL_CHECKS", "versionFlexible":"false"}#### +v: { + "display" : "Golden retriever", + "code" : "58108001", + "system" : "http://snomed.info/sct" +} +-------------------------------------------------------------------------------------