PackagesCanonicalsLogsProblems
    Packages
    tw.gov.mohw.emr@0.1.0
    https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/PatientDMS
description: 此Profiles繼承於臺灣核心-病人(TW Core Patient) ,並進一步用於出院病摘之病人基本資料\r\n[[*FMM1*](http://build.fhir.org/versions.html#maturity)]
package_name: tw.gov.mohw.emr
derivation: constraint
name: DischargeMedicalSummaryPatient
type: Patient
elements:
  identifier:
    array: true
    min: 2
    index: 0
    slicing:
      slices:
        idCardNumber:
          match: {}
          schema: {short: '適用身分證字號。[應填入至出院病摘身分證號ID Number]', _required: true, index: 1}
          min: 1
        medicalRecord:
          match: {}
          schema: {short: '適用病歷號。[應填入至出院病摘病歷號碼Chart No.]', _required: true, index: 2}
          min: 1
  name:
    index: 3
    slicing:
      slices:
        usual:
          match: {}
          schema:
            _required: true
            index: 4
            elements:
              text: {short: '完整的中文姓名。[應填入至出院病摘姓名Name]', index: 5}
  gender: {short: 'male | female | other | unknown。[應填入至出院病摘性別Gender]', index: 6}
  birthDate: {short: '病人出生日期。[應填入至出院病摘出生日期Birth Date]', index: 7}
  managingOrganization:
    type: Reference
    refers: ['https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/OrganizationDMS']
    index: 8
package_version: 0.1.0
class: profile
kind: resource
url: https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/PatientDMS
base: https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Patient-twcore
version: 0.1.0
required: [name]