--- type: "codesystem" title: "Device Regulatory Identifier Type" codesystem: "devicedefinition-regulatory-identifier-type" --- # Device Regulatory Identifier Type - **Official URL**: http://hl7.org/fhir/devicedefinition-regulatory-identifier-type - **Version**: 6.0.0 - **Status**: active - **Name**: DeviceRegulatoryIdentifierType - **Title**: Device Regulatory Identifier Type - **Publisher**: HL7 (FHIR Project) - **Description**: The type of regulatory identifier. - **Case Sensitive**: true - **Content**: complete ## Concepts | Code | Display | Definition | | --- | --- | --- | | basic | Basic | EUDAMED's basic UDI-DI identifier. | | master | Master | EUDAMED's master UDI-DI identifier. | | license | License | The identifier is a license number. | ## CodeSystem XML ```xml <status value="active"/> <experimental value="false"/> <date value="2021-01-05T10:01:24+11:00"/> <publisher value="HL7 (FHIR Project)"/> <contact> <telecom> <system value="url"/> <value value="http://hl7.org/fhir"/> </telecom> <telecom> <system value="email"/> <value value="fhir@lists.hl7.org"/> </telecom> </contact> <description value="The type of regulatory identifier."/> <caseSensitive value="true"/> <content value="complete"/> <concept> <code value="basic"/> <display value="Basic"/> <definition value="EUDAMED's basic UDI-DI identifier."/> </concept> <concept> <code value="master"/> <display value="Master"/> <definition value="EUDAMED's master UDI-DI identifier."/> </concept> <concept> <code value="license"/> <display value="License"/> <definition value="The identifier is a license number."/> </concept> </CodeSystem> ```