description: The US Core Implantable Device Profile is based upon the core FHIR Device Resource and meets the U.S. Core Data for Interoperability (USCDI) v2 *Unique Device Identifier(s) for a Patient's Implantable Device(s)* requirements. To promote interoperability and adoption through common implementation, this profile sets minimum expectations for the Device resource to record, search, and fetch UDI information associated with a patient's implantable device(s). It identifies which core elements, extensions, vocabularies, and value sets **SHALL** be present in the resource and constrains the way the elements are used when using this profile. It provides the floor for standards development for specific use cases. package_name: hl7.fhir.us.core derivation: constraint name: USCoreImplantableDeviceProfile type: Device elements: udiCarrier: short: (USCDI) Unique Device Identifier (UDI) Barcode string mustSupport: true index: 0 elements: deviceIdentifier: {short: (USCDI) Mandatory fixed portion of UDI, mustSupport: true, index: 1} carrierHRF: {short: (USCDI) UDI Human Readable Barcode String, mustSupport: true, index: 2} required: [deviceIdentifier] distinctIdentifier: {short: (USCDI) The distinct identification string, mustSupport: true, index: 3} manufactureDate: {short: (USCDI) Date when the device was made, mustSupport: true, index: 4} expirationDate: {short: (USCDI) Date and time of expiry of this device (if applicable), mustSupport: true, index: 5} lotNumber: {short: (USCDI) Lot number of manufacture, mustSupport: true, index: 6} serialNumber: {short: (USCDI) Serial number assigned by the manufacturer, mustSupport: true, index: 7} type: short: (USCDI) The kind or type of device binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/device-kind'} mustSupport: true index: 8 patient: short: (USCDI) Patient to whom Device is affixed refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient'] type: Reference mustSupport: true index: 9 package_version: 6.1.0-snapshot1 class: profile kind: resource url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-implantable-device base: http://hl7.org/fhir/StructureDefinition/Device version: 6.1.0-snapshot1 required: [type, patient]