FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.quality-core
Resource TypeImagingStudy
IdImagingStudy-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ImagingStudy example

status: Available

subject: Example Patient

started: 2026-08-05 10:00:00-0400

interpreter: Example Practitioner

numberOfSeries: 1

numberOfInstances: 450

series

uid: 2.25.60829827569917451655468613747200260615

number: 1

modality: DICOM: CT (Computed Tomography)

description: Chest Axials 1.25mm WO Contrast

numberOfInstances: 450

bodySite: SNOMED CT: 51185008 (Thoracic structure (body structure))

Performers

-FunctionActor
*performerExample Practitioner

Source1

{
  "resourceType": "ImagingStudy",
  "id": "example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-imagingstudy"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
          }
        }
      ]
    }
  ]
}