Genomic Report Number

NamingSystem for NHS England Genomic Medicine Service Unified Genomic Record Identifie

HTML View

Kind

Identifier

Usage

For the identifier assigned to a UGR composition resource

Unique IDs

TypeValuePreferred
Urihttps://fhir.nhs.uk/Id/England-UnifiedGenomicRecordTrue

Table View

NamingSystem.id[0]England-UnifiedGenomicRecord-Identifier
NamingSystem.name[0]EnglandUnifiedGenomicRecordIdentifier
NamingSystem.status[0]draft
NamingSystem.kind[0]identifier
NamingSystem.date[0]2026-02-26
NamingSystem.publisher[0]NHS England
NamingSystem.contact[0].name[0]NHS England
NamingSystem.contact[0].telecom[0].system[0]email
NamingSystem.contact[0].telecom[0].value[0]interoperabilityteam@nhs.net
NamingSystem.contact[0].telecom[0].use[0]work
NamingSystem.contact[0].telecom[0].rank[0]1
NamingSystem.contact[1].name[0]NHS Genomic Medicine Service
NamingSystem.contact[1].telecom[0].system[0]email
NamingSystem.contact[1].telecom[0].value[0]england.genomics@nhs.net
NamingSystem.contact[1].telecom[0].use[0]work
NamingSystem.contact[1].telecom[0].rank[0]1
NamingSystem.responsible[0]NHS Genomic Interop Programme
NamingSystem.description[0]Unified Genomic Record Identifier
NamingSystem.usage[0]For the identifier assigned to a UGR composition resource
NamingSystem.uniqueId[0].type[0]uri
NamingSystem.uniqueId[0].value[0]https://fhir.nhs.uk/Id/England-UnifiedGenomicRecord
NamingSystem.uniqueId[0].preferred[0]True

XML View

<NamingSystem xmlns="http://hl7.org/fhir">
<id value="England-UnifiedGenomicRecord-Identifier" />
<name value="EnglandUnifiedGenomicRecordIdentifier" />
<status value="draft" />
<kind value="identifier" />
<date value="2026-02-26" />
<publisher value="NHS England" />
<name value="NHS England" />
<system value="email" />
<value value="interoperabilityteam@nhs.net" />
<use value="work" />
<rank value="1" />
</telecom>
</contact>
<name value="NHS Genomic Medicine Service" />
<system value="email" />
<value value="england.genomics@nhs.net" />
<use value="work" />
<rank value="1" />
</telecom>
</contact>
<responsible value="NHS Genomic Interop Programme" />
<description value="Unified Genomic Record Identifier" />
<usage value="For the identifier assigned to a UGR composition resource" />
<type value="uri" />
<value value="https://fhir.nhs.uk/Id/England-UnifiedGenomicRecord" />
<preferred value="true" />
</uniqueId>
</NamingSystem>

JSON View

{
"resourceType": "NamingSystem",
"id": "England-UnifiedGenomicRecord-Identifier",
"name": "EnglandUnifiedGenomicRecordIdentifier",
"status": "draft",
"kind": "identifier",
"date": "2026-02-26",
"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": "Unified Genomic Record Identifier",
"usage": "For the identifier assigned to a UGR composition resource",
{
"type": "uri",
"value": "https://fhir.nhs.uk/Id/England-UnifiedGenomicRecord",
"preferred": true
}
]
}