Skip to content

Commit 5783cdc

Browse files
committed
Merge branch 'main' into Issue-2673
2 parents 20d6bc8 + 550a206 commit 5783cdc

7 files changed

+17
-9
lines changed

Bundle/UKCore-Bundle-MichaelJonesRequest-Example_minimal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
{
159159
"system": "http://snomed.info/sct",
160160
"code": "363418001",
161-
"display": "Malignant neoplasm of pancreas"
161+
"display": "Malignant neoplasm of pancreas (disorder)"
162162
}
163163
]
164164
}

Bundle/UKCore-Bundle-MichaelJonesRequest-Example_v3_message.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@
596596
{
597597
"system": "http://snomed.info/sct",
598598
"code": "363418001",
599-
"display": "Malignant neoplasm of pancreas"
599+
"display": "Malignant neoplasm of pancreas (disorder)"
600600
}
601601
]
602602
}

CodeSystem/CodeSystem-Genomics-business-status.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"resourceType": "CodeSystem",
33
"id": "business-status-genomics",
44
"url": "https://fhir.nhs.uk/CodeSystem/business-status-genomics",
5-
"version": "0.4.0",
5+
"version": "0.4.1",
66
"name": "BusinessStatusGenomics",
77
"title": "Business Status Genomics",
88
"status": "draft",
@@ -112,6 +112,10 @@
112112
{
113113
"code": "reflex-confirmatory-test-complete",
114114
"display": "Reflex/Confirmatory Test Complete"
115+
},
116+
{
117+
"code": "other",
118+
"display": "other"
115119
}
116120
]
117121
}

CodeSystem/CodeSystem-Genomics-task-statusReason.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"resourceType": "CodeSystem",
33
"id": "task-statusReason-genomics",
44
"url": "https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics",
5-
"version": "0.3.0",
5+
"version": "0.3.1",
66
"name": "TaskStatusReasonGenomics",
77
"title": "Task StatusReason Genomics",
88
"status": "draft",
@@ -72,6 +72,10 @@
7272
{
7373
"code": "awaiting-order-detail",
7474
"display": "Awaiting Order Detail"
75+
},
76+
{
77+
"code": "other",
78+
"display": "other"
7579
}
7680
]
7781
}

ServiceRequest/UKCore-ServiceRequest-MichaelJonesDYPDRequest-Example.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
{
8989
"system": "http://snomed.info/sct",
9090
"code": "363418001",
91-
"display": "Malignant neoplasm of pancreas"
91+
"display": "Malignant neoplasm of pancreas (disorder)"
9292
}
9393
]
9494
}

ValueSet/ValueSet-Genomics-business-status.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"resourceType": "ValueSet",
33
"id": "genomics-business-status",
44
"url": "https://fhir.nhs.uk/ValueSet/genomics-business-status",
5-
"version": "0.1.1",
5+
"version": "0.1.2",
66
"name": "GenomicsBusinessStatus",
77
"title": "Genomics Business Status",
88
"status": "draft",
@@ -25,7 +25,7 @@
2525
"include": [
2626
{
2727
"system": "https://fhir.nhs.uk/CodeSystem/business-status-genomics",
28-
"version": "0.4.0"
28+
"version": "0.4.1"
2929
}
3030
]
3131
}

ValueSet/ValueSet-Genomics-task-statusReason.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"resourceType": "ValueSet",
33
"id": "genomics-task-statusReason",
44
"url": "https://fhir.nhs.uk/ValueSet/genomics-task-statusReason",
5-
"version": "0.2.1",
5+
"version": "0.2.2",
66
"name": "GenomicsTaskStatusReason",
77
"title": "Genomics Task Status Reason",
88
"status": "draft",
@@ -24,7 +24,7 @@
2424
"include": [
2525
{
2626
"system": "https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics",
27-
"version": "0.3.0"
27+
"version": "0.3.1"
2828
}
2929
]
3030
}

0 commit comments

Comments
 (0)