FHIR IG analytics| Package | hl7.fhir.uv.dicom-sr |
| Resource Type | ImagingSelection |
| Id | ImagingSelection-measurement-report-2d-image-region.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ImagingSelection measurement-report-2d-image-region
Language: en
Profile: Imaging Selection - DICOM SR 2D Image Region Mapping
status: Available
subject: Anonymous Patient (no stated gender), DoB Unknown ( Medical Record Number: PID-12345)
code: Image Region
seriesUid: 1.2.840.113747.20080222.83341314456631405221767081790268995.4
instance
uid: 1.2.840.113747.20080222.83341314456631405221767081790268995.4.1
sopClass: sect_B.5: 1.2.840.10008.5.1.4.1.1.2 (CT Image Storage)
imageRegion2D
regionType: POLYLINE
coordinate: 0.25, 0.25, 0.75, 0.25, 0.75, 0.75, 0.25, 0.75
{
"resourceType": "ImagingSelection",
"id": "measurement-report-2d-image-region",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/dicom-sr/StructureDefinition/image-region-2d"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "available",
"subject": {
"reference": "Patient/measurement-report-patient"
},
"code": {
"coding": [
{
"system": "http://dicom.nema.org/resources/ontology/DCM",
"code": "111030",
"display": "Image Region"
}
]
},
"derivedFrom": [
{
"reference": "ImagingStudy/measurement-report-imaging-study"
}
],
"seriesUid": "1.2.840.113747.20080222.83341314456631405221767081790268995.4",
"instance": [
{
"uid": "1.2.840.113747.20080222.83341314456631405221767081790268995.4.1",
"sopClass": {
"system": "https://dicom.nema.org/medical/dicom/current/output/chtml/part04/sect_B.5",
"code": "1.2.840.10008.5.1.4.1.1.2",
"display": "CT Image Storage"
},
"imageRegion2D": [
{
"regionType": "polyline",
"coordinate": [
0.25,
0.25,
0.75,
0.25,
0.75,
0.75,
0.25,
0.75
]
}
]
}
]
}