PackagesCanonicalsLogsProblems
    Packages
    nictiz.fhir.nl.stu3.zib2017@1.3.19
    http://nictiz.nl/fhir/StructureDefinition/zib-PulseRate
description: 'This profile is derived from the HL7 Vital Signs profile for pulse rate in order to add mappings from the Dutch Health and Care Information models (Dutch: Zorginformatiebouwsteen or ZIB) PulseRate, version 3.1 and to provide extensions for missing concepts.'
package_name: nictiz.fhir.nl.stu3.zib2017
derivation: constraint
name: Zib PulseRate
type: Observation
elements:
  code:
    short: PulseRate
    index: 0
    elements:
      coding:
        index: 1
        slicing:
          rules: open
          ordered: false
          discriminator:
          - {path: code, type: value}
          min: null
          slices:
            PulseRate:
              match: {code: 8893-0}
              schema:
                index: 2
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://loinc.org'}
                    index: 3
                  code:
                    pattern: {type: Code, value: 8893-0}
                    index: 4
  subject: {short: Patient, index: 5}
  effective:
    short: PulseRateDateTime
    choices: []
    index: 7
  valueQuantity:
    short: PulseRateValue
    index: 8
    slicing:
      slices:
        valueQuantity:
          match: {}
          schema: {short: PulseRateValue, _required: true, index: 8}
          min: 1
  comment: {short: Explanation, index: 9}
  component:
    index: 10
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: code.coding.code, type: value}
      - {path: code.coding.system, type: value}
      min: null
      slices:
        PulseRegularity:
          match:
            code:
              coding: {code: 44969-4, system: 'http://loinc.org'}
          schema:
            short: PulseRegularity
            index: 11
            elements:
              code:
                index: 12
                elements:
                  coding:
                    index: 13
                    elements:
                      system:
                        pattern: {type: Uri, value: 'http://loinc.org'}
                        index: 14
                      code:
                        pattern: {type: Code, value: 44969-4}
                        index: 15
                required: [coding]
              valueCodeableConcept:
                short: PulseRegularity
                type: CodeableConcept
                index: 16
                slicing:
                  slices:
                    valueCodeableConcept:
                      match: {}
                      schema: {short: PulseRegularity, type: CodeableConcept, index: 16}
package_version: 1.3.19
class: profile
kind: resource
url: http://nictiz.nl/fhir/StructureDefinition/zib-PulseRate
base: http://nictiz.nl/fhir/StructureDefinition/zib-VitalSigns
version: 1.1.1
required: [valueQuantity]