This commit is contained in:
Grahame Grieve 2023-02-07 14:18:12 +10:00
parent afc54c5b55
commit 237670fa24
2 changed files with 12 additions and 1 deletions

View File

@ -4,4 +4,4 @@
## Other code changes
* no changes
* Fix fro Extensions moving in R5

View File

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