PackagesCanonicalsLogsProblems
    Packages
    tw.gov.mohw.nhi.pas@1.0.4
    https://nhicore.nhi.gov.tw/pas/StructureDefinition/Encounter-twpas
description: 此就醫科別-Encounter TWPAS Profile說明本IG如何進一步定義臺灣核心-就醫事件(TW Core Encounter) Profile以呈現癌藥事前審查中院所資訊之就醫科別
package_name: tw.gov.mohw.nhi.pas
derivation: constraint
name: EncounterTWPAS
type: Encounter
elements:
  status:
    short: 就醫現況。【因FHIR設計而需必填】
    pattern: {type: code, value: planned}
    type: code
    index: 0
  class:
    short: 就醫分類。【因FHIR設計而需必填】
    pattern:
      type: Coding
      value: {code: AMB, system: 'http://terminology.hl7.org/CodeSystem/v3-ActCode'}
    type: Coding
    index: 1
  serviceType:
    short: 就醫科別,完整代碼對應表請參照就醫科別對應表。
    binding: {strength: preferred, valueSet: 'https://twcore.mohw.gov.tw/ig/twcore/ValueSet/medical-department-sct-tw'}
    index: 2
    elements:
      coding:
        index: 3
        elements:
          code: {index: 4}
        required: [code]
        slicing:
          rules: closed
          discriminator:
          - {path: system, type: pattern}
          min: 1
          max: 1
          slices:
            TWMedicalDepartmentSCT:
              match: {system: null}
              schema:
                short: 對應至SNOMED CT之就醫科別
                index: 5
                elements:
                  code: {index: 6}
                required: [code]
            TWMedicalConsultationDepartment:
              match: {system: null}
              schema:
                short: 無法對應至SNOMED CT之臺灣健保署就醫科別
                index: 7
                elements:
                  code: {index: 8}
                required: [code]
            TWMedicalTreatmentDepartment:
              match: {system: null}
              schema:
                short: 無法對應至SNOMED CT之臺灣健保署診療科別
                index: 9
                elements:
                  code: {index: 10}
                required: [code]
    required: [coding]
  subject:
    type: Reference
    refers: ['https://nhicore.nhi.gov.tw/pas/StructureDefinition/Patient-twpas']
    index: 11
package_version: 1.0.4
class: profile
kind: resource
url: https://nhicore.nhi.gov.tw/pas/StructureDefinition/Encounter-twpas
base: https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Encounter-twcore
version: 1.0.4
required: [serviceType]