PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.ca.baseline@1.1.6-pre
    http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-device-medical
description: Proposed constraints on the Device resource for the minimal set of data to query and retrieve a medical or non-medical device.
package_name: hl7.fhir.ca.baseline
derivation: constraint
name: DeviceProfileMedical
type: Device
elements:
  patient:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-patient']
    index: 22
  serialNumber: {mustSupport: true, index: 18}
  parent:
    type: Reference
    refers: ['http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-device-medical']
    index: 23
  deviceName: {mustSupport: true, index: 19}
  type:
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/device-kind'}
    mustSupport: true
    index: 20
  distinctIdentifier: {mustSupport: true, index: 14}
  identifier:
    mustSupport: true
    index: 0
    elements:
      type: {mustSupport: true, index: 1}
      system: {mustSupport: true, index: 2}
      value: {short: The value that is unique within the system., mustSupport: true, index: 3}
    slicing:
      rules: open
      discriminator:
      - {path: system, type: value}
      min: null
      slices:
        EUI-64:
          match: {system: 'urn:oid:1.2.840.10004.1.1.1.0.0.1.0.0.1.2680'}
          schema:
            short: IEEE 64-bit Extended Unique Identifier (EUI-64)
            index: 4
            elements:
              system:
                short: EUI-64 system identifier
                pattern: {type: Uri, value: 'urn:oid:1.2.840.10004.1.1.1.0.0.1.0.0.1.2680'}
                index: 5
              value: {index: 6}
            required: [value, system]
        EUI-48:
          match: {system: 'http://terminology.hl7.org/fhir/sid/eui-48'}
          schema:
            short: MAC Transport address identifier (EUI-48)
            index: 7
            elements:
              system:
                short: EUI-48 system identifier
                pattern: {type: Uri, value: 'http://terminology.hl7.org/fhir/sid/eui-48'}
                index: 8
              value: {index: 9}
            required: [value, system]
  manufacturer: {mustSupport: true, index: 15}
  version: {mustSupport: true, index: 21}
  manufactureDate: {mustSupport: true, index: 16}
  expirationDate: {mustSupport: true, index: 17}
  udiCarrier:
    mustSupport: true
    index: 10
    elements:
      deviceIdentifier: {mustSupport: true, index: 11}
      carrierAIDC: {mustSupport: true, index: 12}
      carrierHRF: {mustSupport: true, index: 13}
package_version: 1.1.6-pre
class: profile
kind: resource
url: http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-device-medical
base: http://hl7.org/fhir/StructureDefinition/Device
version: 0.1.0
required: [type]