PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.extensions.r3@5.3.0-ballot-tc1
    http://hl7.org/fhir/StructureDefinition/device-maintenanceresponsibility
description: Extension containing the information about the person and/or organization responsible for the maintenance of the device. Use DeviceAssociation.relationship with a value of 'maintainer' after R5.
package_name: hl7.fhir.uv.extensions.r3
derivation: constraint
name: DeviceMaintenanceResponsibility
type: Extension
elements:
  extension:
    short: Responsible individual
    index: 0
    slicing:
      slices:
        person:
          match: {}
          schema:
            short: Responsible individual
            index: 0
            extensions: {}
            elements:
              extension: {index: 1}
              url:
                pattern: {type: Uri, value: person}
                index: 2
              value:
                choices: [valueReference]
                index: 4
              valueReference:
                type: Reference
                choiceOf: value
                refers: ['http://hl7.org/fhir/StructureDefinition/Person']
                index: 5
        organization:
          match: {}
          schema:
            short: Responsible organization
            index: 6
            extensions: {}
            elements:
              extension: {index: 7}
              url:
                pattern: {type: Uri, value: organization}
                index: 8
              value:
                choices: [valueReference]
                index: 10
              valueReference:
                type: Reference
                choiceOf: value
                refers: ['http://hl7.org/fhir/StructureDefinition/Organization']
                index: 11
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/device-maintenanceresponsibility'}
    index: 12
  value:
    choices: []
    index: 14
package_version: 5.3.0-ballot-tc1
extensions:
  person:
    url: null
    short: Responsible individual
    index: 0
    extensions: {}
    elements:
      extension: {index: 1}
      url:
        pattern: {type: Uri, value: person}
        index: 2
      value:
        choices: [valueReference]
        index: 4
      valueReference:
        type: Reference
        choiceOf: value
        refers: ['http://hl7.org/fhir/StructureDefinition/Person']
        index: 5
  organization:
    url: null
    short: Responsible organization
    index: 6
    extensions: {}
    elements:
      extension: {index: 7}
      url:
        pattern: {type: Uri, value: organization}
        index: 8
      value:
        choices: [valueReference]
        index: 10
      valueReference:
        type: Reference
        choiceOf: value
        refers: ['http://hl7.org/fhir/StructureDefinition/Organization']
        index: 11
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/device-maintenanceresponsibility
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 5.3.0-ballot-tc1