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-mg-image-selection (JSON)

Responsible Owner: Imaging Integration Work GroupStandards Status: InformativeCompartments: Group, Patient

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

MG Image Selection

{
  "resourceType" : "ImagingSelection",
  "id" : "example-mg-image-selection",
  "category" : [{
    "coding" : [{
      "code" : "128181",
      "system" : "http://dicom.nema.org/resources/ontology/DCM",
      "display" : "Diagnostic Source Images"
    }]
  }],
  "code" : {
    "coding" : [{
      "code" : "121080",
      "system" : "http://dicom.nema.org/resources/ontology/DCM",
      "display" : "Best illustration of finding"
    }]
  },
  "bodySite" : [{
    "reference" : {
      "reference" : "BodyStructure/breast-mass-example"
    }
  }],
  "status" : "available",
  "modality" : {
    "coding" : [{
      "code" : "MG"
    }]
  },
  "subject" : {
    "reference" : "Patient/genetics-example1"
  },
  "issued" : "2026-03-05T10:30:10+01:00",
  "studyUid" : "1.2.276.0.7230010.3.1.2.2471810486.202606031209.11234567",
  "seriesUid" : "1.2.276.0.7230010.3.1.3.2471810486.202606031209.11234567.1",
  "seriesNumber" : 3
}

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.