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