PackagesCanonicalsLogsProblems
    Packages
    tw.gov.mohw.nhi.pas@1.0.5
    https://nhicore.nhi.gov.tw/pas/StructureDefinition/Observation-tx-assessment-twpas
description: 此治療後疾病狀態評估-Observation Treatment Assessment TWPAS Profile說明本IG如何進一步定義FHIR的Observation Resource以呈現癌藥事前審查中結果資訊之治療後疾病狀態評估
package_name: tw.gov.mohw.nhi.pas
derivation: constraint
name: ObservationTreatmentAssessmentTWPAS
type: Observation
elements:
  code:
    short: 治療後疾病狀態評估項目
    binding: {strength: required, valueSet: 'https://nhicore.nhi.gov.tw/pas/ValueSet/nhi-tx-ast'}
    mustSupport: true
    index: 0
    elements:
      coding:
        index: 1
        elements:
          code: {index: 2}
        required: [code]
    required: [coding]
  subject:
    type: Reference
    mustSupport: true
    refers: ['https://nhicore.nhi.gov.tw/pas/StructureDefinition/Patient-twpas']
    index: 3
  effective:
    short: 治療後疾病狀態評估日期,YYYY-MM-DD,西元年月日。
    mustSupport: true
    choices: [effectiveDateTime]
    index: 5
  effectiveDateTime: {type: dateTime, short: 治療後疾病狀態評估日期,YYYY-MM-DD,西元年月日。, mustSupport: true, choiceOf: effective, index: 6}
  value:
    short: 治療後疾病狀態評估結果
    mustSupport: true
    choices: [valueString]
    index: 8
  valueString: {type: string, short: 治療後疾病狀態評估結果, mustSupport: true, choiceOf: value, index: 9}
package_version: 1.0.5
class: profile
kind: resource
url: https://nhicore.nhi.gov.tw/pas/StructureDefinition/Observation-tx-assessment-twpas
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.0.5
required: [effective, effectiveDateTime, subject, value, valueString]