PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci-pdex@2.0.0
    http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-device
description: 'The PDex Device profile is provided to enable payers to record information about devices used by a member that may not have a UDI number. \nFHIR-29796 PDex Device uses base resource not US Core Implantable Device Profile. Pdex-Device enables payers to record non-implantable device data. CGP Voted on variance approval: Drew Torres/Eric Haas: 9-0-0'
package_name: hl7.fhir.us.davinci-pdex
derivation: constraint
name: PdexDevice
type: Device
elements:
  patient:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 10
  serialNumber: {mustSupport: true, index: 8}
  type:
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/device-kind'}
    mustSupport: true
    index: 9
  distinctIdentifier: {mustSupport: true, index: 5}
  status:
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/device-status'}
    mustSupport: true
    index: 4
  lotNumber: {mustSupport: true, index: 7}
  url: {mustSupport: true, index: 11}
  expirationDate: {mustSupport: true, index: 6}
  udiCarrier:
    mustSupport: true
    index: 0
    elements:
      deviceIdentifier: {mustSupport: true, index: 1}
      carrierAIDC: {mustSupport: true, index: 2}
      carrierHRF: {mustSupport: true, index: 3}
    required: [deviceIdentifier]
package_version: 2.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-device
base: http://hl7.org/fhir/StructureDefinition/Device
version: 2.0.0
required: [type, patient]