Skip to content

Commit 046a25b

Browse files
committed
Mapping Composition.type to ValueSet/type-of-genomic-report
Mapping Composition.type to ValueSet/type-of-genomic-report
1 parent ae10ea0 commit 046a25b

1 file changed

Lines changed: 7 additions & 30 deletions

File tree

StructureDefinition/NHSEngland-Composition-GenomicsEULabReport.json

Lines changed: 7 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -41,34 +41,18 @@
4141
{
4242
"id": "Composition.type",
4343
"path": "Composition.type",
44-
"definition": "SNOMED CT code for either a Laboratory Request (24691000000102) or Genetic report (1054161000000101)"
45-
},
46-
{
47-
"id": "Composition.type.coding",
48-
"path": "Composition.type.coding",
49-
"slicing": {
50-
"discriminator": [
51-
{
52-
"type": "pattern",
53-
"path": "$this"
54-
}
55-
],
56-
"rules": "open"
57-
}
58-
},
59-
{
60-
"id": "Composition.type.coding:codingGenomics",
61-
"path": "Composition.type.coding",
62-
"sliceName": "codingGenomics",
63-
"fixedCoding": {
64-
"system": "http://snomed.info/sct",
65-
"code": "1054161000000101",
66-
"display": "Genetic report"
44+
"definition": "SNOMED CT code for either a Laboratory Request (24691000000102) or Genetic report (1054161000000101)",
45+
"binding": {
46+
"strength": "required",
47+
"valueSet": "https://fhir.nhs.uk/ValueSet/type-of-genomic-report"
6748
}
6849
},
6950
{
7051
"id": "Composition.category",
7152
"path": "Composition.category",
53+
"slicing": {
54+
"rules": "open"
55+
},
7256
"definition": "Fixed codes for conformance to the EU Lab Composition profile (for cross border sharing of lab reports)."
7357
},
7458
{
@@ -106,13 +90,6 @@
10690
"type": [
10791
{
10892
"code": "Reference",
109-
"targetProfile": [
110-
"https://fhir.nhs.uk/StructureDefinition/NHSEngland-Patient-Genomics",
111-
"http://hl7.eu/fhir/base/StructureDefinition/patient-eu-core",
112-
"http://hl7.org/fhir/StructureDefinition/Group",
113-
"http://hl7.eu/fhir/base/StructureDefinition/location-eu-core",
114-
"http://hl7.org/fhir/StructureDefinition/Device"
115-
],
11693
"aggregation": [
11794
"referenced",
11895
"bundled"

0 commit comments

Comments
 (0)