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

FHIR IG analytics

Packageca.infoway.io.core
Resource TypeImagingStudy
IdImagingStudy-example-imagingstudy-ca-core.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ImagingStudy",
  "id": "example-imagingstudy-ca-core",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/ImagingStudy-ca-core"
    ]
  },
  "identifier": [
    {
      "system": "http://example.ca/NamingSystem/ImagingStudy",
      "value": "IS123456"
    }
  ],
  "status": "available",
  "modality": [
    {
      "code": "CT",
      "system": "http://snomed.info/sct",
      "display": "Computed tomography"
    }
  ],
  "subject": {
    "reference": "example-patient-ca-core"
  },
  "encounter": {
    "reference": "Encounter/example-encounter-ca-core"
  },
  "started": "2024-03-27T10:30:00-07:00",
  "procedureCode": [
    {
      "coding": [
        {
          "code": "24627-2",
          "system": "http://loinc.org",
          "display": "CT Chest"
        }
      ]
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "code": "275981009",
          "system": "http://snomed.info/sct",
          "display": "Screening for malignant neoplasm of lung"
        }
      ]
    }
  ],
  "series": [
    {
      "uid": "1.2.3.4.5.6.7.8.9",
      "number": 1,
      "modality": {
        "code": "CT",
        "system": "http://snomed.info/sct",
        "display": "Computed tomography"
      },
      "description": "Axial chest CT series",
      "numberOfInstances": 50,
      "laterality": {
        "code": "7771000",
        "system": "http://snomed.info/sct",
        "display": "Left"
      },
      "instance": [
        {
          "uid": "1.2.3.4.5.6.7.8.9.1",
          "sopClass": {
            "code": "1.2.840.10008.5.1.4.1.1.2.1",
            "system": "http://dicom.nema.org/medical/dicom/current/output/chtml/part04/sect_B.5.html#table_B.5-1",
            "display": "Enhanced CT Image Storage"
          },
          "number": 1,
          "title": "Axial chest CT slice 1"
        }
      ]
    }
  ],
  "location": {
    "reference": "Location/example-location-ca-core"
  },
  "referrer": {
    "reference": "Practitioner/example-practitioner-ca-core"
  },
  "interpreter": [
    {
      "reference": "PractitionerRole/example-practitionerrole-ca-core-3"
    }
  ]
}