PackagesCanonicalsLogsProblems
    Packages
    tw.gov.mohw.emr@0.2.0
    https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/ObservationDMSSpecificExamination
description: 此Profiles繼承於臺灣核心-檢驗檢查(TW Core Observation) ,並進一步用於描述出院病摘之特殊檢查
package_name: tw.gov.mohw.emr
derivation: constraint
name: DischargeMedicalSummaryObservationSpecificExamination
type: Observation
elements:
  status:
    pattern: {type: Code, value: final}
    index: 0
  code:
    short: 特殊檢查
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 19146-0, system: 'http://loinc.org', display: Referral lab test results}
    index: 1
    elements:
      coding:
        index: 2
        elements:
          system: {index: 3}
          code: {index: 4}
        required: [system, code]
      text: {short: '概念的文字表示法。[應填入至出院病摘特殊檢查Specific Examination]', index: 5}
    required: [coding, text]
  subject:
    type: Reference
    mustSupport: true
    refers: ['https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/PatientDMS']
    index: 6
  encounter:
    type: Reference
    mustSupport: true
    refers: ['https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/EncounterDMS']
    index: 7
  effective:
    short: 檢驗的實際日期與時間。[應填入至出院病摘特殊檢查Specific Examination]
    mustSupport: true
    choices: [effectiveDateTime]
    index: 9
  effectiveDateTime: {type: dateTime, short: '檢驗的實際日期與時間。[應填入至出院病摘特殊檢查Specific Examination]', mustSupport: true, choiceOf: effective, index: 10}
  value:
    choices: []
    index: 12
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: type}
      min: 1
      slices:
        valueString:
          match: {}
          schema:
            short: 特殊檢查的結果值。[應填入至出院病摘特殊檢查Specific Examination]
            choices: [valueString]
            _required: true
            index: 14
          min: 1
  valueString:
    type: string
    short: 特殊檢查的結果值。[應填入至出院病摘特殊檢查Specific Examination]
    choiceOf: value
    index: 15
    slicing:
      slices:
        valueString:
          match: {}
          schema: {type: string, short: '特殊檢查的結果值。[應填入至出院病摘特殊檢查Specific Examination]', choiceOf: value, _required: true, index: 15}
          min: 1
package_version: 0.2.0
class: profile
kind: resource
url: https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/ObservationDMSSpecificExamination
base: https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Observationtwcore
version: 0.2.0
required: [effectiveDateTime, valueString, value, effective]