Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
{
"system": "http://snomed.info/sct",
"code": "363418001",
"display": "Malignant tumor of pancreas (disorder)"
"display": "Malignant neoplasm of pancreas (disorder)"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@
{
"system": "http://snomed.info/sct",
"code": "363418001",
"display": "Malignant tumor of pancreas (disorder)"
"display": "Malignant neoplasm of pancreas (disorder)"
}
]
}
Expand Down
6 changes: 5 additions & 1 deletion CodeSystem/CodeSystem-Genomics-business-status.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"resourceType": "CodeSystem",
"id": "business-status-genomics",
"url": "https://fhir.nhs.uk/CodeSystem/business-status-genomics",
"version": "0.4.0",
"version": "0.4.1",
"name": "BusinessStatusGenomics",
"title": "Business Status Genomics",
"status": "draft",
Expand Down Expand Up @@ -112,6 +112,10 @@
{
"code": "reflex-confirmatory-test-complete",
"display": "Reflex/Confirmatory Test Complete"
},
{
"code": "other",
"display": "other"
}
]
}
6 changes: 5 additions & 1 deletion CodeSystem/CodeSystem-Genomics-task-statusReason.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"resourceType": "CodeSystem",
"id": "task-statusReason-genomics",
"url": "https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics",
"version": "0.3.0",
"version": "0.3.1",
"name": "TaskStatusReasonGenomics",
"title": "Task StatusReason Genomics",
"status": "draft",
Expand Down Expand Up @@ -72,6 +72,10 @@
{
"code": "awaiting-order-detail",
"display": "Awaiting Order Detail"
},
{
"code": "other",
"display": "other"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
{
"system": "http://snomed.info/sct",
"code": "363418001",
"display": "Malignant tumor of pancreas (disorder)"
"display": "Malignant neoplasm of pancreas (disorder)"
}
]
}
Expand Down
4 changes: 2 additions & 2 deletions ValueSet/ValueSet-Genomics-business-status.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"resourceType": "ValueSet",
"id": "genomics-business-status",
"url": "https://fhir.nhs.uk/ValueSet/genomics-business-status",
"version": "0.1.1",
"version": "0.1.2",
"name": "GenomicsBusinessStatus",
"title": "Genomics Business Status",
"status": "draft",
Expand All @@ -25,7 +25,7 @@
"include": [
{
"system": "https://fhir.nhs.uk/CodeSystem/business-status-genomics",
"version": "0.4.0"
"version": "0.4.1"
}
]
}
Expand Down
4 changes: 2 additions & 2 deletions ValueSet/ValueSet-Genomics-task-statusReason.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"resourceType": "ValueSet",
"id": "genomics-task-statusReason",
"url": "https://fhir.nhs.uk/ValueSet/genomics-task-statusReason",
"version": "0.2.1",
"version": "0.2.2",
"name": "GenomicsTaskStatusReason",
"title": "Genomics Task Status Reason",
"status": "draft",
Expand All @@ -24,7 +24,7 @@
"include": [
{
"system": "https://fhir.nhs.uk/CodeSystem/task-statusReason-genomics",
"version": "0.3.0"
"version": "0.3.1"
}
]
}
Expand Down