PackagesCanonicalsLogsProblems
    Packages
    tw.gov.mohw.emr@0.2.0
    https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/PMREncounter
description: 此Profile繼承於臺灣核心-就醫事件(TW Core Encounter),並用於紀錄門診病歷中的門診科別與日期[[*FMM1*](http://build.fhir.org/versions.html#maturity)]
package_name: tw.gov.mohw.emr
derivation: constraint
name: PMREncounter
type: Encounter
elements:
  status:
    pattern: {type: Code, value: finished}
    index: 0
  class:
    elements:
      system:
        pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/v3-ActEncounterCode'}
        index: 1
      code:
        pattern: {type: Code, value: AMB}
        index: 2
      display:
        pattern: {type: String, value: ambulatory}
        index: 3
    required: [display, system, code]
  serviceType: {short: '服務的特定型別。[應填入於門診病歷科別Department]', index: 4}
  period:
    index: 5
    elements:
      start: {short: '就醫的開始時間。[應填入於門診病歷門診日期OPD Date]', mustSupport: true, index: 6}
    required: [start]
package_version: 0.2.0
class: profile
kind: resource
url: https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/PMREncounter
base: https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Encounter-twcore
version: 0.2.0
required: [serviceType, period]