PackagesCanonicalsLogsProblems
    Packages
    tw.gov.mohw.nhi.pas@1.1.0
    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'}
    index: 2
  meta:
    index: 0
    elements:
      profile:
        pattern: {type: Canonical, value: 'https://nhicore.nhi.gov.tw/pas/StructureDefinition/Observation-pat-assessment-twpas'}
        index: 1
    required: [profile]
  derivedFrom:
    type: Reference
    short: 病人狀態評估報告(檔案路徑)及病人狀態評估報告名稱
    refers: ['https://nhicore.nhi.gov.tw/pas/StructureDefinition/DocumentReference-twpas']
    index: 16
  value:
    short: 病人狀態評估結果
    mustSupport: true
    choices: [valueString, valueInteger]
    index: 13
  valueString: {type: string, short: 病人狀態評估結果, mustSupport: true, choiceOf: value, index: 14}
  component:
    index: 17
    slicing:
      rules: closed
      discriminator:
      - {path: code.coding, type: pattern}
      min: null
      slices:
        hearing-impaired:
          match:
            code:
              coding: {code: C143528, system: 'https://nhicore.nhi.gov.tw/pas/CodeSystem/nhi-pat-ast'}
          schema:
            short: Hearing impaired
            mustSupport: true
            index: 18
            elements:
              code:
                short: Hearing impaired
                index: 19
                elements:
                  coding:
                    pattern:
                      type: Coding
                      value: {code: C143528, system: 'https://nhicore.nhi.gov.tw/pas/CodeSystem/nhi-pat-ast'}
                    index: 20
                    elements:
                      system: {index: 21}
                      code: {index: 22}
                    required: [system, code]
                required: [coding]
              value:
                short: grade1~5
                mustSupport: true
                choices: [valueString]
                index: 24
              valueString: {type: string, short: grade1~5, mustSupport: true, choiceOf: value, index: 25}
            required: [valueString, value]
        peripheral-motor-neuropathy:
          match:
            code:
              coding: {code: C143750, system: 'https://nhicore.nhi.gov.tw/pas/CodeSystem/nhi-pat-ast'}
          schema:
            short: Peripheral motor neuropathy
            mustSupport: true
            index: 26
            elements:
              code:
                short: Peripheral motor neuropathy
                index: 27
                elements:
                  coding:
                    pattern:
                      type: Coding
                      value: {code: C143750, system: 'https://nhicore.nhi.gov.tw/pas/CodeSystem/nhi-pat-ast'}
                    index: 28
                    elements:
                      system: {index: 29}
                      code: {index: 30}
                    required: [system, code]
                required: [coding]
              value:
                short: grade1~5
                mustSupport: true
                choices: [valueString]
                index: 32
              valueString: {type: string, short: grade1~5, mustSupport: true, choiceOf: value, index: 33}
            required: [valueString, value]
        peripheral-sensory-neuropathy:
          match:
            code:
              coding: {code: C143752, system: 'https://nhicore.nhi.gov.tw/pas/CodeSystem/nhi-pat-ast'}
          schema:
            short: Peripheral sensory neuropathy
            mustSupport: true
            index: 34
            elements:
              code:
                short: Peripheral sensory neuropathy
                index: 35
                elements:
                  coding:
                    pattern:
                      type: Coding
                      value: {code: C143752, system: 'https://nhicore.nhi.gov.tw/pas/CodeSystem/nhi-pat-ast'}
                    index: 36
                    elements:
                      system: {index: 37}
                      code: {index: 38}
                    required: [system, code]
                required: [coding]
              value:
                short: grade1~5
                mustSupport: true
                choices: [valueString]
                index: 40
              valueString: {type: string, short: grade1~5, mustSupport: true, choiceOf: value, index: 41}
            required: [valueString, value]
  effectiveDateTime: {type: dateTime, short: 病人狀態評估日期,YYYY-MM-DD,西元年月日。, mustSupport: true, choiceOf: effective, index: 10}
  effective:
    short: 病人狀態評估日期,YYYY-MM-DD,西元年月日。
    mustSupport: true
    choices: [effectiveDateTime]
    index: 9
  code:
    short: 病人狀態評估項目代碼
    binding: {strength: required, valueSet: 'https://nhicore.nhi.gov.tw/pas/ValueSet/pat-ast'}
    mustSupport: true
    index: 3
    elements:
      coding:
        index: 4
        elements:
          system: {index: 5}
          code: {index: 6}
        required: [system, code]
    required: [coding]
  valueInteger: {type: integer, short: 病人狀態評估結果, mustSupport: true, choiceOf: value, index: 15}
  subject:
    type: Reference
    mustSupport: true
    refers: ['https://nhicore.nhi.gov.tw/pas/StructureDefinition/Patient-twpas']
    index: 7
  performer:
    type: Reference
    short: 評估項目醫事人員身分證號
    mustSupport: true
    refers: ['https://nhicore.nhi.gov.tw/pas/StructureDefinition/Practitioner-twpas']
    index: 11
package_version: 1.1.0
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.1.0
required: [effectiveDateTime, subject, meta, category, effective, performer]