PackagesCanonicalsLogsProblems
    Packages
    tw.gov.mohw.nhi.pas@1.0.9
    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:
  meta:
    index: 0
    elements:
      profile:
        pattern: {type: Canonical, value: 'https://nhicore.nhi.gov.tw/pas/StructureDefinition/Observation-tx-assessment-twpas'}
        index: 1
    required: [profile]
  code:
    short: 治療後疾病狀態評估項目
    binding: {strength: required, valueSet: 'https://nhicore.nhi.gov.tw/pas/ValueSet/nhi-tx-ast'}
    mustSupport: true
    index: 2
    elements:
      coding:
        index: 3
        elements:
          code: {index: 4}
        required: [code]
    required: [coding]
  subject:
    type: Reference
    mustSupport: true
    refers: ['https://nhicore.nhi.gov.tw/pas/StructureDefinition/Patient-twpas']
    index: 5
  effective:
    short: 治療後疾病狀態評估日期,YYYY-MM-DD,西元年月日。
    mustSupport: true
    choices: [effectiveDateTime]
    index: 7
  effectiveDateTime: {type: dateTime, short: 治療後疾病狀態評估日期,YYYY-MM-DD,西元年月日。, mustSupport: true, choiceOf: effective, index: 8}
  value:
    short: 治療後疾病狀態評估結果
    mustSupport: true
    choices: [valueString]
    index: 10
  valueString: {type: string, short: 治療後疾病狀態評估結果, mustSupport: true, choiceOf: value, index: 11}
package_version: 1.0.9
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.9
required: [effectiveDateTime, valueString, value, subject, meta, effective]