FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7uk.fhir.communityassets
Resource TypeNamingSystem
Idgmcnumber-namingsystem.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "NamingSystem",
  "id": "gmcnumber-namingsystem",
  "name": "GMC Number",
  "status": "active",
  "kind": "identifier",
  "date": "2023-08-01",
  "publisher": "HL7 UK",
  "contact": [
    {
      "name": "HL7 UK",
      "telecom": [
        {
          "system": "email",
          "value": "ukcore@hl7.org.uk",
          "use": "work",
          "rank": 1
        }
      ]
    }
  ],
  "responsible": "General Medical Council",
  "description": "General Medical Council Consultant Code. For more details see: [NHS Data Model Dictionary](https://www.datadictionary.nhs.uk/attributes/general_medical_council_reference_number.html)",
  "usage": "A unique consultant code, used to identify consultants",
  "uniqueId": [
    {
      "type": "uri",
      "value": "https://fhir.hl7.org.uk/Id/gmc-number",
      "preferred": true
    },
    {
      "type": "oid",
      "value": "2.16.840.1.113883.2.1.3.2.4.16.63",
      "preferred": false
    },
    {
      "type": "other",
      "value": "GMC",
      "preferred": false,
      "comment": "XCN.9 HSCIC HL7 V2 ADT"
    }
  ]
}