PackagesCanonicalsLogsProblems
    Packages
    kr.mohw.myhealthway@1.0.2-beta.3
    https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-media
description: __MyHealthWay__ 의 참고자료에 적용되는 Media 구조.
package_name: kr.mohw.myhealthway
derivation: constraint
name: MyHealthWayMediaProfile
type: Media
elements:
  deviceName: {short: 참고자료 장비명칭, mustSupport: true, index: 23}
  encounter:
    type: Reference
    short: 내원 정보
    mustSupport: true
    refers: ['https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-encounter']
    index: 14
  content:
    short: 참고자료 첨부
    mustSupport: true
    index: 24
    elements:
      data: {short: 참고자료 인코딩 데이터, mustSupport: true, index: 25}
    required: [data]
  type:
    short: 참고자료 타입
    mustSupport: true
    index: 4
    elements:
      coding:
        short: 정의된 코드
        index: 5
        slicing:
          rules: open
          ordered: false
          discriminator:
          - {path: system, type: value}
          min: null
          slices:
            FHIR-MediaType:
              match: {system: 'http://terminology.hl7.org/CodeSystem/media-type'}
              schema:
                mustSupport: true
                array: true
                index: 6
                elements:
                  system:
                    short: 코드체계
                    pattern: {type: Uri, value: 'http://terminology.hl7.org/CodeSystem/media-type'}
                    mustSupport: true
                    index: 7
                  code: {short: 코드값, mustSupport: true, index: 8}
                required: [system, code]
  created:
    short: 참고자료 생성일시
    mustSupport: true
    choices: [createdDateTime]
    index: 16
  modality:
    short: 촬영장비
    mustSupport: true
    index: 9
    elements:
      coding:
        short: 정의된 코드
        index: 10
        elements:
          system: {short: 코드체계, mustSupport: true, index: 11}
          code: {short: 코드값, mustSupport: true, index: 12}
        required: [system, code]
  status: {short: '참고자료 생성상태: preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown', index: 3}
  identifier:
    short: 참고자료 식별자
    index: 0
    elements:
      system: {short: 식별체계, index: 1}
      value: {short: 식별자, index: 2}
    required: [value, system]
  bodySite:
    short: 촬영부위
    mustSupport: true
    index: 18
    elements:
      coding:
        index: 19
        slicing:
          rules: open
          ordered: false
          discriminator:
          - {path: system, type: value}
          min: null
          slices:
            SNOMED-CT:
              match: {system: 'http://snomed.info/sct'}
              schema:
                mustSupport: true
                array: true
                index: 20
                elements:
                  system:
                    short: 코드체계
                    pattern: {type: Uri, value: 'http://snomed.info/sct'}
                    mustSupport: true
                    index: 21
                  code: {short: 코드값, mustSupport: true, index: 22}
                required: [system, code]
  createdDateTime: {type: dateTime, short: 참고자료 생성일시, mustSupport: true, choiceOf: created, index: 17}
  subject:
    type: Reference
    short: 환자 정보
    mustSupport: true
    refers: ['https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-patient']
    index: 13
package_version: 1.0.2-beta.3
class: profile
kind: resource
url: https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-media
base: http://hl7.org/fhir/StructureDefinition/Media
version: 1.0.2-beta.3
required: [created, bodySite, deviceName, createdDateTime, encounter, identifier, subject]