{
  "resourceType" : "ImagingStudy",
  "id" : "screening-mammogram",
  "meta" : {
    "extension" : [{
      "url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
      "valueString" : "Screening Mammogram ImagingStudy Example"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
      "valueMarkdown" : "This example of a *US Core ImagingStudy Profile* records a bilateral screening mammogram and carries a `procedureCode` so the study can be retrieved by an electronic clinical quality measure (eCQM)."
    }],
    "profile" : ["http://hl7.org/fhir/us/core/StructureDefinition/us-core-imagingstudy"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ImagingStudy screening-mammogram</b></p><a name=\"screening-mammogram\"> </a><a name=\"hcscreening-mammogram\"> </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-us-core-imagingstudy.html\">US Core ImagingStudy Profile</a></p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/5.5.0/NamingSystem-dui.html\" title=\"An OID issued under DICOM OID rules. DICOM OIDs are represented as plain OIDs, with a prefix of &quot;urn:oid:&quot;. See https://www.dicomstandard.org/\">DICOM Unique Id</a>/urn:oid:2.16.840.1.113883.19.5.1.1.200</p><p><b>status</b>: Available</p><p><b>modality</b>: <a href=\"http://hl7.org/fhir/R4/codesystem-dicom-dcim.html#dicom-dcim-MG\">DICOM: MG</a> (Mammography)</p><p><b>subject</b>: <a href=\"http://hl7.org/fhir/us/core/STU9/Patient-example.html\">Amy V. Baxter</a></p><p><b>endpoint</b>: <a href=\"Endpoint-wado-rs.html\">Acme Radiology DICOMweb WADO-RS</a></p><p><b>numberOfSeries</b>: 1</p><p><b>numberOfInstances</b>: 1</p><p><b>procedureCode</b>: <span title=\"Codes:{http://loinc.org 24606-6}\">24606-6 (LOINC): MG Breast Screening</span></p><blockquote><p><b>series</b></p><p><b>uid</b>: 2.16.840.1.113883.19.5.1.1.200.1</p><p><b>number</b>: 1</p><p><b>modality</b>: <a href=\"http://hl7.org/fhir/R4/codesystem-dicom-dcim.html#dicom-dcim-MG\">DICOM: MG</a> (Mammography)</p><h3>Instances</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Uid</b></td><td><b>SopClass</b></td><td><b>Number</b></td></tr><tr><td style=\"display: none\">*</td><td>2.16.840.1.113883.19.5.1.1.200.1.1</td><td>unknown: urn:oid:1.2.840.10008.5.1.4.1.1.1.2 (Digital Mammography X-Ray Image Storage - For Presentation)</td><td>1</td></tr></table></blockquote></div>"
  },
  "identifier" : [{
    "system" : "urn:dicom:uid",
    "value" : "urn:oid:2.16.840.1.113883.19.5.1.1.200"
  }],
  "status" : "available",
  "modality" : [{
    "system" : "http://dicom.nema.org/resources/ontology/DCM",
    "code" : "MG",
    "display" : "Mammography"
  }],
  "subject" : {
    "reference" : "Patient/example",
    "display" : "Amy V. Baxter"
  },
  "endpoint" : [{
    "reference" : "Endpoint/wado-rs",
    "display" : "Acme Radiology DICOMweb WADO-RS"
  }],
  "numberOfSeries" : 1,
  "numberOfInstances" : 1,
  "procedureCode" : [{
    "coding" : [{
      "system" : "http://loinc.org",
      "code" : "24606-6",
      "display" : "MG Breast Screening"
    }],
    "text" : "24606-6 (LOINC): MG Breast Screening"
  }],
  "series" : [{
    "uid" : "2.16.840.1.113883.19.5.1.1.200.1",
    "number" : 1,
    "modality" : {
      "system" : "http://dicom.nema.org/resources/ontology/DCM",
      "code" : "MG",
      "display" : "Mammography"
    },
    "instance" : [{
      "uid" : "2.16.840.1.113883.19.5.1.1.200.1.1",
      "sopClass" : {
        "system" : "urn:ietf:rfc:3986",
        "code" : "urn:oid:1.2.840.10008.5.1.4.1.1.1.2",
        "display" : "Digital Mammography X-Ray Image Storage - For Presentation"
      },
      "number" : 1
    }]
  }]
}