PackagesCanonicalsLogsProblems
    Packages
    fhir.r4.nhsengland.programme@0.2.2-pre-release
    https://fhir.nhs.uk/England/StructureDefinition/England-Identifier-General-Medical-Practitioner-Code
description: 'NHS Data Dictionary: [GENERAL MEDICAL PRACTITIONER PPD CODE](https://www.datadictionary.nhs.uk/attributes/general_medical_practitioner_ppd_code.html). Formerly called GP General National Code (GNC).\r\n \r\n Format: ^[G]{1}[01234589]{1}[0-9]{6}$ (G[1234589]NNNNNN)\r\n \r\n FHIR Naming System: [gmp-number](https://simplifier.net/ukfhircommunityassets/namingsystem-gmp-number)'
package_name: fhir.r4.nhsengland.programme
derivation: constraint
name: EnglandIdentifierGeneralMedicalPractitionerCode
type: Identifier
elements:
  type:
    elements:
      coding:
        index: 0
        elements:
          system:
            pattern: {type: uri, value: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
            type: uri
            index: 1
          code:
            pattern: {type: code, value: MD}
            type: code
            index: 2
    required: [coding]
  system:
    pattern: {type: uri, value: 'https://fhir.hl7.org.uk/Id/gmp-number'}
    type: uri
    index: 3
  value: {index: 4}
package_version: 0.2.2-pre-release
class: complex-type
kind: complex-type
url: https://fhir.nhs.uk/England/StructureDefinition/England-Identifier-General-Medical-Practitioner-Code
base: http://hl7.org/fhir/StructureDefinition/Identifier
version: 0.0.1-current
required: [system, value]