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

FHIR IG analytics

Packageca.on.mi.r4
Resource TypeBundle
IdBundleSearchImagingStudyResponse.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": "Bundle",
  "id": "MI-Search-ImagingStudy-Example",
  "type": "searchset",
  "total": 1,
  "entry": [
    {
      "fullUrl": "718049c9-861f-4652-a445-7ed8a440f465",
      "resource": {
        "resourceType": "ImagingStudy",
        "id": "example-imagingstudy-1",
        "identifier": [
          {
            "use": "official",
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code": "ACSN",
                  "display": "Accession ID"
                }
              ]
            },
            "system": "urn:oid:1.2.840.114350",
            "value": "ACC-20240510-001"
          },
          {
            "use": "official",
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code": "SIUID",
                  "display": "Study Instance UID"
                }
              ]
            },
            "system": "urn:dicom:uid",
            "value": "urn:oid:1.2.840.113619.2.55.3.604688123.1234.1599765432"
          }
        ],
        "status": "available",
        "modality": [
          {
            "system": "http://dicom.nema.org/resources/ontology/DCM",
            "code": "CT",
            "display": "Computed Tomography"
          }
        ],
        "basedOn": [
          {
            "reference": "ServiceRequest/ct-chest-order-1",
            "display": "CT Chest with contrast"
          }
        ],
        "referrer": {
          "reference": "Practitioner/dr-smith"
        },
        "interpreter": [
          {
            "reference": "Practitioner/dr-jones"
          }
        ],
        "subject": {
          "reference": "a8cc313b-349a-43fb-8324-47d0e331abc3"
        },
        "started": "2024-05-10T09:30:00Z",
        "endpoint": [
          {
            "reference": "Endpoint/aet1-wado",
            "identifier": {
              "system": "http://ontariohealth.ca/mi/fhir/NamingSystem/ocinet-imaging-dicom-application-entity-title",
              "value": "Example AE title"
            }
          },
          {
            "reference": "Endpoint/aet1-qido",
            "identifier": {
              "system": "http://ontariohealth.ca/mi/fhir/NamingSystem/ocinet-imaging-dicom-application-entity-title",
              "value": "Example AE title"
            }
          },
          {
            "reference": "Endpoint/aet1-dicom",
            "identifier": {
              "system": "http://ontariohealth.ca/mi/fhir/NamingSystem/ocinet-imaging-dicom-application-entity-title",
              "value": "Example AE title"
            }
          }
        ],
        "numberOfSeries": 1,
        "numberOfInstances": 3,
        "procedureCode": [
          {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "363680008",
                "display": "Radiographic imaging procedure"
              }
            ]
          }
        ],
        "description": "CT Chest with contrast",
        "series": [
          {
            "uid": "1.2.840.113619.2.55.3.604688123.1234.1599765432.1",
            "number": 1,
            "modality": {
              "system": "http://dicom.nema.org/resources/ontology/DCM",
              "code": "CT",
              "display": "Computed Tomography"
            },
            "bodySite": {
              "system": "http://snomed.info/sct",
              "code": "51185008",
              "display": "Chest"
            },
            "numberOfInstances": 3,
            "instance": [
              {
                "uid": "1.2.840.113619.2.55.3.604688123.1234.1599765432.1.1",
                "number": 1,
                "title": "CT Chest Image 1"
              },
              {
                "uid": "1.2.840.113619.2.55.3.604688123.1234.1599765432.1.2",
                "number": 2,
                "title": "CT Chest Image 2"
              },
              {
                "uid": "1.2.840.113619.2.55.3.604688123.1234.1599765432.1.3",
                "number": 3,
                "title": "CT Chest Image 3"
              }
            ]
          }
        ]
      },
      "search": {
        "mode": "match"
      }
    },
    {
      "fullUrl": "a8cc313b-349a-43fb-8324-47d0e331abc3",
      "resource": {
        "resourceType": "Patient",
        "id": "patient1",
        "identifier": [
          {
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code": "MR"
                }
              ]
            },
            "system": "http://ehealthontario.ca/fhir/NamingSystem/id-cambridge-memorial-mrn",
            "value": "23456789"
          },
          {
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code": "JHN"
                }
              ]
            },
            "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-patient-hcn",
            "value": "1234567890"
          }
        ],
        "name": [
          {
            "use": "official",
            "family": "Onsmith1",
            "given": [
              "Onjohn1",
              "William"
            ],
            "suffix": [
              "III"
            ]
          }
        ],
        "telecom": [
          {
            "system": "phone",
            "value": "555-555-5555",
            "use": "work"
          }
        ],
        "gender": "male",
        "birthDate": "1926-02-24",
        "address": [
          {
            "use": "home",
            "type": "physical",
            "line": [
              "13 Boring St"
            ],
            "city": "Toronto",
            "state": "ON",
            "postalCode": "M1M M2M",
            "country": "CAN"
          }
        ],
        "contact": [
          {
            "name": {
              "family": "Doe",
              "given": [
                "Jane Doe"
              ]
            }
          }
        ],
        "communication": [
          {
            "language": {
              "coding": [
                {
                  "system": "urn:ietf:bcp:47",
                  "code": "en",
                  "display": "English"
                }
              ]
            }
          }
        ]
      },
      "search": {
        "mode": "include"
      }
    },
    {
      "fullUrl": "f36718ea-507e-4c43-9a56-9a1707f5d0b0",
      "resource": {
        "resourceType": "Endpoint",
        "id": "Endpoint/aet1-wado",
        "identifier": [
          {
            "system": "http://ontariohealth.ca/mi/fhir/NamingSystem/ocinet-imaging-dicom-application-entity-title",
            "value": "Example AE title"
          }
        ],
        "status": "active",
        "connectionType": {
          "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
          "code": "dicom-wado-rs",
          "display": "DICOM WADO-RS"
        },
        "payloadType": [
          {
            "coding": [
              {
                "system": "http://example.org",
                "code": "dicom",
                "display": "DICOM Images"
              }
            ]
          }
        ],
        "address": "wado-address"
      },
      "search": {
        "mode": "include"
      }
    },
    {
      "fullUrl": "45630d35-d8f4-4a13-b54f-f7c43beda20c",
      "resource": {
        "resourceType": "Endpoint",
        "id": "Endpoint/aet1-qido",
        "identifier": [
          {
            "system": "http://ontariohealth.ca/mi/fhir/NamingSystem/ocinet-imaging-dicom-application-entity-title",
            "value": "Example AE title"
          }
        ],
        "status": "active",
        "connectionType": {
          "system": "http://terminology.hl7.org/CodeSystem/endpoint-connection-type",
          "code": "dicom-qido-rs",
          "display": "DICOM QIDO-RS"
        },
        "payloadType": [
          {
            "coding": [
              {
                "system": "http://example.org",
                "code": "dicom",
                "display": "DICOM Images"
              }
            ]
          }
        ],
        "address": "qido-address"
      },
      "search": {
        "mode": "include"
      }
    },
    {
      "fullUrl": "aad5bfa1-b4ce-4cd3-ac8d-558f726e8f18",
      "resource": {
        "resourceType": "Endpoint",
        "id": "Endpoint/aet1-dicom",
        "identifier": [
          {
            "system": "http://ontariohealth.ca/mi/fhir/NamingSystem/ocinet-imaging-dicom-application-entity-title",
            "value": "Example AE title"
          }
        ],
        "status": "active",
        "connectionType": {
          "system": "http://ontariohealth.ca/fhir/ehr/CodeSystem/dimse-endpoint-connection-type",
          "code": "dicom-dimse",
          "display": "DICOM DIMSE"
        },
        "payloadType": [
          {
            "coding": [
              {
                "system": "http://example.org",
                "code": "dicom",
                "display": "DICOM Images"
              }
            ]
          }
        ],
        "address": "dicom-address"
      },
      "search": {
        "mode": "include"
      }
    }
  ]
}