PackagesCanonicalsLogsProblems
    Packages
    tw.gov.mohw.nhi.pas@1.0.5
    https://nhicore.nhi.gov.tw/pas/StructureDefinition/Procedure-twpas
description: 此放射治療-Procedure TWPAS Profile說明本IG如何進一步定義臺灣核心-處置或手術(TW Core Procedure) Profile以呈現癌藥事前審查中治療資訊之放射治療
package_name: tw.gov.mohw.nhi.pas
derivation: constraint
name: ProcedureTWPAS
type: Procedure
elements:
  status: {short: 放射治療狀態, index: 0}
  code:
    short: 放射治療項目。ICD-10-PCS。
    binding: {strength: preferred, valueSet: 'https://nhicore.nhi.gov.tw/pas/ValueSet/icd-10-pcs-2023-radiotherapy'}
    index: 1
    elements:
      coding:
        index: 2
        slicing:
          rules: closed
          discriminator:
          - {path: system, type: value}
          min: 1
          max: 1
          slices:
            ICD10PCS2023Radiotherapy:
              match: {system: 'https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-pcs-2023-tw'}
              schema:
                binding: {strength: extensible, valueSet: 'https://nhicore.nhi.gov.tw/pas/ValueSet/icd-10-pcs-2023-radiotherapy'}
                mustSupport: true
                index: 3
                elements:
                  system:
                    pattern: {type: uri, value: 'https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-pcs-2023-tw'}
                    mustSupport: true
                    type: uri
                    index: 4
                  code: {mustSupport: true, index: 5}
                required: [code, system]
            ICD10PCS2014Radiotherapy:
              match: {system: 'https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-pcs-2014-tw'}
              schema:
                binding: {strength: extensible, valueSet: 'https://nhicore.nhi.gov.tw/pas/ValueSet/icd-10-pcs-2014-radiotherapy'}
                mustSupport: true
                index: 6
                elements:
                  system:
                    pattern: {type: uri, value: 'https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-pcs-2014-tw'}
                    mustSupport: true
                    type: uri
                    index: 7
                  code: {mustSupport: true, index: 8}
                required: [code, system]
    required: [coding]
  subject:
    type: Reference
    refers: ['https://nhicore.nhi.gov.tw/pas/StructureDefinition/Patient-twpas']
    index: 9
  performed:
    short: 放射治療日期,YYYY-MM-DD。
    mustSupport: true
    choices: [performedDateTime]
    index: 11
  performedDateTime: {type: dateTime, short: 放射治療日期,YYYY-MM-DD。, mustSupport: true, choiceOf: performed, index: 12}
  usedReference:
    type: Reference
    short: 放射治療總劑量,整個放射治療療程之劑量。
    mustSupport: true
    refers: ['https://nhicore.nhi.gov.tw/pas/StructureDefinition/Substance-twpas']
    index: 13
package_version: 1.0.5
class: profile
kind: resource
url: https://nhicore.nhi.gov.tw/pas/StructureDefinition/Procedure-twpas
base: http://hl7.org/fhir/StructureDefinition/Procedure
version: 1.0.5
required: [performed, performedDateTime, usedReference]