PackagesCanonicalsLogsProblems
    Packages
    tw.gov.mohw.nhi.pas@1.1.0
    https://nhicore.nhi.gov.tw/pas/StructureDefinition/Condition-twpas
description: 此診斷-Condition TWPAS Profile說明本IG如何進一步定義臺灣核心-病情、問題或診斷(TW Core Condition)Profile以呈現免疫製劑事前審查之診斷
package_name: tw.gov.mohw.nhi.pas
derivation: constraint
name: ConditionTWPAS
type: Condition
elements:
  meta:
    index: 0
    elements:
      profile:
        pattern: {type: Canonical, value: 'https://nhicore.nhi.gov.tw/pas/StructureDefinition/Condition-twpas'}
        index: 1
    required: [profile]
  clinicalStatus:
    elements:
      coding:
        pattern:
          type: Coding
          value: {code: active, system: 'http://terminology.hl7.org/CodeSystem/condition-clinical'}
        index: 2
    required: [coding]
  category:
    elements:
      coding:
        pattern:
          type: Coding
          value: {code: 29548-5, system: 'http://loinc.org'}
        index: 3
    required: [coding]
  code:
    short: 診斷
    index: 4
    elements:
      coding:
        index: 5
        slicing:
          rules: closed
          discriminator:
          - {path: $this, type: pattern}
          min: 1
          max: 1
          slices:
            icd10-cm-2021:
              match: {}
              schema: {index: 6}
              max: 0
            icd9-cm-2001:
              match: {}
              schema: {index: 7}
              max: 0
            absentOrUnknownProblem:
              match: {}
              schema: {index: 8}
              max: 0
            sct:
              match: {}
              schema: {index: 9}
              max: 0
    required: [coding]
  subject:
    type: Reference
    refers: ['https://nhicore.nhi.gov.tw/pas/StructureDefinition/Patient-twpas']
    index: 10
package_version: 1.1.0
class: profile
kind: resource
url: https://nhicore.nhi.gov.tw/pas/StructureDefinition/Condition-twpas
base: https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Condition-twcore
version: 1.1.0
required: [meta, code]