Skip to content

Commit 9bb97cc

Browse files
committed
Fixes for PDS patient using old CodeSystem
1 parent c48a118 commit 9bb97cc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Bundle/Bundle-NonWGSTestOrderForm-Example.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@
9393
"coding": [
9494
{
9595
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatus",
96-
"version": "1.0.0",
97-
"code": "01",
96+
"version": "2.1.0",
97+
"code": "number-present-and-verified",
9898
"display": "Number present and verified"
9999
}
100100
]

Bundle/Bundle-WGSTestOrderForm-Example.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@
9393
"coding": [
9494
{
9595
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatus",
96-
"version": "1.0.0",
97-
"code": "01",
96+
"version": "2.1.0",
97+
"code": "number-present-and-verified",
9898
"display": "Number present and verified"
9999
}
100100
]

0 commit comments

Comments
 (0)