From be6d3b99868f0675424132a137d7d6bba3c8eb9d Mon Sep 17 00:00:00 2001 From: Omar Khan Date: Mon, 13 Oct 2025 14:00:30 +0100 Subject: [PATCH] [IOPS-3704] Addition of NamingSystem for SpecimenID #review #comment NamingSystem for ReportID already exists --- ...NamingSystem-Genomics-specimen-number.json | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 NamingSystem/NamingSystem-Genomics-specimen-number.json diff --git a/NamingSystem/NamingSystem-Genomics-specimen-number.json b/NamingSystem/NamingSystem-Genomics-specimen-number.json new file mode 100644 index 0000000..3c2d1cd --- /dev/null +++ b/NamingSystem/NamingSystem-Genomics-specimen-number.json @@ -0,0 +1,43 @@ +{ + "resourceType": "NamingSystem", + "id": "genomics-specimen-number", + "name": "GenomicsSpecimenNumber", + "status": "draft", + "kind": "identifier", + "date": "2025-10-13", + "publisher": "NHS England", + "contact": [ + { + "name": "NHS England", + "telecom": [ + { + "system": "email", + "value": "interoperabilityteam@nhs.net", + "use": "work", + "rank": 1 + } + ] + }, + { + "name": "NHS Genomic Medicine Service", + "telecom": [ + { + "system": "email", + "value": "england.genomics@nhs.net", + "use": "work", + "rank": 1 + } + ] + } + ], + "responsible": "NHS Genomic Interop Programme", + "description": "Genomic Medicine Service Unique Specimen Number", + "usage": "Assigned by central GMS system on receipt of a Specimen resource", + "uniqueId": [ + { + "type": "uri", + "value": "https://fhir.nhs.uk/Id/GMSSpecimen", + "preferred": true + } + ] +} \ No newline at end of file