KR Core Implementation Guide
2.0.0-ballot2 - STU 2 Korea, Republic of flag

This page is part of the KR Core Implementation Guide (v2.0.0-ballot2: STU 2 Ballot 2) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.2. For a full list of available versions, see the Directory of published versions

Resource Profile: KR Core ImagingStudy Profile

Official URL: http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-imagingstudy Version: 2.0.0-ballot2
Standards status: Trial-use Computable Name: KRCore_ImagingStudy

KR CDI V2 진단영상검사 클래스에서 정의한 영상검사 관련 항목들과 주요 추가 정보를 구조화하기 위해 정의한 Profile.

KR Core ImagingStudy Profile은 KR Core Server와 KR Core Client가 진료정보를 교류할 때 진단영상검사 중 영상검사 관련 정보를 표현하는 데 사용되며, 이 경우 가능한 한(SHOULD) 본 Profile을 준수해야 한다. 진단영상검사 중 영상검사 관련 정보를 표현할 때 본 Profile을 적용하지 않을 수 있는 경우는 특수한 상황에 한정된다. 이 경우 반드시 해당 진료정보교류 도메인 내에서 사전 합의가 이루어져야 한다.

Usages:

KR CDI 관련항목

KR Core ImagingStudy Profile은 KR CDI의 진단영상검사 클래스 중 일부에 대응됨.

KR CDI 진단영상검사 클래스 항목 KR Core ImagingStudy Profile 관련 항목
진단영상검사명 KR Core DiagnosticReport Profile for Diagnostic Imaging 참고
진단영상검사결과 KR Core DiagnosticReport Profile for Diagnostic Imaging 참고
진단영상검사상태 KR Core DiagnosticReport Profile for Diagnostic Imaging 참고
진단영상 ImagingStudy.series.uid
진단영상상태 ImagingStudy.status

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

This structure is derived from ImagingStudy

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ImagingStudy 0..* ImagingStudy KR Core ImagingStudy Profile
... status 1..1 code KRCDI) 진단영상 상태: registered | available | cancelled | entered-in-error | unknown
... subject S 1..1 Reference(KR Core Patient Profile) 진단영상 대상
... started 0..1 dateTime 진단영상 촬영 시작 날짜
.... uid 1..1 id DICOM Series UID
.... modality 1..1 Coding DICOM 촬영 장비

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ImagingStudy 0..* ImagingStudy KR Core ImagingStudy Profile
... implicitRules ?!Σ 0..1 uri 이 콘텐츠 생성 시 따른 규칙들의 집합
... modifierExtension ?! 0..* Extension 의미나 해석을 변경하기 위해 정의한 확장(Extension) 목록
... status ?!Σ 1..1 code 진단영상 상태: registered | available | cancelled | entered-in-error | unknown
바인딩(Binding): ImagingStudyStatus (required): 본 진단영상의 상태.
... started Σ 0..1 dateTime 진단영상 촬영 시작 날짜
일반 예시: 2011-01-01T11:01:20+03:00
... series Σ 0..* BackboneElement DICOM Series 정보
.... modifierExtension ?!Σ 0..* Extension 의미나 해석을 변경하기 위해 정의한 확장(Extension) 목록
.... uid Σ 1..1 id DICOM Series UID
일반 예시: 2.16.124.113543.6003.2588828330.45298.17418.2723805630
.... modality Σ 1..1 Coding DICOM 촬영 장비
바인딩(Binding): AcquisitionModality . (extensible): DICOM Instance 내 획득 데이터 유형

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
ImagingStudy.statusrequiredImagingStudyStatus
http://hl7.org/fhir/ValueSet/imagingstudy-status|4.0.1
From the FHIR Standard
ImagingStudy.series.modalityextensibleAcquisitionModality .
http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_29.html

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorImagingStudyIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorImagingStudyIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorImagingStudyIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorImagingStudyIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceImagingStudyA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ImagingStudy 0..* ImagingStudy KR Core ImagingStudy Profile
... id Σ 0..1 id 본 리소스 인스턴스의 논리적 ID
... meta Σ 0..1 Meta 리소스에 대한 메타데이터
... implicitRules ?!Σ 0..1 uri 이 콘텐츠 생성 시 따른 규칙들의 집합
... language 0..1 code 리소스 콘텐츠의 언어
바인딩(Binding): CommonLanguages (preferred): 국가별 언어.
추가 바인딩목적
AllLanguages Max Binding
... text 0..1 Narrative 사람이 이해할 수 있도록 작성된 리소스 인스턴스의 요약 텍스트
이 프로파일은 내러티브의 내용, 사용 언어, 또는 해당 내용이 데이터 요소에 얼마나 추적 가능한지에 대해 제한하지 않음
... contained 0..* Resource 포함된 리소스
... extension 0..* Extension 추가 정보를 제공하기 위해 정의한 확장(Extension) 목록
... modifierExtension ?! 0..* Extension 의미나 해석을 변경하기 위해 정의한 확장(Extension) 목록
... identifier Σ 0..* Identifier 전체 진단영상의 식별자
... status ?!Σ 1..1 code 진단영상 상태: registered | available | cancelled | entered-in-error | unknown
바인딩(Binding): ImagingStudyStatus (required): 본 진단영상의 상태.
... modality Σ 0..* Coding 모든 DICOM Series 촬영 장비
바인딩(Binding): AcquisitionModality . (extensible): DICOM Instance 내 획득 데이터 유형
... subject SΣ 1..1 Reference(KR Core Patient Profile) 진단영상 대상
... encounter Σ 0..1 Reference(Encounter) 본 진단영상과 관련된 수진 참조
... started Σ 0..1 dateTime 진단영상 촬영 시작 날짜
일반 예시: 2011-01-01T11:01:20+03:00
... basedOn Σ 0..* Reference(CarePlan | ServiceRequest | Appointment | AppointmentResponse | Task) 본 진단영상 요청 관련 참조
... referrer Σ 0..1 Reference(Practitioner | PractitionerRole) 요청/의뢰 의사
... interpreter Σ 0..* Reference(Practitioner | PractitionerRole) 영상 해석 담당자
... endpoint Σ 0..* Reference(Endpoint) DICOM Study 접근 endpoint
... numberOfSeries Σ 0..1 unsignedInt DICOM Study 내 DICOM Series 개수
... numberOfInstances Σ 0..1 unsignedInt DICOM Study 내 DICOM Instance 개수
... procedureReference Σ 0..1 Reference(Procedure) 수행된 수술 및 처치 참조
... procedureCode Σ 0..* CodeableConcept 수행된 수술 및 처치 코드
바인딩(Binding): http://www.rsna.org/RadLex_Playbook.aspx (extensible): 수행된 수술 및 처치 유형.
... location Σ 0..1 Reference(Location) 진단영상 촬영 장소
... reasonCode Σ 0..* CodeableConcept 진단영상이 요청된 이유
바인딩(Binding): ProcedureReasonCodes (example): 진단영상 요청 이유.
... reasonReference Σ 0..* Reference(Condition | Observation | Media | DiagnosticReport | DocumentReference) 진단영상이 촬영된 이유 참조
... note Σ 0..* Annotation 견해
... description Σ 0..1 string 연구기관에서 생성한 설명
... series Σ 0..* BackboneElement DICOM Series 정보
.... id 0..1 string 요소 간 참조를 위한 고유 ID
.... extension 0..* Extension 추가 정보를 제공하기 위해 정의한 확장(Extension) 목록
.... modifierExtension ?!Σ 0..* Extension 의미나 해석을 변경하기 위해 정의한 확장(Extension) 목록
.... uid Σ 1..1 id DICOM Series UID
일반 예시: 2.16.124.113543.6003.2588828330.45298.17418.2723805630
.... number Σ 0..1 unsignedInt 본 DICOM Series의 식별자(숫자)
일반 예시: 3
.... modality Σ 1..1 Coding DICOM 촬영 장비
바인딩(Binding): AcquisitionModality . (extensible): DICOM Instance 내 획득 데이터 유형
.... description Σ 0..1 string DICOM Series에 대한 짧은 요약
일반 예시: CT Surview 180
.... numberOfInstances Σ 0..1 unsignedInt DICOM Series 내 DICOM Instance 개수
.... endpoint Σ 0..* Reference(Endpoint) DICOM Series 접근 endpoint
.... bodySite Σ 0..1 Coding 검사한 신체 부위
바인딩(Binding): SNOMEDCTBodyStructures (example): 해부학적 위치를 설명하는 코드들. 좌/우를 포함할 수 있음.
.... laterality Σ 0..1 Coding 신체 부위 편측성
바인딩(Binding): Laterality (example): 신체 부위 편측성을 설명하는 코드 (왼쪽, 오른쪽 등).
.... specimen Σ 0..* Reference(Specimen) 촬영된 검체
.... started Σ 0..1 dateTime DICOM Series 촬영 시작 일시
.... performer Σ 0..* BackboneElement DICOM Series 담당자
..... id 0..1 string 요소 간 참조를 위한 고유 ID
..... extension 0..* Extension 추가 정보를 제공하기 위해 정의한 확장(Extension) 목록
..... modifierExtension ?!Σ 0..* Extension 의미나 해석을 변경하기 위해 정의한 확장(Extension) 목록
..... function Σ 0..1 CodeableConcept 수술 및 처치의 종류
바인딩(Binding): ImagingStudySeriesPerformerFunction (extensible): 담당자의 참여 유형.
..... actor Σ 1..1 Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | Device | RelatedPerson) DICOM Series 담당자
.... instance 0..* BackboneElement DICOM Series의 단일 SOP Instance
..... id 0..1 string 요소 간 참조를 위한 고유 ID
..... extension 0..* Extension 추가 정보를 제공하기 위해 정의한 확장(Extension) 목록
..... modifierExtension ?!Σ 0..* Extension 의미나 해석을 변경하기 위해 정의한 확장(Extension) 목록
..... uid 1..1 id DICOM SOP Instance UID
일반 예시: 2.16.124.113543.6003.189642796.63084.16748.2599092903
..... sopClass 1..1 Coding DICOM 분류 유형
바인딩(Binding): http://dicom.nema.org/medical/dicom/current/output/chtml/part04/sect_B.5.html#table_B.5-1 (extensible): DICOM Instance의 sopClass.
..... number 0..1 unsignedInt DICOM Series 내에서 본 DICOM Instance의 번호
일반 예시: 1
..... title 0..1 string DICOM Instance에 대한 설명

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
ImagingStudy.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
From the FHIR Standard
추가 바인딩 목적
AllLanguages Max Binding
ImagingStudy.statusrequiredImagingStudyStatus
http://hl7.org/fhir/ValueSet/imagingstudy-status|4.0.1
From the FHIR Standard
ImagingStudy.modalityextensibleAcquisitionModality .
http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_29.html
ImagingStudy.procedureCodeextensiblehttp://www.rsna.org/RadLex_Playbook.aspx
http://www.rsna.org/RadLex_Playbook.aspx
ImagingStudy.reasonCodeexampleProcedureReasonCodes
http://hl7.org/fhir/ValueSet/procedure-reason
From the FHIR Standard
ImagingStudy.series.modalityextensibleAcquisitionModality .
http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_29.html
ImagingStudy.series.bodySiteexampleSNOMEDCTBodyStructures
http://hl7.org/fhir/ValueSet/body-site
From the FHIR Standard
ImagingStudy.series.lateralityexampleLaterality
http://hl7.org/fhir/ValueSet/bodysite-laterality
From the FHIR Standard
ImagingStudy.series.performer.functionextensibleImagingStudySeriesPerformerFunction
http://hl7.org/fhir/ValueSet/series-performer-function
From the FHIR Standard
ImagingStudy.series.instance.sopClassextensiblehttp://dicom.nema.org/medical/dicom/current/output/chtml/part04/sect_B.5.html#table_B.5-1
http://dicom.nema.org/medical/dicom/current/output/chtml/part04/sect_B.5.html#table_B.5-1

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorImagingStudyIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorImagingStudyIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorImagingStudyIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorImagingStudyIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceImagingStudyA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from ImagingStudy

Summary

Must-Support: 1 element

Structures

This structure refers to these other structures:

Differential View

This structure is derived from ImagingStudy

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ImagingStudy 0..* ImagingStudy KR Core ImagingStudy Profile
... status 1..1 code 진단영상 상태: registered | available | cancelled | entered-in-error | unknown
... subject S 1..1 Reference(KR Core Patient Profile) 진단영상 대상
... started 0..1 dateTime 진단영상 촬영 시작 날짜
.... uid 1..1 id DICOM Series UID
.... modality 1..1 Coding DICOM 촬영 장비

doco Documentation for this format

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ImagingStudy 0..* ImagingStudy KR Core ImagingStudy Profile
... implicitRules ?!Σ 0..1 uri 이 콘텐츠 생성 시 따른 규칙들의 집합
... modifierExtension ?! 0..* Extension 의미나 해석을 변경하기 위해 정의한 확장(Extension) 목록
... status ?!Σ 1..1 code 진단영상 상태: registered | available | cancelled | entered-in-error | unknown
바인딩(Binding): ImagingStudyStatus (required): 본 진단영상의 상태.
... started Σ 0..1 dateTime 진단영상 촬영 시작 날짜
일반 예시: 2011-01-01T11:01:20+03:00
... series Σ 0..* BackboneElement DICOM Series 정보
.... modifierExtension ?!Σ 0..* Extension 의미나 해석을 변경하기 위해 정의한 확장(Extension) 목록
.... uid Σ 1..1 id DICOM Series UID
일반 예시: 2.16.124.113543.6003.2588828330.45298.17418.2723805630
.... modality Σ 1..1 Coding DICOM 촬영 장비
바인딩(Binding): AcquisitionModality . (extensible): DICOM Instance 내 획득 데이터 유형

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
ImagingStudy.statusrequiredImagingStudyStatus
http://hl7.org/fhir/ValueSet/imagingstudy-status|4.0.1
From the FHIR Standard
ImagingStudy.series.modalityextensibleAcquisitionModality .
http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_29.html

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorImagingStudyIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorImagingStudyIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorImagingStudyIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorImagingStudyIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceImagingStudyA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. ImagingStudy 0..* ImagingStudy KR Core ImagingStudy Profile
... id Σ 0..1 id 본 리소스 인스턴스의 논리적 ID
... meta Σ 0..1 Meta 리소스에 대한 메타데이터
... implicitRules ?!Σ 0..1 uri 이 콘텐츠 생성 시 따른 규칙들의 집합
... language 0..1 code 리소스 콘텐츠의 언어
바인딩(Binding): CommonLanguages (preferred): 국가별 언어.
추가 바인딩목적
AllLanguages Max Binding
... text 0..1 Narrative 사람이 이해할 수 있도록 작성된 리소스 인스턴스의 요약 텍스트
이 프로파일은 내러티브의 내용, 사용 언어, 또는 해당 내용이 데이터 요소에 얼마나 추적 가능한지에 대해 제한하지 않음
... contained 0..* Resource 포함된 리소스
... extension 0..* Extension 추가 정보를 제공하기 위해 정의한 확장(Extension) 목록
... modifierExtension ?! 0..* Extension 의미나 해석을 변경하기 위해 정의한 확장(Extension) 목록
... identifier Σ 0..* Identifier 전체 진단영상의 식별자
... status ?!Σ 1..1 code 진단영상 상태: registered | available | cancelled | entered-in-error | unknown
바인딩(Binding): ImagingStudyStatus (required): 본 진단영상의 상태.
... modality Σ 0..* Coding 모든 DICOM Series 촬영 장비
바인딩(Binding): AcquisitionModality . (extensible): DICOM Instance 내 획득 데이터 유형
... subject SΣ 1..1 Reference(KR Core Patient Profile) 진단영상 대상
... encounter Σ 0..1 Reference(Encounter) 본 진단영상과 관련된 수진 참조
... started Σ 0..1 dateTime 진단영상 촬영 시작 날짜
일반 예시: 2011-01-01T11:01:20+03:00
... basedOn Σ 0..* Reference(CarePlan | ServiceRequest | Appointment | AppointmentResponse | Task) 본 진단영상 요청 관련 참조
... referrer Σ 0..1 Reference(Practitioner | PractitionerRole) 요청/의뢰 의사
... interpreter Σ 0..* Reference(Practitioner | PractitionerRole) 영상 해석 담당자
... endpoint Σ 0..* Reference(Endpoint) DICOM Study 접근 endpoint
... numberOfSeries Σ 0..1 unsignedInt DICOM Study 내 DICOM Series 개수
... numberOfInstances Σ 0..1 unsignedInt DICOM Study 내 DICOM Instance 개수
... procedureReference Σ 0..1 Reference(Procedure) 수행된 수술 및 처치 참조
... procedureCode Σ 0..* CodeableConcept 수행된 수술 및 처치 코드
바인딩(Binding): http://www.rsna.org/RadLex_Playbook.aspx (extensible): 수행된 수술 및 처치 유형.
... location Σ 0..1 Reference(Location) 진단영상 촬영 장소
... reasonCode Σ 0..* CodeableConcept 진단영상이 요청된 이유
바인딩(Binding): ProcedureReasonCodes (example): 진단영상 요청 이유.
... reasonReference Σ 0..* Reference(Condition | Observation | Media | DiagnosticReport | DocumentReference) 진단영상이 촬영된 이유 참조
... note Σ 0..* Annotation 견해
... description Σ 0..1 string 연구기관에서 생성한 설명
... series Σ 0..* BackboneElement DICOM Series 정보
.... id 0..1 string 요소 간 참조를 위한 고유 ID
.... extension 0..* Extension 추가 정보를 제공하기 위해 정의한 확장(Extension) 목록
.... modifierExtension ?!Σ 0..* Extension 의미나 해석을 변경하기 위해 정의한 확장(Extension) 목록
.... uid Σ 1..1 id DICOM Series UID
일반 예시: 2.16.124.113543.6003.2588828330.45298.17418.2723805630
.... number Σ 0..1 unsignedInt 본 DICOM Series의 식별자(숫자)
일반 예시: 3
.... modality Σ 1..1 Coding DICOM 촬영 장비
바인딩(Binding): AcquisitionModality . (extensible): DICOM Instance 내 획득 데이터 유형
.... description Σ 0..1 string DICOM Series에 대한 짧은 요약
일반 예시: CT Surview 180
.... numberOfInstances Σ 0..1 unsignedInt DICOM Series 내 DICOM Instance 개수
.... endpoint Σ 0..* Reference(Endpoint) DICOM Series 접근 endpoint
.... bodySite Σ 0..1 Coding 검사한 신체 부위
바인딩(Binding): SNOMEDCTBodyStructures (example): 해부학적 위치를 설명하는 코드들. 좌/우를 포함할 수 있음.
.... laterality Σ 0..1 Coding 신체 부위 편측성
바인딩(Binding): Laterality (example): 신체 부위 편측성을 설명하는 코드 (왼쪽, 오른쪽 등).
.... specimen Σ 0..* Reference(Specimen) 촬영된 검체
.... started Σ 0..1 dateTime DICOM Series 촬영 시작 일시
.... performer Σ 0..* BackboneElement DICOM Series 담당자
..... id 0..1 string 요소 간 참조를 위한 고유 ID
..... extension 0..* Extension 추가 정보를 제공하기 위해 정의한 확장(Extension) 목록
..... modifierExtension ?!Σ 0..* Extension 의미나 해석을 변경하기 위해 정의한 확장(Extension) 목록
..... function Σ 0..1 CodeableConcept 수술 및 처치의 종류
바인딩(Binding): ImagingStudySeriesPerformerFunction (extensible): 담당자의 참여 유형.
..... actor Σ 1..1 Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | Device | RelatedPerson) DICOM Series 담당자
.... instance 0..* BackboneElement DICOM Series의 단일 SOP Instance
..... id 0..1 string 요소 간 참조를 위한 고유 ID
..... extension 0..* Extension 추가 정보를 제공하기 위해 정의한 확장(Extension) 목록
..... modifierExtension ?!Σ 0..* Extension 의미나 해석을 변경하기 위해 정의한 확장(Extension) 목록
..... uid 1..1 id DICOM SOP Instance UID
일반 예시: 2.16.124.113543.6003.189642796.63084.16748.2599092903
..... sopClass 1..1 Coding DICOM 분류 유형
바인딩(Binding): http://dicom.nema.org/medical/dicom/current/output/chtml/part04/sect_B.5.html#table_B.5-1 (extensible): DICOM Instance의 sopClass.
..... number 0..1 unsignedInt DICOM Series 내에서 본 DICOM Instance의 번호
일반 예시: 1
..... title 0..1 string DICOM Instance에 대한 설명

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
ImagingStudy.languagepreferredCommonLanguages
http://hl7.org/fhir/ValueSet/languages
From the FHIR Standard
추가 바인딩 목적
AllLanguages Max Binding
ImagingStudy.statusrequiredImagingStudyStatus
http://hl7.org/fhir/ValueSet/imagingstudy-status|4.0.1
From the FHIR Standard
ImagingStudy.modalityextensibleAcquisitionModality .
http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_29.html
ImagingStudy.procedureCodeextensiblehttp://www.rsna.org/RadLex_Playbook.aspx
http://www.rsna.org/RadLex_Playbook.aspx
ImagingStudy.reasonCodeexampleProcedureReasonCodes
http://hl7.org/fhir/ValueSet/procedure-reason
From the FHIR Standard
ImagingStudy.series.modalityextensibleAcquisitionModality .
http://dicom.nema.org/medical/dicom/current/output/chtml/part16/sect_CID_29.html
ImagingStudy.series.bodySiteexampleSNOMEDCTBodyStructures
http://hl7.org/fhir/ValueSet/body-site
From the FHIR Standard
ImagingStudy.series.lateralityexampleLaterality
http://hl7.org/fhir/ValueSet/bodysite-laterality
From the FHIR Standard
ImagingStudy.series.performer.functionextensibleImagingStudySeriesPerformerFunction
http://hl7.org/fhir/ValueSet/series-performer-function
From the FHIR Standard
ImagingStudy.series.instance.sopClassextensiblehttp://dicom.nema.org/medical/dicom/current/output/chtml/part04/sect_B.5.html#table_B.5-1
http://dicom.nema.org/medical/dicom/current/output/chtml/part04/sect_B.5.html#table_B.5-1

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorImagingStudyIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorImagingStudyIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorImagingStudyIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorImagingStudyIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practiceImagingStudyA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from ImagingStudy

Summary

Must-Support: 1 element

Structures

This structure refers to these other structures:

 

Other representations of profile: CSV, Excel, Schematron

Notes:

KR Core IG를 따르는 Server는 반드시(SHALL) ImagingStudy Resource를 지원하고, KR Core ImagingStudy Profile을 반드시(SHALL) 지원해야 한다.
KR Core IG를 따르는 Client는 가능한 한(SHOULD) ImagingStudy Resource 리소스를 지원하고, Observation Resource를 지원하는 경우, KR Core ImagingStudy Profile을 반드시(SHALL) 지원해야 한다.

KR Core Search Parameters (derived)

ImagingStudy Resource를 검색하기 위해 기본 FHIR 사양을 기반으로 정의한 검색 파라미터.

Name Type Description Expression Expectations
modality token DICOM 촬영 장비 ImagingStudy.series.modality MAY
patient reference 진단영상 대상 환자 ImagingStudy.subject.where(resolve() is Patient) SHALL
series token DICOM Series UID ImagingStudy.series.uid MAY
started datetime 진단영상 촬영 시작 날짜 ImagingStudy.started MAY
status token 진단영상 상태 ImagingStudy.status MAY

NOTE: 위 Search Parameter 목록은 아래 요소에 대한 구현 기대치를 정의함:

NOTE: 이 외 기본 FHIR 사양에서 정의하고 있는 Search Parameter들은 KR Core IG를 구현한 서버의 선택 사항에 따라 추가로 제공 가능.