PackagesCanonicalsLogsProblems
    Packages
    tw.gov.mohw.twcore@0.2.1
    https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-bloodPressure-twcore
description: 此臺灣核心-血壓(TW Core Observation Blood Pressure) Profile說明本IG如何進一步定義臺灣核心-生命體徵(TW Core Observation Vital Signs) Profile以呈現血壓資料。
package_name: tw.gov.mohw.twcore
derivation: constraint
name: TWCoreObservationBloodPressure
type: Observation
elements:
  code:
    short: 血壓
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 85354-9, system: 'http://loinc.org'}
    index: 0
  bodySite:
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/body-site'}
    index: 1
  method:
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/observation-methods'}
    index: 2
  component:
    array: true
    min: 2
    index: 3
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: code, type: pattern}
      min: 2
      slices:
        Systolic:
          match:
            code:
              coding:
              - {code: 8480-6, system: 'http://loinc.org'}
          schema:
            short: 收縮壓
            mustSupport: true
            _required: true
            index: 4
            elements:
              code:
                short: 收縮壓代碼
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 8480-6, system: 'http://loinc.org'}
                index: 5
              value:
                choices: [valueQuantity]
                index: 7
              valueQuantity: {type: Quantity, choiceOf: value, index: 8}
              value[x]:
                elements:
                  value: {mustSupport: true, index: 9}
                  unit: {mustSupport: true, index: 10}
                  system:
                    pattern: {type: Uri, value: 'http://unitsofmeasure.org'}
                    mustSupport: true
                    index: 11
                  code:
                    pattern: {type: Code, value: 'mm[Hg]'}
                    mustSupport: true
                    index: 12
                required: [value, unit, system, code]
        Diastolic:
          match:
            code:
              coding:
              - {code: 8462-4, system: 'http://loinc.org'}
          schema:
            short: 舒張壓
            mustSupport: true
            _required: true
            index: 13
            elements:
              code:
                short: 舒張壓代碼
                pattern:
                  type: CodeableConcept
                  value:
                    coding:
                    - {code: 8462-4, system: 'http://loinc.org'}
                index: 14
              value:
                choices: [valueQuantity]
                index: 16
              valueQuantity: {type: Quantity, choiceOf: value, index: 17}
              value[x]:
                elements:
                  value: {mustSupport: true, index: 18}
                  unit: {mustSupport: true, index: 19}
                  system:
                    pattern: {type: Uri, value: 'http://unitsofmeasure.org'}
                    mustSupport: true
                    index: 20
                  code:
                    pattern: {type: Code, value: 'mm[Hg]'}
                    mustSupport: true
                    index: 21
                required: [value, unit, system, code]
package_version: 0.2.1
class: profile
kind: resource
url: https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-bloodPressure-twcore
base: https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-vitalSigns-twcore
version: 0.2.1