PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@3.2.0
    http://hl7.org/fhir/StructureDefinition/bp
description: FHIR Blood Pressure Profile
package_name: hl7.fhir.core
derivation: constraint
name: Vital Signs Profile
type: Observation
elements:
  code:
    short: Blood Pressure
    index: 0
    elements:
      coding:
        index: 1
        slicing:
          rules: open
          ordered: false
          discriminator:
          - {path: code, type: value}
          min: null
          slices:
            BPCode:
              match: {code: 85354-9}
              schema:
                index: 2
                elements:
                  system:
                    type: uri
                    pattern: {type: Uri, value: 'http://loinc.org'}
                    index: 3
                  code:
                    type: code
                    pattern: {type: Code, value: 85354-9}
                    index: 4
  valueQuantity: {index: 5}
  component:
    index: 6
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: code.coding.code, type: value}
      min: null
      slices:
        SystolicBP:
          match:
            code:
              coding: {code: null}
          schema:
            index: 7
            elements:
              code:
                index: 8
                elements:
                  coding:
                    index: 9
                    slicing:
                      rules: open
                      ordered: false
                      discriminator:
                      - {path: code, type: value}
                      min: null
                      slices:
                        SBPCode:
                          match: {code: 8480-6}
                          schema:
                            short: Systolic Blood Pressure
                            index: 10
                            elements:
                              system:
                                type: uri
                                pattern: {type: Uri, value: 'http://loinc.org'}
                                index: 11
                              code:
                                type: code
                                pattern: {type: Code, value: 8480-6}
                                index: 12
              valueQuantity:
                type: Quantity
                index: 13
                elements:
                  code:
                    type: code
                    pattern: {type: Code, value: 'mm[Hg]'}
                    index: 14
        DiastolicBP:
          match:
            code:
              coding: {code: null}
          schema:
            index: 15
            elements:
              code:
                index: 16
                elements:
                  coding:
                    index: 17
                    slicing:
                      rules: open
                      ordered: false
                      discriminator:
                      - {path: code, type: value}
                      min: null
                      slices:
                        DBPCode:
                          match: {code: 8462-4}
                          schema:
                            short: Diastolic Blood Pressure
                            index: 18
                            elements:
                              system:
                                type: uri
                                pattern: {type: Uri, value: 'http://loinc.org'}
                                index: 19
                              code:
                                type: code
                                pattern: {type: Code, value: 8462-4}
                                index: 20
              valueQuantity:
                type: Quantity
                index: 21
                elements:
                  code:
                    type: code
                    pattern: {type: Code, value: 'mm[Hg]'}
                    index: 22
package_version: 3.2.0
class: profile
kind: resource
url: http://hl7.org/fhir/StructureDefinition/bp
base: http://hl7.org/fhir/StructureDefinition/vitalsigns
version: null