|
26 | 26 | } |
27 | 27 | ] |
28 | 28 | }, |
29 | | - { |
30 | | - "id": "Task.basedOn", |
31 | | - "path": "Task.basedOn", |
32 | | - "min": 1, |
33 | | - "max": "1", |
34 | | - "type": [ |
35 | | - { |
36 | | - "code": "Reference", |
37 | | - "targetProfile": [ |
38 | | - "https://fhir.nhs.uk/StructureDefinition/NHSDigital-ServiceRequest-Genomics" |
39 | | - ], |
40 | | - "aggregation": [ |
41 | | - "referenced" |
42 | | - ] |
43 | | - } |
44 | | - ] |
45 | | - }, |
46 | 29 | { |
47 | 30 | "id": "Task.basedOn.identifier.assigner", |
48 | 31 | "path": "Task.basedOn.identifier.assigner", |
|
89 | 72 | } |
90 | 73 | ] |
91 | 74 | }, |
| 75 | + { |
| 76 | + "id": "Task.statusReason", |
| 77 | + "path": "Task.statusReason", |
| 78 | + "binding": { |
| 79 | + "strength": "preferred", |
| 80 | + "valueSet": "https://fhir.nhs.uk/ValueSet/genomics-task-statusReason" |
| 81 | + } |
| 82 | + }, |
92 | 83 | { |
93 | 84 | "id": "Task.businessStatus", |
94 | 85 | "path": "Task.businessStatus", |
95 | 86 | "short": "E.g. \"Specimen Received\", \"Analysis In Progress\"", |
96 | 87 | "binding": { |
97 | | - "extension": [ |
98 | | - { |
99 | | - "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", |
100 | | - "valueString": "TaskBusinessStatus" |
101 | | - } |
102 | | - ], |
103 | 88 | "strength": "preferred", |
104 | 89 | "description": "The domain-specific business-contextual sub-state of the task. ValueSet specific for Genomics, subject to change.", |
105 | 90 | "valueSet": "https://fhir.nhs.uk/ValueSet/genomics-business-status" |
106 | 91 | } |
107 | 92 | }, |
| 93 | + { |
| 94 | + "id": "Task.code", |
| 95 | + "path": "Task.code", |
| 96 | + "binding": { |
| 97 | + "strength": "preferred", |
| 98 | + "valueSet": "https://fhir.nhs.uk/ValueSet/genomics-task-code" |
| 99 | + } |
| 100 | + }, |
| 101 | + { |
| 102 | + "id": "Task.focus", |
| 103 | + "path": "Task.focus", |
| 104 | + "type": [ |
| 105 | + { |
| 106 | + "code": "Reference", |
| 107 | + "targetProfile": [ |
| 108 | + "https://fhir.nhs.uk/StructureDefinition/NHSDigital-ServiceRequest-Genomics" |
| 109 | + ], |
| 110 | + "aggregation": [ |
| 111 | + "referenced" |
| 112 | + ] |
| 113 | + } |
| 114 | + ] |
| 115 | + }, |
108 | 116 | { |
109 | 117 | "id": "Task.encounter", |
110 | 118 | "path": "Task.encounter", |
|
0 commit comments