description: Defines constraints and extensions on the Organization resource when used by a Prescription Drug Monitoring Program (PDMP) to represent a dispensing pharmacy. package_name: hl7.fhir.us.pdmp.r4b derivation: constraint name: PdmpOrganizationPharmacy type: Organization elements: identifier: index: 0 slicing: slices: NCPDP: match: {} schema: short: NCPDP Provider ID mustSupport: true pattern: type: Identifier value: {system: 'http://terminology.hl7.org/CodeSystem/NCPDPProviderIdentificationNumber'} index: 1 min: 0 max: 1 DEA: match: {} schema: short: DEA Number mustSupport: true pattern: type: Identifier value: {system: 'urn:oid:2.16.840.1.113883.4.814'} index: 2 min: 0 max: 1 package_version: 1.0.0-ballot class: profile kind: resource url: http://hl7.org/fhir/us/pdmp/StructureDefinition/pdmp-organization-pharmacy base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization version: 1.0.0-ballot required: [identifier]