{
  "resourceType" : "ImagingStudy",
  "id" : "EjemploEmaImagingStudy",
  "meta" : {
    "profile" : ["https://emahealth.io/fhir/diagnostics/StructureDefinition/ema-imaging-study"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: EstudioImagen  / EstudioImagen EjemploEmaImagingStudy</b></p><a name=\"EjemploEmaImagingStudy\"> </a><a name=\"hcEjemploEmaImagingStudy\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ema-imaging-study.html\">EMA Imaging Study</a></p></div><p><b>status</b>: Available</p><p><b>modality</b>: <a href=\"http://hl7.org/fhir/R4/codesystem-dicom-dcim.html#dicom-dcim-CR\">DICOM: CR</a> (Computed Radiography)</p><p><b>subject</b>: <a href=\"Patient/ejemplo-paciente\">María González Soto</a></p><p><b>started</b>: 2026-03-15 09:15:00-0300</p><p><b>description</b>: Radiografía de tórax PA y lateral</p><h3>Series</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Uid</b></td><td><b>Modality</b></td><td><b>Description</b></td><td><b>NumberOfInstances</b></td></tr><tr><td style=\"display: none\">*</td><td>2.25.123456789012345678901234567890123456</td><td><a href=\"http://hl7.org/fhir/R4/codesystem-dicom-dcim.html#dicom-dcim-CR\">DICOM: CR</a> (Computed Radiography)</td><td>Tórax PA</td><td>1</td></tr></table></div>"
  },
  "status" : "available",
  "modality" : [{
    "system" : "http://dicom.nema.org/resources/ontology/DCM",
    "code" : "CR",
    "display" : "Computed Radiography"
  }],
  "subject" : {
    "reference" : "Patient/ejemplo-paciente",
    "display" : "María González Soto"
  },
  "started" : "2026-03-15T09:15:00-03:00",
  "description" : "Radiografía de tórax PA y lateral",
  "series" : [{
    "uid" : "2.25.123456789012345678901234567890123456",
    "modality" : {
      "system" : "http://dicom.nema.org/resources/ontology/DCM",
      "code" : "CR",
      "display" : "Computed Radiography"
    },
    "description" : "Tórax PA",
    "numberOfInstances" : 1
  }]
}