Health eData 1 Sandbox, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/argonautproject/USCDIV7/ and changes regularly. See the Directory of published versions
{
"resourceType" : "ImagingStudy",
"id" : "chest-xray",
"meta" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString" : "Chest X-ray ImagingStudy Example"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown" : "This example of a *US Core ImagingStudy Profile* records a single-series portable chest radiograph accessible through a WADO-RS endpoint. The radiology DiagnosticReport references this study through its `imagingStudy` element."
}
],
"profile" : [
🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-imagingstudy"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ImagingStudy chest-xray</b></p><a name=\"chest-xray\"> </a><a name=\"hcchest-xray\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-core-imagingstudy.html\">US Core ImagingStudy Profile</a></p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.5.0/NamingSystem-dui.html\" title=\"An OID issued under DICOM OID rules. DICOM OIDs are represented as plain OIDs, with a prefix of "urn:oid:". See https://www.dicomstandard.org/\">DICOM Unique Id</a>/urn:oid:2.16.840.1.113883.19.5.1.1.100</p><p><b>status</b>: Available</p><p><b>modality</b>: <a href=\"http://hl7.org/fhir/R4/codesystem-dicom-dcim.html#dicom-dcim-DX\">DICOM: DX</a> (Digital Radiography)</p><p><b>subject</b>: <a href=\"http://hl7.org/fhir/us/core/STU9/Patient-example.html\">Amy V. Baxter</a></p><p><b>endpoint</b>: <a href=\"Endpoint-wado-rs.html\">Acme Radiology DICOMweb WADO-RS</a></p><p><b>numberOfSeries</b>: 1</p><p><b>numberOfInstances</b>: 1</p><blockquote><p><b>series</b></p><p><b>uid</b>: 2.16.840.1.113883.19.5.1.1.100.1</p><p><b>number</b>: 1</p><p><b>modality</b>: <a href=\"http://hl7.org/fhir/R4/codesystem-dicom-dcim.html#dicom-dcim-DX\">DICOM: DX</a> (Digital Radiography)</p><h3>Instances</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Uid</b></td><td><b>SopClass</b></td><td><b>Number</b></td></tr><tr><td style=\"display: none\">*</td><td>2.16.840.1.113883.19.5.1.1.100.1.1</td><td>unknown: urn:oid:1.2.840.10008.5.1.4.1.1.1.1 (Digital X-Ray Image Storage - For Presentation)</td><td>1</td></tr></table></blockquote></div>"
},
"identifier" : [
{
"system" : "urn:dicom:uid",
"value" : "urn:oid:2.16.840.1.113883.19.5.1.1.100"
}
],
"status" : "available",
"modality" : [
{
"system" : "http://dicom.nema.org/resources/ontology/DCM",
"code" : "DX",
"display" : "Digital Radiography"
}
],
"subject" : {
"reference" : "Patient/example",
"display" : "Amy V. Baxter"
},
"endpoint" : [
{
🔗 "reference" : "Endpoint/wado-rs",
"display" : "Acme Radiology DICOMweb WADO-RS"
}
],
"numberOfSeries" : 1,
"numberOfInstances" : 1,
"series" : [
{
"uid" : "2.16.840.1.113883.19.5.1.1.100.1",
"number" : 1,
"modality" : {
"system" : "http://dicom.nema.org/resources/ontology/DCM",
"code" : "DX",
"display" : "Digital Radiography"
},
"instance" : [
{
"uid" : "2.16.840.1.113883.19.5.1.1.100.1.1",
"sopClass" : {
"system" : "urn:ietf:rfc:3986",
"code" : "urn:oid:1.2.840.10008.5.1.4.1.1.1.1",
"display" : "Digital X-Ray Image Storage - For Presentation"
},
"number" : 1
}
]
}
]
}