"identifier": [
{
"system": "urn:dicom:uid",
"value": "urn:oid:2.16.124.113543.6003.1154777499.30246.19789.3503430045"
}
]
"status": "available"
"modality":
"subject": {
"reference": "Patient/dicom"
}
"encounter":
"started": "2011-01-01T11:01:20+03:00"
"basedOn":
"referrer":
"interpreter":
"endpoint":
"numberOfSeries": 1
"numberOfInstances": 1
"procedureReference":
"procedureCode":
"location":
"reasonCode":
"reasonReference":
"note":
"description":
"series": [
{
"uid": "2.16.124.113543.6003.2588828330.45298.17418.2723805630",
"number": 3,
"modality": {
"system": "http://dicom.nema.org/resources/ontology/DCM",
"code": "CT"
},
"description": "CT Surview 180",
"numberOfInstances": 1,
"bodySite": {
"system": "http://snomed.info/sct",
"code": "67734004",
"display": "Upper Trunk Structure"
},
"instance": [
{
"uid": "2.16.124.113543.6003.189642796.63084.16748.2599092903",
"sopClass": {
"system": "urn:ietf:rfc:3986",
"code": "urn:oid:1.2.840.10008.5.1.4.1.1.2"
},
"number": 1
}
]
}
]
{
"resourceType": "ImagingStudy",
"id": "example",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">CT Chest. John Smith (MRN: 09236). Accession: W12342398. Performed: 2011-01-01. 3 series, 12 images.</div>"
},
"identifier": [
{
"system": "urn:dicom:uid",
"value": "urn:oid:2.16.124.113543.6003.1154777499.30246.19789.3503430045"
}
],
"status": "available",
"subject": {
"reference": "Patient/dicom"
},
"started": "2011-01-01T11:01:20+03:00",
"numberOfSeries": 1,
"numberOfInstances": 1,
"series": [
{
"uid": "2.16.124.113543.6003.2588828330.45298.17418.2723805630",
"number": 3,
"modality": {
"system": "http://dicom.nema.org/resources/ontology/DCM",
"code": "CT"
},
"description": "CT Surview 180",
"numberOfInstances": 1,
"bodySite": {
"system": "http://snomed.info/sct",
"code": "67734004",
"display": "Upper Trunk Structure"
},
"instance": [
{
"uid": "2.16.124.113543.6003.189642796.63084.16748.2599092903",
"sopClass": {
"system": "urn:ietf:rfc:3986",
"code": "urn:oid:1.2.840.10008.5.1.4.1.1.2"
},
"number": 1
}
]
}
]
}
{
"resourceType" : "ImagingStudy",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : [{ Identifier }], // Identifiers for the whole study
"status" : "<code>", // R! registered | available | cancelled | entered-in-error | unknown
"modality" : [{ Coding }], // All series modality if actual acquisition modalities
"subject" : { Reference(Patient|Device|Group) }, // R! Who or what is the subject of the study
"encounter" : { Reference(Encounter) }, // Encounter with which this imaging study is associated
"started" : "<dateTime>", // When the study was started
"basedOn" : [{ Reference(CarePlan|ServiceRequest|Appointment|
AppointmentResponse|Task) }], // Request fulfilled
"referrer" : { Reference(Practitioner|PractitionerRole) }, // Referring physician
"interpreter" : [{ Reference(Practitioner|PractitionerRole) }], // Who interpreted images
"endpoint" : [{ Reference(Endpoint) }], // Study access endpoint
"numberOfSeries" : "<unsignedInt>", // Number of Study Related Series
"numberOfInstances" : "<unsignedInt>", // Number of Study Related Instances
"procedureReference" : { Reference(Procedure) }, // The performed Procedure reference
"procedureCode" : [{ CodeableConcept }], // The performed procedure code
"location" : { Reference(Location) }, // Where ImagingStudy occurred
"reasonCode" : [{ CodeableConcept }], // Why the study was requested
"reasonReference" : [{ Reference(Condition|Observation|Media|
DiagnosticReport|DocumentReference) }], // Why was study performed
"note" : [{ Annotation }], // User-defined comments
"description" : "<string>", // Institution-generated description
"series" : [{ // Each study has one or more series of instances
"uid" : "<id>", // R! DICOM Series Instance UID for the series
"number" : "<unsignedInt>", // Numeric identifier of this series
"modality" : { Coding }, // R! The modality of the instances in the series
"description" : "<string>", // A short human readable summary of the series
"numberOfInstances" : "<unsignedInt>", // Number of Series Related Instances
"endpoint" : [{ Reference(Endpoint) }], // Series access endpoint
"bodySite" : { Coding }, // Body part examined
"laterality" : { Coding }, // Body part laterality
"specimen" : [{ Reference(Specimen) }], // Specimen imaged
"started" : "<dateTime>", // When the series started
"performer" : [{ // Who performed the series
"function" : { CodeableConcept }, // Type of performance
"actor" : { Reference(Practitioner|PractitionerRole|Organization|CareTeam|
Patient|Device|RelatedPerson) } // R! Who performed the series
}],
"instance" : [{ // A single SOP instance from the series
"uid" : "<id>", // R! DICOM SOP Instance UID
"sopClass" : { Coding }, // R! DICOM class type
"number" : "<unsignedInt>", // The number of this instance in the series
"title" : "<string>" // Description of instance
}]
}]
}
The following search parameters can be used to query ImagingStudy resources. Just submit them like so:
https://api.1up.health/fhir/r4/ImagingStudy?query-param=queryvalue
Search Parameter | Field Type | Resource Fields Searched |
---|---|---|
basedon | reference | basedOn |
bodysite | text | series.bodySite |
dicom-class | text | series.instance.sopClass |
encounter | reference | encounter |
endpoint | reference | endpoint |
identifier | text | identifier |
instance | text | series.instance.uid |
interpreter | reference | interpreter |
modality | text | series.modality |
patient | reference | subject.where |
performer | reference | series.performer.actor |
reason | text | reasonCode |
referrer | reference | referrer |
series | text | series.uid |
started | date | started |
status | text | status |
subject | reference | subject |