PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.xver-r5.r4b@0.1.0
    http://hl7.org/fhir/5.0/StructureDefinition/extension-Device.property.value
description: 'R5: `Device.property.value[x]` additional types (string, boolean, integer, Range, Attachment)'
package_name: hl7.fhir.uv.xver-r5.r4b
derivation: constraint
name: ExtensionDevice_Property_Value
type: Extension
elements:
  url:
    base: {max: '1', min: 1, path: Extension.url}
    pattern: {type: Uri, value: 'http://hl7.org/fhir/5.0/StructureDefinition/extension-Device.property.value'}
    index: 0
  value:
    short: Value of the property
    choices: [valueString, valueBoolean, valueInteger, valueRange, valueAttachment]
    base: {max: '1', min: 0, path: 'Extension.value[x]'}
    index: 2
  valueString:
    short: Value of the property
    type: string
    base: {max: '1', min: 0, path: 'Extension.value[x]'}
    choiceOf: value
    index: 3
  valueBoolean:
    short: Value of the property
    type: boolean
    base: {max: '1', min: 0, path: 'Extension.value[x]'}
    choiceOf: value
    index: 4
  valueInteger:
    short: Value of the property
    type: integer
    base: {max: '1', min: 0, path: 'Extension.value[x]'}
    choiceOf: value
    index: 5
  valueRange:
    short: Value of the property
    type: Range
    base: {max: '1', min: 0, path: 'Extension.value[x]'}
    choiceOf: value
    index: 6
  valueAttachment:
    short: Value of the property
    type: Attachment
    base: {max: '1', min: 0, path: 'Extension.value[x]'}
    choiceOf: value
    index: 7
package_version: 0.1.0
class: extension
kind: complex-type
url: http://hl7.org/fhir/5.0/StructureDefinition/extension-Device.property.value
base: http://hl7.org/fhir/StructureDefinition/Extension|4.3.0
version: 0.1.0
required: [url, valueString, valueRange, valueAttachment, value, valueBoolean, valueInteger]