-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDGTS-ActivityDefinition-Example.json
More file actions
59 lines (59 loc) · 1.37 KB
/
DGTS-ActivityDefinition-Example.json
File metadata and controls
59 lines (59 loc) · 1.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"resourceType": "ActivityDefinition",
"id": "DGTS-ActivityDefinition-Example",
"url": "http://fhir.nhs.uk/ActivityDefinition/GT1",
"identifier": [
{
"system": "https://fhir.nhs.uk/Id/England-DigitalGenomicTestServices",
"value": "GT1"
},
{
"system": "https://fhir.nhs.uk/Id/England-GenomicTestDirectory",
"value": "R47.2",
"use": "old"
}
],
"title": "15q11 critical region (AS/PWS) - MLPA or equivalent",
"version": "1.0",
"status": "active",
"experimental": false,
"useContext": [
{
"code": {
"code": "focus"
},
"valueCodeableConcept": {
"coding": [
{
"code": "diagnostic",
"system": "https://fhir.nhs.uk/CodeSystem/reasonfortesting-genomics"
}
]
}
}
],
"code": {
"coding": [
{
"code": "targeted-variant-analysis",
"system": "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/genomic-study-method-type-cs"
}
]
},
"library": [
"http://fhir.nhs.uk/Library/GT1"
],
"specimenRequirement": [
{
"reference": "SpecimenDefinition/DGTS-SpecimenDefinition-Example"
}
],
"relatedArtifact": [
{
"type": "composed-of",
"url": "https://panelapp.genomicsengland.co.uk/panels/1313",
"label": "Carney complex",
"display": "GMS Rare Disease"
}
]
}