|
41 | 41 | { |
42 | 42 | "id": "Composition.type", |
43 | 43 | "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" |
67 | 48 | } |
68 | 49 | }, |
69 | 50 | { |
70 | 51 | "id": "Composition.category", |
71 | 52 | "path": "Composition.category", |
| 53 | + "slicing": { |
| 54 | + "rules": "open" |
| 55 | + }, |
72 | 56 | "definition": "Fixed codes for conformance to the EU Lab Composition profile (for cross border sharing of lab reports)." |
73 | 57 | }, |
74 | 58 | { |
|
106 | 90 | "type": [ |
107 | 91 | { |
108 | 92 | "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 | | - ], |
116 | 93 | "aggregation": [ |
117 | 94 | "referenced", |
118 | 95 | "bundled" |
|
0 commit comments