PackagesCanonicalsLogsProblems
    Packages
    tw.gov.mohw.emr@0.1.0
    https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/ProcedureDMSSurgicalMethod
description: 此Profiles繼承於臺灣核心-處置(TW Core Procedure),並進一步用於描述出院病摘中的手術日期及方法\r\n  [[*FMM1*](http://build.fhir.org/versions.html#maturity)]
package_name: tw.gov.mohw.emr
derivation: constraint
name: DischargeMedicalSummaryProcedureSurgicalMethod
type: Procedure
elements:
  category:
    mustSupport: true
    index: 0
    elements:
      coding:
        pattern:
          type: Coding
          value: {code: 8724-7, system: 'http://loinc.org'}
        index: 1
        elements:
          system: {index: 2}
          code: {index: 3}
        required: [system, code]
    required: [coding]
  code:
    elements:
      text: {short: '處置及手術方式的描述。[應填入至出院病摘手術日期及方法Surgical Method and finding]', index: 4}
    required: [text]
  subject:
    type: Reference
    refers: ['https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/PatientDMS']
    index: 5
  performed:
    short: 此處置何時執行的?
    choices: []
    index: 7
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: type}
      min: 1
      slices:
        performedDateTime:
          match: {}
          schema:
            short: 此處置/手術何時執行的?[應填入至出院病摘手術日期及方法Surgical Method and finding]
            choices: [performedDateTime]
            _required: true
            index: 9
          min: 1
  performedDateTime:
    type: dateTime
    short: 此處置/手術何時執行的?[應填入至出院病摘手術日期及方法Surgical Method and finding]
    choiceOf: performed
    index: 10
    slicing:
      slices:
        performedDateTime:
          match: {}
          schema: {type: dateTime, short: '此處置/手術何時執行的?[應填入至出院病摘手術日期及方法Surgical Method and finding]', choiceOf: performed, _required: true, index: 10}
          min: 1
package_version: 0.1.0
class: profile
kind: resource
url: https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/ProcedureDMSSurgicalMethod
base: https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Procedure-twcore
version: 0.1.0
required: [performedDateTime, performed, category]