This page is part of the FHIR Specification (v0.11: DSTU 1 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 . Page versions: R5 R4B R4 R3 R2

Resource Roadmap - Examples 4.18.3

Example Index:

Example of imagingstudyXMLJSON

General 4.18.3.1

Example of imagingstudy

Example of imagingstudy (id = "example")

Raw XML

<ImagingStudy xmlns="http://hl7.org/fhir">
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Image 1 from Series 3: CT Images on Patient MINT (MINT1234) taken at 1-Jan 2011 01:20
       AM</div>
  </text>
  <dateTime value="2011-01-01T11:01:20"/>
  <subject>
    <type value="Patient"/>
    <reference value="patient/@dicom"/>
  </subject>
  <uid value="urn:oid:2.16.124.113543.6003.1154777499.30246.19789.3503430045"/>
  <numberOfSeries value="1"/>
  <numberOfInstances value="1"/>
  
  <series>
    <number value="3"/>
    <modality value="CT"/>
    <uid value="urn:oid:2.16.124.113543.6003.2588828330.45298.17418.2723805630"/>
    <description value="CT Surview 180"/>
    <numberOfInstances value="1"/>
    <instance>
      <number value="1"/>
      <uid value="urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092903"/>
      <sopclass value="urn:oid:1.2.840.10008.5.1.4.1.1.2"/>
      <url value="http://localhost/fhir/binary/@1.2.840.11361907579238403408700.3.0.14.19970327150033"/>
    </instance>
  </series>   
</ImagingStudy>

JSON Equivalent

Example of imagingstudy

{
  "ImagingStudy":{
    "text":{
      "status":{
        "value":"generated"
      },
      "div":"<div>Image 1 from Series 3: CT Images on Patient MINT (MINT1234) taken at 1-Jan 2011 01:20 AM<\/div>"
    },
    "dateTime":{
      "value":"2011-01-01T11:01:20"
    },
    "subject":{
      "type":{
        "value":"Patient"
      },
      "reference":{
        "value":"patient/@dicom"
      }
    },
    "uid":{
      "value":"urn:oid:2.16.124.113543.6003.1154777499.30246.19789.3503430045"
    },
    "numberOfSeries":{
      "value":1
    },
    "numberOfInstances":{
      "value":1
    },
    "series":[
      {
        "number":{
          "value":3
        },
        "modality":{
          "value":"CT"
        },
        "uid":{
          "value":"urn:oid:2.16.124.113543.6003.2588828330.45298.17418.2723805630"
        },
        "description":{
          "value":"CT Surview 180"
        },
        "numberOfInstances":{
          "value":1
        },
        "instance":[
          {
            "number":{
              "value":1
            },
            "uid":{
              "value":"urn:oid:2.16.124.113543.6003.189642796.63084.16748.2599092903"
            },
            "sopclass":{
              "value":"urn:oid:1.2.840.10008.5.1.4.1.1.2"
            },
            "url":{
              "value":"http://localhost/fhir/binary/@1.2.840.11361907579238403408700.3.0.14.19970327150033"
            }
          }
        ]
      }
    ]
  }
}