FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example ImagingStudy/example (JSON)

Imaging Integration Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Patient

Raw JSON (canonical form + also see JSON Format Specification)

Example of imagingstudy

{
  "resourceType" : "ImagingStudy",
  "id" : "example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">CT Chest.  John Smith (MRN: 09236). Accession: W12342398. Performed: 2011-01-01. 3 series, 12 images.</div>"
  },
  "identifier" : [{
    "system" : "urn:dicom:uid",
    "value" : "urn:oid:2.16.124.113543.6003.1154777499.30246.19789.3503430045"
  }],
  "status" : "available",
  "subject" : {
    "reference" : "Patient/dicom"
  },
  "started" : "2011-01-01T11:01:20+03:00",
  "numberOfSeries" : 1,
  "numberOfInstances" : 1,
  "reason" : [{
    "reference" : {
      "reference" : "Observation/656"
    }
  }],
  "series" : [{
    "uid" : "2.16.124.113543.6003.2588828330.45298.17418.2723805630",
    "number" : 3,
    "modality" : {
      "coding" : [{
        "system" : "http://dicom.nema.org/resources/ontology/DCM",
        "code" : "CT"
      }]
    },
    "description" : "CT Surview 180",
    "numberOfInstances" : 1,
    "bodySite" : {
      "reference" : {
        "reference" : "BodyStructure/tumor"
      }
    },
    "instance" : [{
      "uid" : "2.16.124.113543.6003.189642796.63084.16748.2599092903",
      "sopClass" : "urn:oid:1.2.840.10008.5.1.4.1.1.2",
      "number" : 1
    }]
  }]
}

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.