PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.ips@2.0.0
    http://hl7.org/fhir/uv/ips/StructureDefinition/DeviceUseStatement-uv-ips
description: This profile represents the constraints applied to the DeviceUseStatement resource by the International Patient Summary (IPS) FHIR Implementation Guide, based on FHIR R4. A statement about a device used by or implanted on the patient is described in the patient summary as an instance of a DeviceUseStatement resource constrained by this profile.
package_name: hl7.fhir.uv.ips
derivation: constraint
name: DeviceUseStatementUvIps
type: DeviceUseStatement
elements:
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips']
    index: 0
    elements:
      reference: {mustSupport: true, index: 1}
    required: [reference]
  timing:
    mustSupport: true
    choices: [timingDateTime]
    index: 7
    slicing:
      slices:
        timingDateTime:
          match: {}
          schema:
            mustSupport: true
            choices: [timingDateTime]
            index: 7
          min: 0
          max: 1
  timingPeriod: {type: Period, mustSupport: true, choiceOf: timing, index: 4}
  timingDateTime:
    type: dateTime
    mustSupport: true
    choiceOf: timing
    index: 8
    slicing:
      slices:
        timingDateTime:
          match: {}
          schema: {type: dateTime, mustSupport: true, choiceOf: timing, index: 8}
          min: 0
          max: 1
  device:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/uv/ips/StructureDefinition/Device-uv-ips']
    index: 9
package_version: 2.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/uv/ips/StructureDefinition/DeviceUseStatement-uv-ips
base: http://hl7.org/fhir/StructureDefinition/DeviceUseStatement
version: 2.0.0
required: [timingPeriod, timingDateTime, timing]