PackagesCanonicalsLogsProblems
    Packages
    tw.gov.mohw.nhi.pas@1.0.5
    https://nhicore.nhi.gov.tw/pas/StructureDefinition/Observation-pat-assessment-twpas
description: 此病人狀態評估-Observation Patient Assessment TWPAS Profile說明本IG如何進一步定義FHIR的Observation Resource以呈現癌藥事前審查中評估資訊之病人狀態評估
package_name: tw.gov.mohw.nhi.pas
derivation: constraint
name: ObservationPatientAssessmentTWPAS
type: Observation
elements:
  category:
    short: 因設計而須必填。
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: patientAssessment, system: 'https://nhicore.nhi.gov.tw/pas/CodeSystem/nhi-supporting-info-type'}
    type: CodeableConcept
    index: 0
  value:
    short: 病人狀態評估結果
    mustSupport: true
    choices: [valueString, valueInteger]
    index: 11
  valueString: {type: string, short: 病人狀態評估結果, mustSupport: true, choiceOf: value, index: 12}
  effectiveDateTime: {type: dateTime, short: 病人狀態評估日期,YYYY-MM-DD,西元年月日。, mustSupport: true, choiceOf: effective, index: 8}
  effective:
    short: 病人狀態評估日期,YYYY-MM-DD,西元年月日。
    mustSupport: true
    choices: [effectiveDateTime]
    index: 7
  code:
    short: 病人狀態評估項目代碼
    binding: {strength: extensible, valueSet: 'https://nhicore.nhi.gov.tw/pas/ValueSet/pat-ast'}
    mustSupport: true
    index: 1
    elements:
      coding:
        index: 2
        elements:
          system: {index: 3}
          code: {index: 4}
        required: [code, system]
    required: [coding]
  valueInteger: {type: integer, short: 病人狀態評估結果, mustSupport: true, choiceOf: value, index: 13}
  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: 9
package_version: 1.0.5
class: profile
kind: resource
url: https://nhicore.nhi.gov.tw/pas/StructureDefinition/Observation-pat-assessment-twpas
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 1.0.5
required: [category, effective, effectiveDateTime, performer, subject, value, valueInteger, valueString]