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

FHIR IG analytics

Packagehl7.fhir.us.quality-core
Resource TypeImagingStudy
IdImagingStudy-portable-cxr-study.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 portable-cxr-study

status: Available

subject: Example Patient

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

interpreter: Example Practitioner

numberOfSeries: 1

numberOfInstances: 1

series

uid: 2.25.12345678901234567890123456789012345678.1

number: 1

modality: DICOM: DX (Digital Radiography)

description: Chest AP Portable

numberOfInstances: 1

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

Performers

-Actor
*Example Practitioner

Source1

{
  "resourceType": "ImagingStudy",
  "id": "portable-cxr-study",
  "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-05T08:15:00-04:00",
  "interpreter": [
    {
      "reference": "Practitioner/example",
      "display": "Example Practitioner"
    }
  ],
  "numberOfSeries": 1,
  "numberOfInstances": 1,
  "series": [
    {
      "uid": "2.25.12345678901234567890123456789012345678.1",
      "number": 1,
      "modality": {
        "system": "http://dicom.nema.org/resources/ontology/DCM",
        "code": "DX",
        "display": "Digital Radiography"
      },
      "description": "Chest AP Portable",
      "numberOfInstances": 1,
      "bodySite": {
        "system": "http://snomed.info/sct",
        "code": "51185008",
        "display": "Thoracic structure (body structure)"
      },
      "performer": [
        {
          "actor": {
            "reference": "Practitioner/example",
            "display": "Example Practitioner"
          }
        }
      ]
    }
  ]
}