PackagesCanonicalsLogsProblems
    Packages
    tw.gov.mohw.emr@0.1.0
    https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/ObservationDMSPathologyReport
description: 此Profiles繼承於臺灣核心-檢驗檢查(TW Core Observation) ,並進一步用於描述出院病摘之病理報告
package_name: tw.gov.mohw.emr
derivation: constraint
name: DischargeMedicalSummaryObservationPathologyReport
type: Observation
elements:
  status:
    pattern: {type: Code, value: final}
    mustSupport: true
    index: 0
  code:
    short: 病理報告
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: 22034-3, system: 'http://loinc.org', display: Path report.total Cancer}
    index: 1
    elements:
      coding:
        elements:
          system: {index: 2}
          code: {index: 3}
        required: [system, code]
  subject:
    type: Reference
    refers: ['https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/PatientDMS']
    index: 4
  value:
    choices: []
    index: 6
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: type}
      min: 1
      slices:
        valueString:
          match: {}
          schema:
            short: 病理報告的結果值。[應填入至出院病摘病理報告Pathology Report]
            choices: [valueString]
            _required: true
            index: 8
          min: 1
  valueString:
    type: string
    short: 病理報告的結果值。[應填入至出院病摘病理報告Pathology Report]
    choiceOf: value
    index: 9
    slicing:
      slices:
        valueString:
          match: {}
          schema: {type: string, short: '病理報告的結果值。[應填入至出院病摘病理報告Pathology Report]', choiceOf: value, _required: true, index: 9}
          min: 1
package_version: 0.1.0
class: profile
kind: resource
url: https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/ObservationDMSPathologyReport
base: https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Observationtwcore
version: 0.1.0
required: [valueString, value]