|
41 | 41 | { |
42 | 42 | "id": "Composition.type", |
43 | 43 | "path": "Composition.type", |
44 | | - "definition": "SNOMED CT code for either a Laboratory Report (4241000179101) or Genetic report (1054161000000101)", |
45 | | - "binding": { |
46 | | - "strength": "required", |
47 | | - "valueSet": "https://fhir.nhs.uk/ValueSet/type-of-genomic-report" |
| 44 | + "definition": "SNOMED CT code for either a Laboratory Report (4241000179101) 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.display.extension:translation", |
| 61 | + "path": "Composition.type.coding.display.extension", |
| 62 | + "sliceName": "translation" |
| 63 | + }, |
| 64 | + { |
| 65 | + "id": "Composition.type.coding.display.extension:translation.extension", |
| 66 | + "path": "Composition.type.coding.display.extension.extension", |
| 67 | + "min": 2 |
| 68 | + }, |
| 69 | + { |
| 70 | + "id": "Composition.type.coding:codingGenomics", |
| 71 | + "path": "Composition.type.coding", |
| 72 | + "sliceName": "codingGenomics", |
| 73 | + "fixedCoding": { |
| 74 | + "system": "http://snomed.info/sct", |
| 75 | + "code": "1054161000000101", |
| 76 | + "display": "Genetic report" |
48 | 77 | } |
49 | 78 | }, |
| 79 | + { |
| 80 | + "id": "Composition.type.coding:codingGenomics.display.extension:translation", |
| 81 | + "path": "Composition.type.coding.display.extension", |
| 82 | + "sliceName": "translation" |
| 83 | + }, |
| 84 | + { |
| 85 | + "id": "Composition.type.coding:codingGenomics.display.extension:translation.extension", |
| 86 | + "path": "Composition.type.coding.display.extension.extension", |
| 87 | + "min": 2 |
| 88 | + }, |
| 89 | + { |
| 90 | + "id": "Composition.type.text.extension:translation", |
| 91 | + "path": "Composition.type.text.extension", |
| 92 | + "sliceName": "translation" |
| 93 | + }, |
| 94 | + { |
| 95 | + "id": "Composition.type.text.extension:translation.extension", |
| 96 | + "path": "Composition.type.text.extension.extension", |
| 97 | + "min": 2 |
| 98 | + }, |
50 | 99 | { |
51 | 100 | "id": "Composition.category", |
52 | 101 | "path": "Composition.category", |
|
0 commit comments