PackagesCanonicalsLogsProblems
    Packages
    tw.gov.mohw.emr@0.1.0
    https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Encounter-DS
description: 此Profile繼承於臺灣核心-就醫事件(TW Core Encounter) ,並用於描述調劑單張的門診基本資料[[*FMM1*](http://build.fhir.org/versions.html#maturity)]
package_name: tw.gov.mohw.emr
derivation: constraint
name: EncounterDS
type: Encounter
elements:
  identifier:
    elements:
      value: {short: '唯一值。[應填入原就醫識別碼/就醫識別碼/健保卡就醫序號]', index: 0}
  class: {short: '病人就醫的分類。[應填入案件分類]', index: 1}
  type: {short: '就醫的特定型別。[應填入歸屬]', index: 2}
  serviceType:
    index: 3
    elements:
      text: {short: '概念的文字表示法。[應填入科別 Department]', index: 4}
    required: [text]
  subject:
    type: Reference
    refers: ['http://hl7.org/fhir/StructureDefinition/Group', 'https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Patient-DS']
    index: 5
  period:
    index: 6
    elements:
      start: {short: 'Starting time with inclusive boundary。[應填入門診日期 OPD Date]', mustSupport: true, index: 7}
    required: [start]
package_version: 0.1.0
class: profile
kind: resource
url: https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Encounter-DS
base: https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Encounter-twcore
version: 0.1.0
required: [serviceType, subject, period]