FHIR CI-Build

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

Example ImagingSelection/example-basic-image-selection (JSON)

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

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

Basic Image Selection

{
  "resourceType" : "ImagingSelection",
  "id" : "example-basic-image-selection",
  "identifier" : [{
    "system" : "urn:dicom:uid",
    "value" : "urn:oid:1.2.840.113747.20080222.35738167372924306270412538783781.2.1"
  }],
  "status" : "available",
  "code" : {
    "text" : "Key Images"
  },
  "subject" : {
    "type" : "Patient",
    "identifier" : {
      "system" : "https://fhirhospital.org",
      "value" : "KUTGIQCVCDRHVBUK"
    }
  },
  "derivedFrom" : {
    "type" : "ImagingStudy",
    "identifier" : {
      "system" : "urn:dicom:uid",
      "value" : "urn:oid:1.2.840.113747.20080222.35738358372924306270412538783781"
    }
  },
  "studyUid" : "1.2.840.113747.20080222.35738167368354306270412538783781",
  "seriesUid" : "1.2.840.113747.20080222.35738167368358376270412538783781.1",
  "frameOfReferenceUid" : "1.2.840.113747.20080222.35738168372924306270412538783781.0",
  "instance" : [{
    "uid" : "1.2.840.113747.20080222.35738167368358372924412538783781.1.0",
    "sopClass" : "urn:oid:1.2.840.10008.5.1.4.1.1.2"
  },
  {
    "uid" : "1.2.840.113747.20080222.35738167368358372920412538783781.1.1",
    "sopClass" : "urn:oid:1.2.840.10008.5.1.4.1.1.2"
  }]
}

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.