FHIR IG analytics| Package | nhsdigital.fhir.stu3 |
| Resource Type | NamingSystem |
| Id | NamingSystem-NHSNumber.json |
| FHIR Version | R3 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "NamingSystem",
"meta": {
"profile": [
"https://fhir.nhs.uk/STU3/StructureDefinition/NHSDigital-NamingSystem-1"
]
},
"name": "NHS Number",
"status": "draft",
"kind": "identifier",
"date": "2015-05-01",
"publisher": "NHS Digital",
"contact": [
{
"name": "Interoperability Team",
"telecom": [
{
"system": "email",
"value": "interoperabilityteam@nhs.net",
"use": "work"
}
]
}
],
"responsible": "NHS Digital",
"description": "NHS Number allocated to the patient.",
"usage": "A unique patient identifier for everyone registered with the NHS.",
"uniqueId": [
{
"type": "uri",
"value": "https://fhir.nhs.uk/Id/nhs-number",
"preferred": true
},
{
"type": "oid",
"value": "2.16.840.1.113883.2.1.4.1",
"preferred": false
}
]
}