PackagesCanonicalsLogsProblems
    Packages
    swiss.mednet.fhir@0.14.0
    https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure
description: MedNet Interface (MNI) - Blood Pressure Profile
package_name: swiss.mednet.fhir
derivation: constraint
name: MNIBloodPressure
type: Observation
elements:
  category:
    mustSupport: true
    index: 2
    slicing:
      slices:
        VSCat:
          match: {}
          schema:
            mustSupport: true
            _required: true
            index: 2
            elements:
              coding:
                mustSupport: true
                index: 3
                elements:
                  system: {mustSupport: true, index: 4}
                  code: {mustSupport: true, index: 5}
                  display:
                    pattern: {type: String, value: Vital Signs}
                    mustSupport: true
                    index: 6
  value:
    choices: []
    index: 15
  component:
    array: true
    max: 2
    index: 17
    slicing:
      slices:
        SystolicBP:
          match: {}
          schema:
            mustSupport: true
            index: 18
            elements:
              code:
                mustSupport: true
                index: 19
                elements:
                  coding:
                    mustSupport: true
                    index: 20
                    slicing:
                      slices:
                        SBPCode:
                          match: {}
                          schema:
                            mustSupport: true
                            index: 20
                            elements:
                              system: {mustSupport: true, index: 21}
                              code: {mustSupport: true, index: 22}
                              display:
                                pattern: {type: String, value: Systolic blood pressure}
                                mustSupport: true
                                index: 23
              valueQuantity:
                mustSupport: true
                index: 24
                elements:
                  value: {mustSupport: true, index: 25}
                  unit: {mustSupport: true, index: 26}
                  system: {mustSupport: true, index: 27}
                  code: {mustSupport: true, index: 28}
              dataAbsentReason: {short: Not supported by MedNet, mustSupport: false, index: 29}
            required: [valueQuantity]
        DiastolicBP:
          match: {}
          schema:
            mustSupport: true
            index: 30
            elements:
              code:
                mustSupport: true
                index: 31
                elements:
                  coding:
                    mustSupport: true
                    index: 32
                    slicing:
                      slices:
                        DBPCode:
                          match: {}
                          schema:
                            mustSupport: true
                            index: 32
                            elements:
                              system: {mustSupport: true, index: 33}
                              code: {mustSupport: true, index: 34}
                              display:
                                pattern: {type: String, value: Diastolic blood pressure}
                                mustSupport: true
                                index: 35
              valueQuantity:
                mustSupport: true
                index: 36
                elements:
                  unit: {mustSupport: true, index: 37}
                  system: {mustSupport: true, index: 38}
                  code: {mustSupport: true, index: 39}
              dataAbsentReason: {short: Not supported by MedNet, mustSupport: false, index: 40}
            required: [valueQuantity]
  effectiveDateTime: {type: dateTime, short: If no datetime is available for this observation it can be the current dateTime, mustSupport: true, index: 13}
  status:
    short: final
    pattern: {type: Code, value: final}
    mustSupport: true
    index: 1
  id: {short: 'The id is unique within the space of all resources of the same type on the same server It can be any combination of upper- or lower-case ASCII letters ''A''..''Z'', and ''a''..''z'', numerals (''0''..''9''), ''-'' and ''.'' with a length limit of 64 characters. (This might be an integer, an un-prefixed OID, UUID or any other identifier pattern that meets these constraints.)', mustSupport: true, index: 0}
  code:
    mustSupport: true
    index: 7
    elements:
      coding:
        mustSupport: true
        index: 8
        slicing:
          slices:
            BPCode:
              match: {}
              schema:
                mustSupport: true
                index: 8
                elements:
                  system: {mustSupport: true, index: 9}
                  code: {mustSupport: true, index: 10}
                  display:
                    pattern: {type: String, value: Blood pressure panel with all children optional}
                    mustSupport: true
                    index: 11
  subject:
    type: Reference
    short: Link to the Patient
    mustSupport: true
    refers: ['https://mednet.swiss/fhir/StructureDefinition/mni-patient']
    index: 12
  dataAbsentReason: {short: Not supported by MedNet, mustSupport: false, index: 16}
package_version: 0.14.0
class: profile
kind: resource
url: https://mednet.swiss/fhir/StructureDefinition/mni-obs-bloodPressure
base: http://hl7.org/fhir/StructureDefinition/bp
version: 0.14.0
required: [category, code]