Example XR imaging study with full elements
{
"resourceType" : "ImagingStudy",
"id" : "example-xr",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">XR Wrist 3+ Views. John Smith (MRN: 09236). Accession: W12342398. Performed: 2017-01-01.\n 1 series, 2 images.</div>"
},
"identifier" : [{
"use" : "official",
"system" : "urn:dicom:uid",
"value" : "urn:oid:2.16.124.113543.6003.1154777499.30246.19789.3503430046"
},
{
"use" : "secondary",
"value" : "55551234",
"assigner" : {
"reference" : "Organization/dicom-organization"
}
}],
"status" : "available",
"modality" : [{
"coding" : [{
"system" : "http://dicom.nema.org/resources/ontology/DCM",
"code" : "DX"
}]
}],
"subject" : {
"reference" : "Patient/dicom"
},
"encounter" : {
"reference" : "Encounter/example"
},
"started" : "2017-01-01T11:01:20+03:00",
"basedOn" : [{
"type" : "ServiceRequest",
"identifier" : {
"type" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "ACSN"
}]
},
"value" : "W12342398",
"assigner" : {
"reference" : "Organization/dicom-organization"
}
}
},
{
"reference" : "ServiceRequest/example"
}],
"referrer" : {
"reference" : "Practitioner/example"
},
"endpoint" : [{
"reference" : "Endpoint/example-wadors"
}],
"numberOfSeries" : 1,
"numberOfInstances" : 2,
"procedure" : [{
"reference" : {
"reference" : "Procedure/example"
}
},
{
"concept" : {
"coding" : [{
"system" : "http://www.radlex.org",
"code" : "RPID2589",
"display" : "XR Wrist 3+ Views"
}],
"text" : "XR Wrist 3+ Views"
}
}],
"reason" : [{
"concept" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "357009",
"display" : "Closed fracture of trapezoidal bone of wrist"
}]
}
}],
"note" : [{
"text" : "XR Wrist 3+ Views"
}],
"series" : [{
"uid" : "2.16.124.113543.6003.1154777499.30246.19789.3503430045.1",
"number" : 3,
"modality" : {
"coding" : [{
"system" : "http://dicom.nema.org/resources/ontology/DCM",
"code" : "DX"
}]
},
"description" : "XR Wrist 3+ Views",
"numberOfInstances" : 2,
"endpoint" : [{
"reference" : "Endpoint/example-wadors"
}],
"bodySite" : {
"concept" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "T-15460",
"display" : "Wrist Joint"
}]
}
},
"laterality" : {
"coding" : [{
"system" : "http://snomed.info/sct",
"code" : "419161000",
"display" : "Unilateral left"
}]
},
"started" : "2011-01-01T11:01:20+03:00",
"performer" : [{
"function" : {
"coding" : [{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
"code" : "PRF"
}]
},
"actor" : {
"reference" : "Practitioner/example"
}
}],
"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"
},
{
"uid" : "2.16.124.113543.6003.1154777499.30246.19789.3503430045.1.2",
"sopClass" : {
"system" : "urn:ietf:rfc:3986",
"code" : "urn:oid:1.2.840.10008.5.1.4.1.1.2"
},
"number" : 2,
"title" : "LL VIEW"
}]
}]
}
Usage note: every effort has been made to ensure that the
examples are correct and useful, but they are not a normative part
of the specification.