FHIR IG analytics| Package | hl7.fhir.uv.imaging-service-request-ig |
| Resource Type | ImagingSelection |
| Id | ImagingSelection-example-3d-image-region-selection.json |
| FHIR Version | R6 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ImagingSelection example-3d-image-region-selection
Language: en
status: Available
code: Image Region
subject: Identifier: https://fhirhospital.org/KUTGIQCVCDRHVBUK
frameOfReferenceUid: 1.2.840.113747.20080222.35738167372924306270412538783781.1.0
imageRegion3D
regionType: ELLIPSE
coordinate: -50, -50, -50, 50, 50, 50, 25, -25, 0, -25, 25, 0
{
"resourceType": "ImagingSelection",
"id": "example-3d-image-region-selection",
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "available",
"code": {
"coding": [
{
"system": "http://dicom.nema.org/resources/ontology/DCM",
"code": "111030"
}
]
},
"subject": {
"type": "Patient",
"identifier": {
"system": "https://fhirhospital.org",
"value": "KUTGIQCVCDRHVBUK"
}
},
"frameOfReferenceUid": "1.2.840.113747.20080222.35738167372924306270412538783781.1.0",
"imageRegion3D": [
{
"regionType": "ellipse",
"coordinate": [
-50,
-50,
-50,
50,
50,
50,
25,
-25,
0,
-25,
25,
0
]
}
]
}