This page is part of the Integrated Reporting Applications (v1.0.0: Publication) based on FHIR v5.0.0. This is the current published version. For a full list of available versions, see the Directory of published versions
: ImagingSelection Content example - JSON Representation
Raw json | Download
{
"resourceType" : "ImagingSelection",
"id" : "example-ImagingSelectionContent",
"meta" : {
"profile" : [
"https://profiles.ihe.net/RAD/IRA/StructureDefinition/imagingselectioncontent"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ImagingSelection</b><a name=\"example-ImagingSelectionContent\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource ImagingSelection "example-ImagingSelectionContent" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-imagingselectioncontent.html\">ImagingSelection Content</a></p></div><p><b>status</b>: unknown</p><p><b>subject</b>: <a href=\"Patient-example-PatientContext.html\">Patient/example-PatientContext</a> " SMITH"</p><p><b>code</b>: For Diagnosis <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (DICOM#128195)</span></p><p><b>studyUid</b>: 1.2.3.4.5</p><p><b>derivedFrom</b>: <a href=\"ImagingStudy-example-ImagingStudyContext.html\">ImagingStudy/example-ImagingStudyContext</a></p><p><b>seriesUid</b>: 1.2.3.4.5.1</p><blockquote><p><b>instance</b></p><p><b>uid</b>: 1.2.3.4.5.1.1</p><p><b>sopClass</b>: urn:oid:1.2.840.10008.5.1.4.1.1.2 (Details: urn:ietf:rfc:3986 code urn:oid:1.2.840.10008.5.1.4.1.1.2 = 'urn:oid:1.2.840.10008.5.1.4.1.1.2', stated as 'null')</p><h3>ImageRegion2Ds</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>RegionType</b></td><td><b>Coordinate</b></td></tr><tr><td style=\"display: none\">*</td><td>polyline</td><td>0.25, 0.25, 0.75, 0.25, 0.75, 0.75, 0.25, 0.75, 0.25, 0.25</td></tr></table></blockquote></div>"
},
"status" : "unknown",
"subject" : {
"reference" : "Patient/example-PatientContext"
},
"code" : {
"coding" : [
{
"system" : "http://dicom.nema.org/resources/ontology/DCM",
"code" : "128195",
"display" : "For Diagnosis"
}
]
},
"studyUid" : "1.2.3.4.5",
"derivedFrom" : [
{
"reference" : "ImagingStudy/example-ImagingStudyContext"
}
],
"seriesUid" : "1.2.3.4.5.1",
"instance" : [
{
"uid" : "1.2.3.4.5.1.1",
"sopClass" : {
"system" : "urn:ietf:rfc:3986",
"code" : "urn:oid:1.2.840.10008.5.1.4.1.1.2"
},
"imageRegion2D" : [
{
"regionType" : "polyline",
"coordinate" : [
0.25,
0.25,
0.75,
0.25,
0.75,
0.75,
0.25,
0.75,
0.25,
0.25
]
}
]
}
]
}