FHIR IG analytics| Package | ihe.rad.idr |
| Resource Type | ImagingStudy |
| Id | ImagingStudy-example-ImagingStudy.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ImagingStudy
ResourceImagingStudy "example-ImagingStudy"
Profile: IDR ImagingStudy
identifier: DICOM Unique Id/urn:oid:1.2.3.4.5
status: available
modality: Computed Radiography (DICOM#CR)
subject: Patient/example-Patient " SMITH"
started: 2020-12-31 23:30:50-0500
endpoint: Endpoint/example-ImagingStudyEndpoint-Study
| Concept |
| RADIOLOGIC EXAMINATION, CHEST; SINGLE VIEW (CodeSystem-CPT.html#71045) |
| Uid | Modality |
| 1.2.3.4.5.1 | Computed Radiography (DICOM#CR) |
{
"resourceType": "ImagingStudy",
"id": "example-ImagingStudy",
"meta": {
"profile": [
"https://profiles.ihe.net/RAD/IDR/StructureDefinition/idr-imaging-study-in-imaging-report"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:dicom:uid",
"value": "urn:oid:1.2.3.4.5"
}
],
"status": "available",
"modality": [
{
"coding": [
{
"system": "http://dicom.nema.org/resources/ontology/DCM",
"code": "CR",
"display": "Computed Radiography"
}
]
}
],
"subject": {
"reference": "Patient/example-Patient"
},
"started": "2020-12-31T23:30:50-05:00",
"endpoint": [
{
"reference": "Endpoint/example-ImagingStudyEndpoint-Study"
}
],
"procedure": [
{
"concept": {
"coding": [
{
"system": "http://terminology.hl7.org/5.0.0/CodeSystem-CPT.html",
"code": "71045",
"display": "RADIOLOGIC EXAMINATION, CHEST; SINGLE VIEW"
}
]
}
}
],
"series": [
{
"uid": "1.2.3.4.5.1",
"modality": {
"coding": [
{
"system": "http://dicom.nema.org/resources/ontology/DCM",
"code": "CR",
"display": "Computed Radiography"
}
]
}
}
]
}