PackagesCanonicalsLogsProblems
    Packages
    tw.gov.mohw.nhi.empd@0.1.0
    https://nhicore.nhi.gov.tw/empd/StructureDefinition/Observation-DS-BodyWeight
description: 此Profiles繼承於臺灣核心-生命體徵(TW Core Observation Vital Signs) Profile,並進一步用於描述調劑單張之病患體重。\n若調劑藥物劑量須配合體重而有所調整,此Profiles為必填。\n[[*FMM1*](http://build.fhir.org/versions.html#maturity)]
package_name: tw.gov.mohw.nhi.empd
derivation: constraint
name: ObservationDSBodyWeight
type: Observation
elements:
  code:
    elements:
      coding:
        elements:
          system:
            pattern: {type: Uri, value: 'http://loinc.org'}
            index: 0
          code:
            pattern: {type: Code, value: 29463-7}
            index: 1
          display:
            pattern: {type: String, value: Body weight}
            index: 2
  subject:
    type: Reference
    refers: ['https://nhicore.nhi.gov.tw/empd/StructureDefinition/Patient-DS']
    index: 3
  encounter:
    type: Reference
    refers: ['https://nhicore.nhi.gov.tw/empd/StructureDefinition/Encounter-DS']
    index: 4
  value:
    choices: []
    index: 6
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: type}
      min: 1
      slices:
        valueQuantity:
          match: {}
          schema:
            short: 檢驗檢查的實際結果。[應填入體重 Weight]。若調劑藥物劑量須配合體重而有所調整,此欄位為必填
            choices: [valueQuantity]
            _required: true
            index: 8
          min: 1
          max: 1
  valueQuantity:
    type: Quantity
    short: 檢驗檢查的實際結果。[應填入體重 Weight]。若調劑藥物劑量須配合體重而有所調整,此欄位為必填
    choiceOf: value
    index: 9
    slicing:
      slices:
        valueQuantity:
          match: {}
          schema: {type: Quantity, short: '檢驗檢查的實際結果。[應填入體重 Weight]。若調劑藥物劑量須配合體重而有所調整,此欄位為必填', choiceOf: value, _required: true, index: 9}
          min: 1
          max: 1
  value[x]:
    elements:
      value: {mustSupport: true, index: 10}
      unit:
        mustSupport: true
        pattern: {type: String, value: kg}
        index: 11
      system:
        pattern: {type: Uri, value: 'http://unitsofmeasure.org'}
        index: 12
      code:
        pattern: {type: Code, value: kg}
        index: 13
    required: [value]
package_version: 0.1.0
class: profile
kind: resource
url: https://nhicore.nhi.gov.tw/empd/StructureDefinition/Observation-DS-BodyWeight
base: https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-vitalSigns-twcore
version: 0.1.0
required: [value, valueQuantity]