PackagesCanonicalsLogsProblems
    Packages
    de.medizininformatikinitiative.use-case.omi@0.3.3
    http://omi.de/fhir/registry/StructureDefinition/HeartbeatParameter
description: HeartbeatParameter
package_name: de.medizininformatikinitiative.use-case.omi
derivation: constraint
name: HeartbeatParameter
type: Parameters
elements:
  parameter:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: name, type: pattern}
      min: 1
      slices:
        statuscode:
          match: {name: statuscode}
          schema:
            mustSupport: true
            _required: true
            index: 1
            elements:
              name:
                pattern: {type: String, value: statuscode}
                index: 2
              value:
                choices: [valueCode]
                index: 4
              valueCode: {type: code, choiceOf: value, index: 5}
        queue-length:
          match: {name: queue-length}
          schema:
            mustSupport: true
            index: 6
            elements:
              name:
                pattern: {type: String, value: queue-length}
                index: 7
              value:
                choices: [valueInteger]
                index: 9
              valueInteger: {type: integer, choiceOf: value, index: 10}
        estimated-waiting-time:
          match: {name: estimated-waiting-time}
          schema:
            mustSupport: true
            index: 11
            elements:
              name:
                pattern: {type: String, value: estimated-waiting-time}
                index: 12
              value:
                choices: [valueQuantity]
                index: 14
              valueQuantity: {type: Quantity, choiceOf: value, index: 15}
        inference-price:
          match: {name: inference-price}
          schema:
            mustSupport: true
            index: 16
            elements:
              name:
                pattern: {type: String, value: inference-price}
                index: 17
              value:
                choices: [valueMoney]
                index: 19
              valueMoney: {type: Money, choiceOf: value, index: 20}
package_version: 0.3.3
class: profile
kind: resource
url: http://omi.de/fhir/registry/StructureDefinition/HeartbeatParameter
base: http://hl7.org/fhir/StructureDefinition/Parameters
version: 0.3.2
required: [parameter]