PackagesCanonicalsLogsProblems
    Packages
    tw.gov.mohw.emr@0.1.0
    https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/DMSImagingStudy
description: 此Profiles用於描述出院病摘中的醫學影像檢查
package_name: tw.gov.mohw.emr
derivation: constraint
name: DischargeMedicalSummaryImagingStudy
type: ImagingStudy
elements:
  status:
    pattern: {type: Code, value: available}
    mustSupport: true
    index: 0
  subject:
    type: Reference
    short: 醫學影像檢查對象
    refers: ['http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/Group', 'https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/PatientDMS']
    index: 1
  started: {short: '醫學影像檢查開始時間。[應填入至出院病摘醫療影像檢查Imaging Study]', index: 2}
  reasonCode:
    short: 醫療影像檢查發生的原因描述
    index: 3
    elements:
      text: {short: '醫療影像檢查發生的原因描述。[應填入至出院病摘醫療影像檢查Imaging Study]', index: 4}
    required: [text]
  reasonReference: {short: 紀錄儲存醫療影像檢查檔案的位置, mustSupport: true, index: 5}
  series:
    short: 檢查的身體部位
    index: 6
    elements:
      modality:
        short: 醫療影像檢查
        index: 7
        elements:
          display: {short: 'Display of the terminology system。[應填入至出院病摘醫療影像檢查Imaging Study]', mustSupport: true, index: 8}
        required: [display]
      bodySite:
        short: 檢查的身體部位
        mustSupport: true
        index: 9
        elements:
          display: {short: '檢查的身體部位描述。[應填入至出院病摘醫療影像檢查Imaging Study]', mustSupport: true, index: 10}
        required: [display]
package_version: 0.1.0
class: profile
kind: resource
url: https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/DMSImagingStudy
base: https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/ImagingStudy-twcore
version: 0.1.0
required: [started]