Skip to content

Commit 4a0f7ab

Browse files
committed
Added Clinical Specialty
Added Clinical Specialty to PlanDefinition
1 parent bb44df5 commit 4a0f7ab

4 files changed

Lines changed: 61 additions & 5 deletions

File tree

.simplifier/folder.settings.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

Bundle/Bundle-DGTS-GenomicTest-Catalogue-Example.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,21 @@
148148
}
149149
]
150150
}
151+
},
152+
{
153+
"code": {
154+
"code": "focus",
155+
"system": "http://terminology.hl7.org/CodeSystem/usage-context-type"
156+
},
157+
"valueCodeableConcept": {
158+
"coding": [
159+
{
160+
"system": "https://fhir.nhs.uk/CodeSystem/DGTS-clinical-specialty-genomics",
161+
"code": "fetal-and-prenatal",
162+
"display": "Fetal and Prenata"
163+
}
164+
]
165+
}
151166
}
152167
],
153168
"goal": [
@@ -341,6 +356,21 @@
341356
}
342357
]
343358
}
359+
},
360+
{
361+
"code": {
362+
"code": "focus",
363+
"system": "http://terminology.hl7.org/CodeSystem/usage-context-type"
364+
},
365+
"valueCodeableConcept": {
366+
"coding": [
367+
{
368+
"system": "https://fhir.nhs.uk/CodeSystem/DGTS-clinical-specialty-genomics",
369+
"code": "fetal-and-prenatal",
370+
"display": "Fetal and Prenata"
371+
}
372+
]
373+
}
344374
}
345375
],
346376
"goal": [

PlanDefinition/PlanDefinition-DGTS_TP231-Example.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,14 +143,29 @@
143143
}
144144
]
145145
}
146+
},
147+
{
148+
"code": {
149+
"code": "focus",
150+
"system": "http://terminology.hl7.org/CodeSystem/usage-context-type"
151+
},
152+
"valueCodeableConcept": {
153+
"coding": [
154+
{
155+
"system": "https://fhir.nhs.uk/CodeSystem/DGTS-clinical-specialty-genomics",
156+
"code": "fetal-and-prenatal",
157+
"display": "Fetal and Prenata"
158+
}
159+
]
160+
}
146161
}
147162
],
148163
"goal": [
149164
{
150165
"description": {
151166
"coding": [
152167
{
153-
"system": "https://fhir.nhs.uk/CodeSystem/DGTS-testpackage-modality",
168+
"system": "https://fhir.nhs.uk/CodeSystem/DGTS-testpackage-modality",
154169
"code": "rare-and-inherited-disease",
155170
"display": "Rare and Inherited Disease"
156171
}

PlanDefinition/PlanDefinition-DGTS_TP383-Example.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,21 @@
142142
}
143143
]
144144
}
145+
},
146+
{
147+
"code": {
148+
"code": "focus",
149+
"system": "http://terminology.hl7.org/CodeSystem/usage-context-type"
150+
},
151+
"valueCodeableConcept": {
152+
"coding": [
153+
{
154+
"system": "https://fhir.nhs.uk/CodeSystem/DGTS-clinical-specialty-genomics",
155+
"code": "fetal-and-prenatal",
156+
"display":"Fetal and Prenata"
157+
}
158+
]
159+
}
145160
}
146161
],
147162
"goal": [

0 commit comments

Comments
 (0)