PackagesCanonicalsLogsProblems
    Packages
    tw.gov.mohw.nhi.pas@1.0.5
    https://nhicore.nhi.gov.tw/pas/StructureDefinition/Observation-cancer-stage-twpas
description: 此癌症分期量表-Observation Cancer Stage TWPAS Profile說明本IG如何進一步定義FHIR的Observation Resource以呈現癌藥事前審查中疾病資訊之癌症分期量表相關資料
package_name: tw.gov.mohw.nhi.pas
derivation: constraint
name: ObservationCancerStageTWPAS
type: Observation
elements:
  category:
    short: 因設計而須必填。
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: cancerStage, system: 'https://nhicore.nhi.gov.tw/pas/CodeSystem/nhi-supporting-info-type'}
    type: CodeableConcept
    index: 0
  value[x]:
    elements:
      coding:
        elements:
          system: {index: 21}
          code: {index: 22}
        required: [code, system]
  value:
    short: 癌症分期分數或結果。
    mustSupport: true
    choices: [valueInteger]
    index: 27
    slicing:
      slices:
        valueInteger:
          match: {}
          schema:
            short: 癌症分期分數或結果。
            mustSupport: true
            choices: [valueInteger]
            index: 27
          min: 0
          max: 1
  valueString:
    short: 癌症分期分數或結果。請勿將醫事機構名稱、病人及醫師姓名等資訊列入結果中上傳,且不得包含HTML或XML等語法。
    type: string
    mustSupport: true
    choiceOf: value
    index: 25
    slicing:
      slices:
        valueString:
          match: {}
          schema: {short: 癌症分期分數或結果。請勿將醫事機構名稱、病人及醫師姓名等資訊列入結果中上傳,且不得包含HTML或XML等語法。, type: string, mustSupport: true, choiceOf: value, index: 25}
          min: 0
          max: 1
  effectiveDateTime:
    short: 癌症分期量表評估日期,YYYY-MM-DD,西元年月日。
    type: dateTime
    mustSupport: true
    choiceOf: effective
    index: 11
    slicing:
      slices:
        effectiveDateTime:
          match: {}
          schema: {short: 癌症分期量表評估日期,YYYY-MM-DD,西元年月日。, type: dateTime, mustSupport: true, _required: true, choiceOf: effective, index: 11}
          min: 1
          max: 1
  effective:
    short: 癌症分期量表評估日期,YYYY-MM-DD,西元年月日。
    mustSupport: true
    choices: [effectiveDateTime]
    index: 10
    slicing:
      slices:
        effectiveDateTime:
          match: {}
          schema:
            short: 癌症分期量表評估日期,YYYY-MM-DD,西元年月日。
            mustSupport: true
            choices: [effectiveDateTime]
            _required: true
            index: 10
          min: 1
          max: 1
  code:
    short: 癌症分期量表項目
    binding: {strength: extensible, valueSet: 'https://nhicore.nhi.gov.tw/pas/ValueSet/cancer-stage'}
    mustSupport: true
    index: 1
    elements:
      coding:
        index: 2
        elements:
          system: {index: 3}
          code: {index: 4}
        required: [code, system]
    required: [coding]
  valueCodeableConcept:
    short: 癌症分期分數或結果。請勿將醫事機構名稱、病人及醫師姓名等資訊列入結果中上傳,且不得包含HTML或XML等語法。
    type: CodeableConcept
    mustSupport: true
    choiceOf: value
    index: 20
    slicing:
      slices:
        valueCodeableConcept:
          match: {}
          schema: {short: 癌症分期分數或結果。請勿將醫事機構名稱、病人及醫師姓名等資訊列入結果中上傳,且不得包含HTML或XML等語法。, type: CodeableConcept, mustSupport: true, choiceOf: value, index: 20}
          min: 0
          max: 1
  valueInteger:
    short: 癌症分期分數或結果。
    type: integer
    mustSupport: true
    choiceOf: value
    index: 28
    slicing:
      slices:
        valueInteger:
          match: {}
          schema: {short: 癌症分期分數或結果。, type: integer, mustSupport: true, choiceOf: value, index: 28}
          min: 0
          max: 1
  subject:
    type: Reference
    mustSupport: true
    refers: ['https://nhicore.nhi.gov.tw/pas/StructureDefinition/Patient-twpas']
    index: 5
  performer:
    type: Reference
    short: 簽發癌症分期報告醫師
    mustSupport: true
    refers: ['https://nhicore.nhi.gov.tw/pas/StructureDefinition/Practitioner-twpas']
    index: 12
package_version: 1.0.5
class: profile
kind: resource
url: https://nhicore.nhi.gov.tw/pas/StructureDefinition/Observation-cancer-stage-twpas
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.0.5
required: [category, effective, effectiveDateTime, performer, subject, value, valueCodeableConcept, valueInteger, valueString]