Notice
- Important: This guidance is under active development by NHS England and content may be added or updated on a regular basis.
- This Implementation Guide is currently in Draft and SHOULD NOT be used for development or active implementation without express direction from the NHS England Genomics Unit.
Genomic-Order-Number
Genomic Medicine Service Unique Order Number
HTML View
Kind
IdentifierUsage
Assigned by central GMS system on receipt of a test order
Unique IDs
type | Uri |
value | https://fhir.nhs.uk/Id/GMSOrder |
Preferred | True |
Table View
NamingSystem.id[0] | genomics-order-number |
NamingSystem.name[0] | GenomicsOrderNumber |
NamingSystem.status[0] | draft |
NamingSystem.kind[0] | identifier |
NamingSystem.date[0] | 2023-09-15 |
NamingSystem.publisher[0] | NHS England |
NamingSystem.contact[0].name[0] | NHS England |
NamingSystem.contact[0].telecom[0].system[0] | |
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] | |
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] | Genomic Medicine Service Unique Order Number |
NamingSystem.usage[0] | Assigned by central GMS system on receipt of a test order |
NamingSystem.uniqueId[0].type[0] | uri |
NamingSystem.uniqueId[0].value[0] | https://fhir.nhs.uk/Id/GMSOrder |
NamingSystem.uniqueId[0].preferred[0] | True |
XML View
<NamingSystem xmlns="http://hl7.org/fhir"> <id value="genomics-order-number" /> <name value="GenomicsOrderNumber" /> <status value="draft" /> <kind value="identifier" /> <date value="2023-09-15" /> <publisher value="NHS England" /> <contact> <name value="NHS England" /> <telecom> <system value="email" /> <value value="interoperabilityteam@nhs.net" /> <use value="work" /> <rank value="1" /> </telecom> </contact> <contact> <name value="NHS Genomic Medicine Service" /> <telecom> <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="Genomic Medicine Service Unique Order Number" /> <usage value="Assigned by central GMS system on receipt of a test order" /> <uniqueId> <type value="uri" /> <value value="https://fhir.nhs.uk/Id/GMSOrder" /> <preferred value="true" /> </uniqueId> </NamingSystem>
JSON View
{ "resourceType": "NamingSystem", "id": "genomics-order-number", "name": "GenomicsOrderNumber", "status": "draft", "kind": "identifier", "date": "2023-09-15", "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 Order Number", "usage": "Assigned by central GMS system on receipt of a test order", "uniqueId": [ { "type": "uri", "value": "https://fhir.nhs.uk/Id/GMSOrder", "preferred": true } ] }