Skip to content

Commit

Permalink
Fix expected snomed version
Browse files Browse the repository at this point in the history
  • Loading branch information
dotasek committed Mar 4, 2024
1 parent 0388b64 commit 498363d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tx/tx.fhir.org/snomed-validation-1-response-parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"system" : "http://hl7.org/fhir/tools/CodeSystem/tx-issue-type",
"code" : "invalid-code"
}],
"text" : "Unknown code '276885007x' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'"
"text" : "Unknown code '276885007x' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'"
},
"location" : ["code"],
"expression" : ["code"]
Expand All @@ -36,7 +36,7 @@
},
{
"name" : "message",
"valueString" : "Unknown code '276885007x' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20230901'"
"valueString" : "Unknown code '276885007x' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/900000000000207008/version/20240201'"
},
{
"name" : "result",
Expand Down

0 comments on commit 498363d

Please sign in to comment.