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 (XML)

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

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

MG Image Selection (id = "example-mg-image-selection")

<?xml version="1.0" encoding="UTF-8"?>

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

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.