PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.core@3.2.0
    http://hl7.org/fhir/us/core/StructureDefinition/us-core-implantable-device
description: Defines constraints and extensions on the Device resource for the minimal set of data to query and retrieve a patient's implantable device(s).
package_name: hl7.fhir.us.core
derivation: constraint
name: USCoreImplantableDeviceProfile
type: Device
elements:
  udiCarrier:
    mustSupport: true
    index: 0
    elements:
      deviceIdentifier: {mustSupport: true, index: 1}
      carrierAIDC: {mustSupport: false, index: 2}
      carrierHRF: {mustSupport: false, index: 3}
    required: [deviceIdentifier]
  distinctIdentifier: {mustSupport: false, index: 4}
  manufactureDate: {mustSupport: true, index: 5}
  expirationDate: {mustSupport: true, index: 6}
  lotNumber: {mustSupport: true, index: 7}
  serialNumber: {mustSupport: true, index: 8}
  type:
    type: CodeableConcept
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/device-kind'}
    mustSupport: true
    index: 9
  patient:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 10
package_version: 3.2.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-implantable-device
base: http://hl7.org/fhir/StructureDefinition/Device
version: 3.2.0
required: [type, patient]