"authoringTime": "2014-11-20T11:01:20-08:00"
"patient": {
"reference": "Patient/dicom"
}
"description": "1 SC image (screen snapshot) and 2 CT images to share a chest CT exam"
"author": {
"reference": "Practitioner/example"
}
"study": [
{
"series": [
{
"instance": [
{
"sopClass": "urn:oid:1.2.840.10008.5.1.4.1.1.7",
"uid": "urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092902"
}
],
"endpoint": [
{
"reference": "Endpoint/example-wadors"
}
],
"uid": "urn:oid:2.16.124.113543.6003.189642796.63084.16750.2599092901"
},
{
"instance": [
{
"sopClass": "urn:oid:1.2.840.10008.5.1.4.1.1.2",
"uid": "urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092903"
},
{
"sopClass": "urn:oid:1.2.840.10008.5.1.4.1.1.2",
"uid": "urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092904"
}
],
"uid": "urn:oid:2.16.124.113543.6003.189642796.63084.16750.2599092902"
}
],
"endpoint": [
{
"reference": "Endpoint/example-iid"
},
{
"reference": "Endpoint/example-wadors"
}
],
"uid": "urn:oid:2.16.124.113543.6003.189642796.63084.16749.2599092904",
"imagingStudy": {
"reference": "ImagingStudy/example"
}
}
]
"identifier": {
"value": "urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092901"
}
{
"authoringTime": "2014-11-20T11:01:20-08:00",
"patient": {
"reference": "Patient/dicom"
},
"description": "1 SC image (screen snapshot) and 2 CT images to share a chest CT exam",
"author": {
"reference": "Practitioner/example"
},
"resourceType": "ImagingManifest",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">A set of images to share accompanying an report document, including one SC image and two CT image</div>"
},
"study": [
{
"series": [
{
"instance": [
{
"sopClass": "urn:oid:1.2.840.10008.5.1.4.1.1.7",
"uid": "urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092902"
}
],
"endpoint": [
{
"reference": "Endpoint/example-wadors"
}
],
"uid": "urn:oid:2.16.124.113543.6003.189642796.63084.16750.2599092901"
},
{
"instance": [
{
"sopClass": "urn:oid:1.2.840.10008.5.1.4.1.1.2",
"uid": "urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092903"
},
{
"sopClass": "urn:oid:1.2.840.10008.5.1.4.1.1.2",
"uid": "urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092904"
}
],
"uid": "urn:oid:2.16.124.113543.6003.189642796.63084.16750.2599092902"
}
],
"endpoint": [
{
"reference": "Endpoint/example-iid"
},
{
"reference": "Endpoint/example-wadors"
}
],
"uid": "urn:oid:2.16.124.113543.6003.189642796.63084.16749.2599092904",
"imagingStudy": {
"reference": "ImagingStudy/example"
}
}
],
"identifier": {
"value": "urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092901"
},
"id": "example"
}
{
"resourceType" : "ImagingManifest",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"identifier" : { Identifier }, // SOP Instance UID
"patient" : { Reference(Patient) }, // R! Patient of the selected objects
"authoringTime" : "<dateTime>", // Time when the selection of instances was made
"author" : { Reference(Practitioner|Device|Organization|Patient|
RelatedPerson) }, // Author (human or machine)
"description" : "<string>", // Description text
"study" : [{ // R! Study identity of the selected instances
"uid" : "<oid>", // R! Study instance UID
"imagingStudy" : { Reference(ImagingStudy) }, // Reference to ImagingStudy
"endpoint" : [{ Reference(Endpoint) }], // Study access service endpoint
"series" : [{ // R! Series identity of the selected instances
"uid" : "<oid>", // R! Series instance UID
"endpoint" : [{ Reference(Endpoint) }], // Series access endpoint
"instance" : [{ // R! The selected instance
"sopClass" : "<oid>", // R! SOP class UID of instance
"uid" : "<oid>" // R! Selected instance UID
}]
}]
}]
}
The following search parameters can be used to query ImagingManifest resources. Just submit them like so:
https://api.1up.health/fhir/stu3/ImagingManifest?query-param=queryvalue
Search Parameter | Field Type | Resource Fields Searched |
---|---|---|
author | reference | author |
authoring-time | date | authoringTime |
endpoint | reference | study.endpoint, study.series.endpoint |
identifier | text | identifier |
imaging-study | reference | study.imagingStudy |
patient | reference | patient |
selected-study | uri | study.uid |