PackagesCanonicalsLogsProblems
    Packages
    tw.gov.mohw.emr@0.1.0
    https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/ObservationDMSPhysicalExamination
description: 此Profiles繼承於臺灣核心-檢驗檢查(TW Core Observation) ,並進一步用於描述出院病摘之理學檢查發現
package_name: tw.gov.mohw.emr
derivation: constraint
name: DischargeMedicalSummaryObservationPhysicalExamination
type: Observation
elements:
  status:
    pattern: {type: Code, value: final}
    mustSupport: true
    index: 0
  code:
    short: 理學檢查發現
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 29545-1, system: 'http://loinc.org', display: Physical findings Narrative}
    index: 1
    elements:
      coding:
        index: 2
        elements:
          system: {index: 3}
          code: {index: 4}
        required: [system, code]
    required: [coding]
  subject:
    type: Reference
    refers: ['https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/PatientDMS']
    index: 5
  value:
    choices: []
    index: 7
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: type}
      min: 1
      slices:
        valueString:
          match: {}
          schema:
            short: 理學檢查上所觀察到的發現。[應填入至出院病摘理學檢查發現Physical Examination]
            choices: [valueString]
            _required: true
            index: 9
          min: 1
  valueString:
    type: string
    short: 理學檢查上所觀察到的發現。[應填入至出院病摘理學檢查發現Physical Examination]
    choiceOf: value
    index: 10
    slicing:
      slices:
        valueString:
          match: {}
          schema: {type: string, short: '理學檢查上所觀察到的發現。[應填入至出院病摘理學檢查發現Physical Examination]', choiceOf: value, _required: true, index: 10}
          min: 1
package_version: 0.1.0
class: profile
kind: resource
url: https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/ObservationDMSPhysicalExamination
base: https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Observationtwcore
version: 0.1.0
required: [valueString, value]