Skip to content

Commit 3816e43

Browse files
authored
Feature-IOPS-2394-Fixing-Feedback-Issues-on-Bundle-WGSTestOrderForm-Example (#50)
* Update Bundle-WGSTestOrderForm-Example.json Update Observation-DiseaseStatus-Example to read Patient-LindsaySorrell details * Changes to URL 1. From CodeSystem/UKCore-NHSNumberVerificationStatus to CodeSystem/UKCore-NHSNumberVerificationStatusEngland 2. Issues with Canonical URL mapped to Task.code & Task.statusReason * Changes to URL Update Code version to 2.2.0
1 parent 704ab1a commit 3816e43

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Patient/Patient-LindsaySorrellPDS-Example.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"valueCodeableConcept": {
2222
"coding": [
2323
{
24-
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatus",
25-
"version": "1.0.0",
24+
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland",
25+
"version": "2.2.0",
2626
"code": "01",
2727
"display": "Number present and verified"
2828
}

Patient/Patient-MeirLiebermanPDS-Example.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
"valueCodeableConcept": {
2222
"coding": [
2323
{
24-
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatus",
25-
"version": "1.0.0",
24+
"system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-NHSNumberVerificationStatusEngland",
25+
"version": "2.2.0",
2626
"code": "01",
2727
"display": "Number present and verified"
2828
}

StructureDefinition/NHSDigital-Task-Genomics.StructureDefinition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"path": "Task.statusReason",
7878
"binding": {
7979
"strength": "preferred",
80-
"valueSet": "https://fhir.nhs.uk/ValueSet/genomics-task-statusReason"
80+
"valueSet": "https://fhir.nhs.uk/ValueSet/task-statusReason-genomics"
8181
}
8282
},
8383
{
@@ -95,7 +95,7 @@
9595
"path": "Task.code",
9696
"binding": {
9797
"strength": "preferred",
98-
"valueSet": "https://fhir.nhs.uk/ValueSet/genomics-task-code"
98+
"valueSet": "https://fhir.nhs.uk/ValueSet/task-code-genomics"
9999
}
100100
},
101101
{

0 commit comments

Comments
 (0)