FHIR IG analytics| Package | ihe.rad.imr |
| Resource Type | ImagingStudy |
| Id | ImagingStudy-ex-ImagingStudy-Comparison.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ImagingStudy
ResourceImagingStudy "ex-ImagingStudy-Comparison"
Profile: IMR ImagingStudy
identifier: DICOM Unique Id/urn:oid:5.6.7.8.9
status: available
modality: Computed Tomography (Details: DICOM code CT = ' Computed Tomography ', stated as ' Computed Tomography ')
subject: Patient/ex-Patient " SMITH"
started: 2020-01-01 23:30:50-0500
endpoint: Endpoint/ex-ImagingStudyEndpoint-Study
procedureCode: CT Chest WO Contrast (LOINC#29252-4)
| Uid | Modality |
| 5.6.7.8.9.1 | Computed Tomography (Details: DICOM code CT = ' Computed Tomography ', stated as ' Computed Tomography ') |
{
"resourceType": "ImagingStudy",
"id": "ex-ImagingStudy-Comparison",
"meta": {
"profile": [
"https://profiles.ihe.net/RAD/IMR/StructureDefinition/imr-imagingstudy"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:dicom:uid",
"value": "urn:oid:5.6.7.8.9"
}
],
"status": "available",
"modality": [
{
"system": "http://dicom.nema.org/resources/ontology/DCM",
"code": "CT",
"display": "Computed Tomography"
}
],
"subject": {
"reference": "Patient/ex-Patient"
},
"started": "2020-01-01T23:30:50-05:00",
"endpoint": [
{
"reference": "Endpoint/ex-ImagingStudyEndpoint-Study"
}
],
"procedureCode": [
{
"coding": [
{
"system": "http://loinc.org",
"code": "29252-4",
"display": "CT Chest WO Contrast"
}
]
}
],
"series": [
{
"uid": "5.6.7.8.9.1",
"modality": {
"system": "http://dicom.nema.org/resources/ontology/DCM",
"code": "CT",
"display": "Computed Tomography"
}
}
]
}