US Quality Core Implementation Guide
1.0.0-ballot - STU 1 - ballot United States of America flag

US Quality Core Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-quality-core/ and changes regularly. See the Directory of published versions

: ImagingStudy example

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "ImagingStudy",
  "id" : "example",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-imagingstudy"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ImagingStudy example</b></p><a name=\"example\"> </a><a name=\"hcexample\"> </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-quality-core-imagingstudy.html\">US Quality Core ImagingStudy</a></p></div><p><b>status</b>: Available</p><p><b>subject</b>: <a href=\"Patient-example.html\">Example Patient</a></p><p><b>started</b>: 2026-08-05 10:00:00-0400</p><p><b>interpreter</b>: <a href=\"Practitioner-example.html\">Example Practitioner</a></p><p><b>numberOfSeries</b>: 1</p><p><b>numberOfInstances</b>: 450</p><blockquote><p><b>series</b></p><p><b>uid</b>: 2.25.60829827569917451655468613747200260615</p><p><b>number</b>: 1</p><p><b>modality</b>: <a href=\"http://hl7.org/fhir/R4/codesystem-dicom-dcim.html#dicom-dcim-CT\">DICOM: CT</a> (Computed Tomography)</p><p><b>description</b>: Chest Axials 1.25mm WO Contrast</p><p><b>numberOfInstances</b>: 450</p><p><b>bodySite</b>: <a href=\"http://snomed.info/id/51185008\">SNOMED CT: 51185008</a> (Thoracic structure (body structure))</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Function</b></td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType PRF}\">performer</span></td><td><a href=\"Practitioner-example.html\">Example Practitioner</a></td></tr></table></blockquote></div>"
  },
  "status" : "available",
  "subject" : {
    🔗 "reference" : "Patient/example",
    "display" : "Example Patient"
  },
  "started" : "2026-08-05T10:00:00-04:00",
  "interpreter" : [
    {
      🔗 "reference" : "Practitioner/example",
      "display" : "Example Practitioner"
    }
  ],
  "numberOfSeries" : 1,
  "numberOfInstances" : 450,
  "series" : [
    {
      "uid" : "2.25.60829827569917451655468613747200260615",
      "number" : 1,
      "modality" : {
        "system" : "http://dicom.nema.org/resources/ontology/DCM",
        "code" : "CT",
        "display" : "Computed Tomography"
      },
      "description" : "Chest Axials 1.25mm WO Contrast",
      "numberOfInstances" : 450,
      "bodySite" : {
        "system" : "http://snomed.info/sct",
        "code" : "51185008",
        "display" : "Thoracic structure (body structure)"
      },
      "performer" : [
        {
          "function" : {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
                "code" : "PRF",
                "display" : "performer"
              }
            ]
          },
          "actor" : {
            🔗 "reference" : "Practitioner/example",
            "display" : "Example Practitioner"
          }
        }
      ]
    }
  ]
}