Skip to content

Commit 31076bd

Browse files
committed
Merge ballot-0.2.0 into R4-mapping-multiversion
2 parents d92eabf + ebff5de commit 31076bd

File tree

5 files changed

+439
-1
lines changed

5 files changed

+439
-1
lines changed

ig-src/input/pagecontent/use-case-other-specs.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,21 @@ The Clinician searches for documents. Select the document to inspect and downloa
2424
After inspection of the document, it searches for the manifest related to the report, downloads it and determines which image/serie to view.
2525

2626
Using the {{iheXcWado}} URL, the Clinician download the relevant DICOM images and renders them.
27+
28+
The Clinician searches for documents.
29+
30+
> GET DocumentReference?category=http://loinc.org 85430-7&subject=Patient/1234
31+
32+
Select the document to inspect and downloads it.
33+
34+
> GET <DocumentReference.content.attachment.url>
35+
36+
After inspection of the document, it searches for the manifest related to the report using the StudyInstanceUID identifier of the ImagingStudy.
37+
38+
> GET DocumentReference?category=http://loinc.org 18748-4&subject=Patient/1234&identifier=<StudyInstanceUID>
39+
40+
The manifest is downloaded.
41+
42+
> GET <DocumentReference.content.attachment.url>
43+
44+
After inspecting the information available in the study, the requested DICOM images/series are downloaded and rendered using the URL.

igs/imaging-r4/input/fsh/profiles/im-imagingselection.fsh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Description: "Basic resource holding cross-version extensions for Imaging Select
1010
* subject only Reference( $EuPatient )
1111

1212
Profile: SrInstanceImagingSelectionEuImaging
13-
Parent: http://hl7.org/fhir/4.0/StructureDefinition/R5-ImagingSelection-for-R4
13+
Parent: $CrossVersion-R5-ImagingSelection-for-R4
1414
Title: "Basic-ImagingSelection: DICOM SR Instance"
1515
Description: "Imaging Selection referring to a DICOM SR instance"
1616
* insert SetFmmAndStatusRule( 1, draft )

igs/imaging-r4/input/pagecontent/use-case-other-specs.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,21 @@ The Clinician searches for documents. Select the document to inspect and downloa
2424
After inspection of the document, it searches for the manifest related to the report, downloads it and determines which image/serie to view.
2525

2626
Using the {{iheXcWado}} URL, the Clinician download the relevant DICOM images and renders them.
27+
28+
The Clinician searches for documents.
29+
30+
> GET DocumentReference?category=http://loinc.org 85430-7&subject=Patient/1234
31+
32+
Select the document to inspect and downloads it.
33+
34+
> GET <DocumentReference.content.attachment.url>
35+
36+
After inspection of the document, it searches for the manifest related to the report using the StudyInstanceUID identifier of the ImagingStudy.
37+
38+
> GET DocumentReference?category=http://loinc.org 18748-4&subject=Patient/1234&identifier=<StudyInstanceUID>
39+
40+
The manifest is downloaded.
41+
42+
> GET <DocumentReference.content.attachment.url>
43+
44+
After inspecting the information available in the study, the requested DICOM images/series are downloaded and rendered using the URL.

0 commit comments

Comments
 (0)