Skip to content

Commit f915553

Browse files
authored
Merge pull request #38 from NHSDigital/Issue-2530
Creating NamingSystem for Test Directory codes
2 parents f579284 + d5c50af commit f915553

3 files changed

Lines changed: 92 additions & 1 deletion

File tree

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
{
2+
"resourceType": "NamingSystem",
3+
"id": "England-GenomicTestDirectory",
4+
"name": "EnglandGenomicTestDirectory",
5+
"status": "draft",
6+
"kind": "codesystem",
7+
"date": "2023-12-04",
8+
"publisher": "NHS England",
9+
"contact": [
10+
{
11+
"name": "NHS England",
12+
"telecom": [
13+
{
14+
"system": "email",
15+
"value": "interoperabilityteam@nhs.net",
16+
"use": "work",
17+
"rank": 1
18+
}
19+
]
20+
},
21+
{
22+
"name": "NHS Genomic Medicine Service",
23+
"telecom": [
24+
{
25+
"system": "email",
26+
"value": "england.genomics@nhs.net",
27+
"use": "work",
28+
"rank": 1
29+
}
30+
]
31+
}
32+
],
33+
"responsible": "NHS Genomic Interop Programme",
34+
"description": "NamingSystem for Genomic Test Directory Codes",
35+
"usage": "Used to define the system for Genomic Test Directory codes within ServiceRequest resources",
36+
"uniqueId": [
37+
{
38+
"type": "uri",
39+
"value": "https://fhir.nhs.uk/CodeSystem/England-GenomicTestDirectory",
40+
"preferred": true
41+
}
42+
]
43+
}

NamingSystem/NamingSystem-Genomics-order-number.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,30 @@
66
"kind": "identifier",
77
"date": "2023-09-15",
88
"publisher": "NHS England",
9+
"contact": [
10+
{
11+
"name": "NHS England",
12+
"telecom": [
13+
{
14+
"system": "email",
15+
"value": "interoperabilityteam@nhs.net",
16+
"use": "work",
17+
"rank": 1
18+
}
19+
]
20+
},
21+
{
22+
"name": "NHS Genomic Medicine Service",
23+
"telecom": [
24+
{
25+
"system": "email",
26+
"value": "england.genomics@nhs.net",
27+
"use": "work",
28+
"rank": 1
29+
}
30+
]
31+
}
32+
],
933
"responsible": "NHS Genomic Interop Programme",
1034
"description": "Genomic Medicine Service Unique Order Number",
1135
"usage": "Assigned by central GMS system on receipt of a test order",

NamingSystem/NamingSystem-Genomics-pedigree-number.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,31 @@
55
"status": "draft",
66
"kind": "identifier",
77
"date": "2022-12-05",
8-
"publisher": "NHS Digital",
8+
"publisher": "NHS England",
9+
"contact": [
10+
{
11+
"name": "NHS England",
12+
"telecom": [
13+
{
14+
"system": "email",
15+
"value": "interoperabilityteam@nhs.net",
16+
"use": "work",
17+
"rank": 1
18+
}
19+
]
20+
},
21+
{
22+
"name": "NHS Genomic Medicine Service",
23+
"telecom": [
24+
{
25+
"system": "email",
26+
"value": "england.genomics@nhs.net",
27+
"use": "work",
28+
"rank": 1
29+
}
30+
]
31+
}
32+
],
933
"responsible": "NHS Genomic Interop Programme",
1034
"description": "Clinical genetics no/pedigree number",
1135
"usage": "Patient's genetic/pedigree number which links their family.",

0 commit comments

Comments
 (0)