PackagesCanonicalsLogsProblems
    Packages
    tw.gov.mohw.emr@0.1.0
    https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/MediaDMSFamily
description: 此Profiles用於描述出院病摘中的家族圖譜
package_name: tw.gov.mohw.emr
derivation: constraint
name: DischargeMedicalSummaryMediaFamily
type: Media
elements:
  status:
    pattern: {type: Code, value: completed}
    mustSupport: true
    index: 0
  type:
    mustSupport: true
    index: 1
    elements:
      coding:
        index: 2
        elements:
          system:
            pattern: {type: Uri, value: 'http://loinc.org'}
            index: 3
          code:
            pattern: {type: Code, value: 74027-4}
            index: 4
        required: [system, code]
    required: [coding]
  content:
    mustSupport: true
    index: 5
    elements:
      contentType: {short: 附件類型,家族圖譜為圖片檔案則可填入image/jpeg, mustSupport: true, index: 6}
      title: {short: '圖片檔名等,可替代檔案顯示之標籤。[應填入至出院病摘家族圖譜 Family Tree]', mustSupport: true, index: 7}
    required: [title, contentType]
package_version: 0.1.0
class: profile
kind: resource
url: https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/MediaDMSFamily
base: https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Media-twcore
version: 0.1.0
required: [type]