PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.ips@1.0.0
    http://hl7.org/fhir/uv/ips/StructureDefinition/Device-uv-ips
description: This profile represents the constraints applied to the Device resource by the International Patient Summary (IPS) FHIR Implementation Guide, based on FHIR R4. A device used by or implanted on the patient is described in the patient summary as an instance of a Device resource constrained by this profile.
package_name: hl7.fhir.uv.ips
derivation: constraint
name: DeviceUvIps
type: Device
elements:
  type:
    short: "Type of device.\r\nPreferably valued by using SNOMED CT.\r\nThe absence of information, or of devices relevant for purpose of this IPS, shall be explicitly stated by using the codes included in the absent-or-unknown-devices-uv-ips value set."
    type: CodeableConcept
    mustSupport: true
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/medical-devices-uv-ips'}
    index: 0
    slicing:
      rules: open
      description: Discriminated by the bound value set
      discriminator:
      - {path: $this, type: pattern}
      min: 0
      max: 1
      slices:
        absentOrUnknownDevice:
          match: {}
          schema:
            type: CodeableConcept
            binding: {strength: required, valueSet: 'http://hl7.org/fhir/uv/ips/ValueSet/absent-or-unknown-devices-uv-ips'}
            mustSupport: true
            index: 1
          max: 1
  patient:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips']
    index: 2
    elements:
      reference: {mustSupport: true, index: 3}
    required: [reference]
package_version: 1.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/uv/ips/StructureDefinition/Device-uv-ips
base: http://hl7.org/fhir/StructureDefinition/Device
version: 1.0.0
required: [patient]