PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.cardx-htn-mng.r4@1.0.0
    http://hl7.org/fhir/uv/cardx-htn-mng/StructureDefinition/self-measured-bp
description: A blood pressure taken by the subject or a related person, done in a non-clinical environment.
package_name: hl7.fhir.uv.cardx-htn-mng.r4
derivation: constraint
name: SelfMeasuredBloodPressure
type: Observation
elements:
  status:
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/uv/cardx-htn-mng/ValueSet/smbp-obs-status'}
    index: 0
  code:
    elements:
      coding: {index: 1}
    required: [coding]
  effective:
    choices: [effectiveDateTime]
    index: 3
  effectiveDateTime: {type: dateTime, choiceOf: effective, index: 4}
  issued: {mustSupport: true, index: 5}
  performer:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/StructureDefinition/Patient']
    index: 6
  component:
    index: 7
    slicing:
      slices:
        SystolicBP:
          match: {}
          schema:
            index: 7
            elements:
              code:
                elements:
                  coding: {index: 8}
                required: [coding]
        DiastolicBP:
          match: {}
          schema:
            index: 9
            elements:
              code:
                elements:
                  coding: {index: 10}
                required: [coding]
package_version: 1.0.0
class: profile
kind: resource
url: http://hl7.org/fhir/uv/cardx-htn-mng/StructureDefinition/self-measured-bp
base: http://hl7.org/fhir/StructureDefinition/bp
version: 1.0.0
required: [issued, performer]