FHIR IG analytics| Package | ihe.rad.ira |
| Resource Type | ImagingSelection |
| Id | ImagingSelection-example-ImagingSelectionContent.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ImagingSelection
Resource ImagingSelection "example-ImagingSelectionContent"
Profile: ImagingSelection Content
status: unknown
subject: Patient/example-PatientContext " SMITH"
code: For Diagnosis (DICOM#128195)
studyUid: 1.2.3.4.5
derivedFrom: ImagingStudy/example-ImagingStudyContext
seriesUid: 1.2.3.4.5.1
instance
uid: 1.2.3.4.5.1.1
sopClass: 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')
ImageRegion2Ds
- RegionType Coordinate * polyline 0.25, 0.25, 0.75, 0.25, 0.75, 0.75, 0.25, 0.75, 0.25, 0.25
{
"resourceType": "ImagingSelection",
"id": "example-ImagingSelectionContent",
"meta": {
"profile": [
"https://profiles.ihe.net/RAD/IRA/StructureDefinition/imagingselectioncontent"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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
]
}
]
}
]
}