PackagesCanonicalsLogsProblems
    Packages
    de.gematik.hddt@1.0.0-rc2
    https://gematik.de/fhir/hddt/StructureDefinition/hddt-blood-pressure-value
description: 'Profile for capturing blood pressure value as FHIR Observation resources.\n\nThis profile defines the exchange of blood pressure value data for the Mandatory Interoperable Value (MIV) \\\"Blood Pressure Monitoring\\\" which is technically defined \nby the ValueSet _hddt-miv-blood-pressure-value_. This MIV is e.g. implemented by automated sphygmomanometers (oszillometric, auscultatory) that can connect to \na Personal Health Gateway (e.g. a mobile app for tracking blood pressure values) through wireless communication.\n\nBlood pressure measurements consist of multiple components: systolic blood pressure, diastolic blood pressure, and optionally mean blood pressure. \nThis profile uses the LOINC panel code #85354-9 \"Blood pressure panel with all children optional\" defined in the MIV _hddt-miv-blood-pressure-value_ to represent the complete measurement.\n\n**Obligations and Conventions:**\n\nEach Blood Pressure Measurement MUST hold a reference to a _Personal Health Device_ [Device](https://hl7.org/fhir/R4/device.html) resource. \nBlood pressure devices typically do not require calibration.\n\nThis profile inherits from the FHIR Blood Pressure profile (`http://hl7.org/fhir/StructureDefinition/bp`) and adds HDDT-specific constraints. The blood pressure components \n(systolic and diastolic are mandatory; mean is optional) are inherited from the parent profile with the MeanBP component added as an optional slice.\nEach component MUST include a value in mmHg (millimeters of mercury).\n\nCaution: For privacy and data protection, the subject reference MUST only use pseudonymized or anonymized identifiers. Direct patient identification is not permitted.\n\n**Constraints applied:**  \n- `status` is restricted to _final_\n- `code.coding[BPCode]` is constrained to ValueSet HddtMivBloodPressureValue containing LOINC panel code 85354-9\n- `component` cardinality is set to 2..3 to require systolic and diastolic components (inherited from parent), with mean blood pressure as optional\n- `component[MeanBP]` is added as an optional slice (0..1) for mean blood pressure with LOINC code 8478-0\n- Each component''s `valueQuantity` MUST use UCUM code mm[Hg] for the unit\n- `device` is mandatory and restricted to reference only HddtPersonalHealthDevice'
package_name: de.gematik.hddt
derivation: constraint
name: HddtBloodPressureValue
type: Observation
elements:
  status:
    short: Measurement status
    pattern: {type: Code, value: final}
    mustSupport: true
    index: 0
  code:
    short: Type of blood pressure measurement
    binding: {strength: example, valueSet: 'http://hl7.org/fhir/ValueSet/observation-codes'}
    index: 1
    elements:
      coding:
        binding: {strength: required, valueSet: 'https://gematik.de/fhir/hddt/ValueSet/hddt-miv-blood-pressure-value'}
        index: 2
        slicing:
          slices:
            loinc:
              match: {}
              schema:
                binding: {strength: required, valueSet: 'https://gematik.de/fhir/hddt/ValueSet/hddt-miv-blood-pressure-value'}
                index: 2
            snomed:
              match: {}
              schema: {index: 3}
              max: 0
  subject: {short: Patient reference in anonymized or pseudonymized form only, index: 4}
  device:
    type: Reference
    short: Reference to the blood pressure measurement device
    mustSupport: true
    refers: ['https://gematik.de/fhir/hddt/StructureDefinition/hddt-personal-health-device']
    index: 5
  component:
    index: 6
    slicing:
      slices:
        SystolicBP:
          match: {}
          schema:
            index: 6
            elements:
              value:
                mustSupport: true
                choices: []
                index: 8
                slicing:
                  slices:
                    valueQuantity:
                      match: {}
                      schema:
                        mustSupport: true
                        choices: [valueQuantity]
                        index: 10
              valueQuantity:
                type: Quantity
                mustSupport: true
                choiceOf: value
                index: 11
                slicing:
                  slices:
                    valueQuantity:
                      match: {}
                      schema: {type: Quantity, mustSupport: true, choiceOf: value, index: 11}
        DiastolicBP:
          match: {}
          schema:
            index: 12
            elements:
              value:
                mustSupport: true
                choices: []
                index: 14
                slicing:
                  slices:
                    valueQuantity:
                      match: {}
                      schema:
                        mustSupport: true
                        choices: [valueQuantity]
                        index: 16
              valueQuantity:
                type: Quantity
                mustSupport: true
                choiceOf: value
                index: 17
                slicing:
                  slices:
                    valueQuantity:
                      match: {}
                      schema: {type: Quantity, mustSupport: true, choiceOf: value, index: 17}
package_version: 1.0.0-rc2
class: profile
kind: resource
url: https://gematik.de/fhir/hddt/StructureDefinition/hddt-blood-pressure-value
base: http://fhir.de/StructureDefinition/observation-de-vitalsign-blutdruck
version: 1.0.0-rc2
required: [device]