PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.extensions@5.3.0-ballot-tc
    http://hl7.org/fhir/StructureDefinition/device-conformsTo
description: Identifies the standards, specifications, or formal guidances for the capabilities supported by the device. The device may be certified as conformant to these specifications e.g., communication, performance, process, measurement, or specialization standards.
package_name: hl7.fhir.uv.extensions
derivation: constraint
name: DeviceConformsTo
type: Extension
elements:
  extension:
    short: Describes the common type of the standard, specification, or formal guidance
    index: 0
    slicing:
      slices:
        category:
          match: {}
          schema:
            short: Describes the common type of the standard, specification, or formal guidance
            index: 0
            extensions: {}
            elements:
              extension: {index: 1}
              url:
                pattern: {type: Uri, value: category}
                index: 2
              value:
                choices: [valueCodeableConcept]
                index: 4
              valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 5}
        specification:
          match: {}
          schema:
            short: Identifies the standard, specification, or formal guidance that the device adheres        to the Device Specification type
            _required: true
            index: 6
            extensions: {}
            elements:
              extension: {index: 7}
              url:
                pattern: {type: Uri, value: specification}
                index: 8
              value:
                choices: [valueCodeableConcept]
                index: 10
              valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 11}
        version:
          match: {}
          schema:
            short: The specific form or variant of the standard, specification or formal guidance
            array: true
            index: 12
            extensions: {}
            elements:
              extension: {index: 13}
              url:
                pattern: {type: Uri, value: version}
                index: 14
              value:
                choices: [valueString]
                index: 16
              valueString: {type: string, choiceOf: value, index: 17}
        source:
          match: {}
          schema:
            short: Standard, regulation, certification, or guidance website, document, or other publication,        or similar, supporting the conformance
            array: true
            index: 18
            extensions: {}
            elements:
              extension: {index: 19}
              url:
                pattern: {type: Uri, value: source}
                index: 20
              value:
                choices: [valueRelatedArtifact]
                index: 22
              valueRelatedArtifact: {type: RelatedArtifact, choiceOf: value, index: 23}
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/device-conformsTo'}
    index: 24
  value:
    choices: []
    index: 26
package_version: 5.3.0-ballot-tc
extensions:
  category:
    url: null
    short: Describes the common type of the standard, specification, or formal guidance
    index: 0
    extensions: {}
    elements:
      extension: {index: 1}
      url:
        pattern: {type: Uri, value: category}
        index: 2
      value:
        choices: [valueCodeableConcept]
        index: 4
      valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 5}
  specification:
    url: null
    short: Identifies the standard, specification, or formal guidance that the device adheres        to the Device Specification type
    _required: true
    index: 6
    extensions: {}
    elements:
      extension: {index: 7}
      url:
        pattern: {type: Uri, value: specification}
        index: 8
      value:
        choices: [valueCodeableConcept]
        index: 10
      valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 11}
  version:
    url: null
    short: The specific form or variant of the standard, specification or formal guidance
    array: true
    index: 12
    extensions: {}
    elements:
      extension: {index: 13}
      url:
        pattern: {type: Uri, value: version}
        index: 14
      value:
        choices: [valueString]
        index: 16
      valueString: {type: string, choiceOf: value, index: 17}
  source:
    url: null
    short: Standard, regulation, certification, or guidance website, document, or other publication,        or similar, supporting the conformance
    array: true
    index: 18
    extensions: {}
    elements:
      extension: {index: 19}
      url:
        pattern: {type: Uri, value: source}
        index: 20
      value:
        choices: [valueRelatedArtifact]
        index: 22
      valueRelatedArtifact: {type: RelatedArtifact, choiceOf: value, index: 23}
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/device-conformsTo
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 5.3.0-ballot-tc