2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

4.25.5 Resource ImagingObjectSelection - Examples

Example Index:

Example of imagingobjectselectionXMLJSON

4.25.5.1 General

XML

Example of imagingobjectselection (id = "example")

Raw XML

<ImagingObjectSelection xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div>
  </text>
  <uid value="urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092901"/>
  <patient>
    <reference value="Patient/dicom"/>
  </patient>
  <title>
    <coding>
      <system value="http://nema.org/dicom/dicm"/>
      <code value="113030"/>
      <display value="Manifest"/>
    </coding>
    <text value="A set of objects that have been exported for sharing"/>
  </title>
  <description value="1 SC image (screen snapshot) and 2 CT images to share a chest CT exam"/>
  <authoringTime value="2014-11-20T11:01:20-08:00"/>
  <study>
    <uid value="urn:oid:2.16.124.113543.6003.189642796.63084.16749.2599092904"/>
    <series>
      <uid value="urn:oid:2.16.124.113543.6003.189642796.63084.16750.2599092901"/>
      <instance>
        <sopClass value="urn:oid:1.2.840.10008.5.1.4.1.1.7"/>
        <uid value="urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092902"/>
        <url value="http://localhost/wado/SCP/2.16.124.113543.6003.189642796.63084.16749.2599092904"/>
      </instance>
    </series>
    <series>
      <uid value="urn:oid:2.16.124.113543.6003.189642796.63084.16750.2599092902"/>
      <instance>
        <sopClass value="urn:oid:1.2.840.10008.5.1.4.1.1.2"/>
        <uid value="urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092903"/>
        <url value="http://localhost/wado/SCP/2.16.124.113543.6003.189642796.63084.16748.2599092903"/>
      </instance>
      <instance>
        <sopClass value="urn:oid:1.2.840.10008.5.1.4.1.1.2"/>
        <uid value="urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092904"/>
        <url value="http://localhost/wado/SCP/2.16.124.113543.6003.189642796.63084.16750.2599092902"/>
      </instance>
    </series>
  </study>
</ImagingObjectSelection>

JSON

Example of imagingobjectselection

Raw JSON (Canonical)

{
  "resourceType": "ImagingObjectSelection",
  "id": "example",
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "uid": "urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092901",
  "patient": {
    "reference": "Patient/dicom"
  },
  "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",
  "authoringTime": "2014-11-20T11:01:20-08:00",
  "study": [
    {
      "uid": "urn:oid:2.16.124.113543.6003.189642796.63084.16749.2599092904",
      "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",
              "url": "http://localhost/wado/SCP/2.16.124.113543.6003.189642796.63084.16749.2599092904"
            }
          ]
        },
        {
          "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",
              "url": "http://localhost/wado/SCP/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",
              "url": "http://localhost/wado/SCP/2.16.124.113543.6003.189642796.63084.16750.2599092902"
            }
          ]
        }
      ]
    }
  ]
}

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.