STU 3 Candidate

This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Imagingexcerpt-example.json

Raw JSON (canonical form)

Example of imagingexcerpt

{
  "resourceType": "ImagingExcerpt",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<div>A set of images accompanying to an exam document, including one SC image and two CT images, to publish the exam sharing</div>"
  },
  "uid": "urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092901",
  "patient": {
    "reference": "Patient/dicom"
  },
  "authoringTime": "2014-11-20T11:01:20-08:00",
  "title": {
    "coding": [
      {
        "system": "http://nema.org/dicom/dicm",
        "code": "113030",
        "display": "Manifest"
      }
    ],
    "text": "A set of objects that have been exported for sharing"
  },
  "description": "1 SC image (screen snapshot) and 2 CT images to share a chest CT exam",
  "study": [
    {
      "uid": "urn:oid:2.16.124.113543.6003.189642796.63084.16749.2599092904",
      "dicom": [
        {
          "type": "WADO-RS",
          "url": "http://localhost/wado/SCP/2.16.124.113543.6003.189642796.63084.16749.2599092904"
        }
      ],
      "viewable": [
        {
          "contentType": "image/jpeg",
          "height": 100,
          "width": 100,
          "title": "thumbnail image",
          "url": "https://localhost/wado/studies/2.16.124.113543.6003.189642796.63084.16749.2599092904/series/2.16.124.113543.6003.189642796.63084.16750.2599092901/instances/2.16.124.113543.6003.189642796.63084.16748.2599092903"
        },
        {
          "contentType": "video/mp4",
          "height": 500,
          "width": 500,
          "frames": 10,
          "duration": 2,
          "title": "Cine loop",
          "url": "http://localhost/wado/SCP/2.16.124.113543.6003.189642796.63084.16749.2599092904.mp4"
        },
        {
          "contentType": "*/*",
          "title": "web viewer",
          "url": "http://localhost/wado/SCP/2.16.124.113543.6003.189642796.63084.16749.2599092904.html"
        }
      ],
      "series": [
        {
          "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.7",
              "uid": "urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092902"
            }
          ]
        },
        {
          "uid": "urn:oid:2.16.124.113543.6003.189642796.63084.16750.2599092902",
          "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"
            }
          ]
        }
      ]
    }
  ]
}

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.