PackagesCanonicalsLogsProblems
    Packages
    tw.gov.mohw.emr@0.2.0
    https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/PMRClinicalImpressionAssessment
description: 此Profile用於描述門診病歷中病情摘要之評估_ Assessment  [[*FMM1*](http://build.fhir.org/versions.html#maturity)]
package_name: tw.gov.mohw.emr
derivation: constraint
name: PMRClinicalImpressionAssessment
type: ClinicalImpression
elements:
  status:
    pattern: {type: Code, value: completed}
    mustSupport: true
    index: 0
  code:
    mustSupport: true
    index: 1
    elements:
      coding:
        mustSupport: true
        index: 2
        slicing:
          rules: open
          discriminator:
          - {path: code, type: value}
          min: 1
          slices:
            InitialAssessmentNote:
              match: {code: 11494-2}
              schema:
                mustSupport: true
                _required: true
                index: 3
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://loinc.org'}
                    mustSupport: true
                    index: 4
                  code:
                    pattern: {type: Code, value: 11494-2}
                    mustSupport: true
                    index: 5
                  display:
                    pattern: {type: String, value: Deprecated Physician Initial assessment note at First encounter}
                    index: 6
                required: [system, code]
      text: {short: 概念的文字表示法, mustSupport: true, index: 7}
    required: [coding]
  subject:
    type: Reference
    mustSupport: true
    refers: ['https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/PMRPatient']
    index: 8
  note:
    mustSupport: true
    index: 9
    elements:
      text: {short: '關於此ClinicalImpression的附加資訊。[應填入於門診病歷評估Assessment]', mustSupport: true, index: 10}
package_version: 0.2.0
class: profile
kind: resource
url: https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/PMRClinicalImpressionAssessment
base: http://hl7.org/fhir/StructureDefinition/ClinicalImpression
version: 0.2.0
required: [note, code]