Skip to content

Commit c4556ae

Browse files
committed
Remove Slicing from DiagnosticReport.categor
[Should be inherited from the base](https://simplifier.net/packages/hl7.fhir.uv.genomics-reporting/3.0.0/files/2682262/~json). e.g, "id": "DiagnosticReport.category", "path": "DiagnosticReport.category", "slicing": { "discriminator": [ { "type": "value", "path": "coding" } ],
1 parent b2a5a68 commit c4556ae

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

StructureDefinition/NHSEngland-DiagnosticReport-GenomicReport.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,6 @@
191191
{
192192
"id": "DiagnosticReport.category",
193193
"path": "DiagnosticReport.category",
194-
"slicing": {
195-
"rules": "open"
196-
},
197194
"definition": "Potentially multiple categories to specify the specialty the report is relevant for. Different codings are expected by the Genomic Report and EU Lab profiles."
198195
},
199196
{

StructureDefinition/NHSEngland-DocumentReference-GenomicDataFile.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,7 @@
111111
{
112112
"code": "Reference",
113113
"targetProfile": [
114-
"https://fhir.nhs.uk/StructureDefinition/NHSEngland-Specimen-Genomics",
115114
"https://fhir.nhs.uk/StructureDefinition/NHSEngland-DiagnosticReport-GenomicReport",
116-
"https://fhir.nhs.uk/StructureDefinition/NHSEngland-ServiceRequest-Genomics",
117115
"http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/genomic-report"
118116
],
119117
"aggregation": [

0 commit comments

Comments
 (0)