Last active
May 20, 2021 23:34
-
-
Save nvg/9b4d99dcbf71b76b6583f99913c88c99 to your computer and use it in GitHub Desktop.
Sample Imaging Study
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"resourceType": "ImagingStudy", | |
"text": { | |
"status": "generated", | |
"div": "<div xmlns='http://www.w3.org/1999/xhtml'>Chest Frontal View X-Ray. John Smith (MRN: 109236). Accession: W12342398. Performed: 2017-01-01. 1 series, 1 image.</div>" }, | |
"identifier": [ { | |
"use": "official", | |
"system": "urn:dicom:uid", | |
"value": "urn:oid:2.16.124.113543.6003.1154777499.30246.19789.3503430046" } ], | |
"status": "available", | |
"modality": [ { | |
"system": "http://dicom.nema.org/resources/ontology/DCM", | |
"code": "DX" } ], | |
"subject": { "reference": "Patient/dicom" }, | |
"endpoint": [ | |
{ "reference": "Endpoint/dicom-wadors" } ], | |
"numberOfSeries": 1, | |
"numberOfInstances": 1, | |
"procedureCode": [ { | |
"coding": [ { | |
"system": "http://www.radlex.org", | |
"code": "RPID2502", | |
"display": "XR Chest 1V" } ], | |
"text": "XR Chest 1V" } ], | |
"note": [ { "text": "XR Chest 1V" } ], | |
"series": [ { | |
"uid": "2.16.124.113543.6003.1154777499.30246.19789.3503430045.1", | |
"number": 1, | |
"modality": { | |
"system": "http://dicom.nema.org/resources/ontology/DCM", | |
"code": "DX" }, | |
"description": "XR Chest 1V", | |
"numberOfInstances": 1, | |
"endpoint": [ { "reference": "Endpoint/dicom-wadors" } ], | |
"bodySite": { | |
"system": "http://snomed.info/sct", | |
"code": "399208008", | |
"display": "Chest X-ray" }, | |
"started": "2011-01-01T11:01:20+03:00", | |
"instance": [ { | |
"uid": "2.16.124.113543.6003.1154777499.30246.19789.3503430045.1.1", | |
"sopClass": { | |
"system": "urn:ietf:rfc:3986", | |
"code": "urn:oid:1.2.840.10008.5.1.4.1.1.2" }, | |
"number": 1, | |
"title": "PA VIEW" } ] | |
} ] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment