<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="DisinfectionCycle" />
  <url value="https://example.org/fhir/StructureDefinition/DisinfectionCycle" />
  <version value="1.0.0" />
  <name value="DisinfectionCycle" />
  <status value="active" />
  <date value="2024-11-19" />
  <description value="A profile defining the structure and constraints for the Disinfection Cycle Bundle containing procedures, substances, devices, observations, and related resources." />
  <fhirVersion value="5.0.0" />
  <kind value="resource" />
  <abstract value="false" />
  <type value="Bundle" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Bundle" />
  <differential>
    <element id="Bundle.identifier">
      <path value="Bundle.identifier" />
      <min value="1" />
      <type>
        <code value="Identifier" />
      </type>
    </element>
    <element id="Bundle.type">
      <path value="Bundle.type" />
      <fixedCode value="collection" />
    </element>
    <element id="Bundle.entry">
      <path value="Bundle.entry" />
      <min value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="Bundle.entry.fullUrl">
      <path value="Bundle.entry.fullUrl" />
      <min value="1" />
      <type>
        <code value="uri" />
      </type>
    </element>
    <element id="Bundle.entry.resource">
      <path value="Bundle.entry.resource" />
      <min value="1" />
      <type>
        <code value="Resource" />
      </type>
    </element>
    <element id="Bundle.entry.resource.Procedure">
      <path value="Bundle.entry.resource" />
      <type>
        <code value="Procedure" />
      </type>
    </element>
    <element id="Bundle.entry.resource.Procedure.subject">
      <path value="Bundle.entry.resource.Procedure.subject" />
      <min value="1" />
      <type>
        <code value="Reference" />
      </type>
    </element>
    <element id="Bundle.entry.resource.Procedure.status">
      <path value="Bundle.entry.resource.Procedure.status" />
      <min value="1" />
      <type>
        <code value="code" />
      </type>
    </element>
    <element id="Bundle.entry.resource.Substance">
      <path value="Bundle.entry.resource" />
      <type>
        <code value="Substance" />
      </type>
    </element>
    <element id="Bundle.entry.resource.Substance.code">
      <path value="Bundle.entry.resource.Substance.code" />
      <min value="1" />
      <type>
        <code value="CodeableConcept" />
      </type>
    </element>
    <element id="Bundle.entry.resource.Organization">
      <path value="Bundle.entry.resource" />
      <type>
        <code value="Organization" />
      </type>
    </element>
    <element id="Bundle.entry.resource.Practitioner">
      <path value="Bundle.entry.resource" />
      <type>
        <code value="Practitioner" />
      </type>
    </element>
    <element id="Bundle.entry.resource.Device">
      <path value="Bundle.entry.resource" />
      <type>
        <code value="Device" />
      </type>
    </element>
    <element id="Bundle.entry.resource.Device.serialNumber">
      <path value="Bundle.entry.resource.Device.serialNumber" />
      <min value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="Bundle.entry.resource.Observation">
      <path value="Bundle.entry.resource" />
      <type>
        <code value="Observation" />
      </type>
    </element>
    <element id="Bundle.entry.resource.Observation.status">
      <path value="Bundle.entry.resource.Observation.status" />
      <min value="1" />
      <type>
        <code value="code" />
      </type>
    </element>
    <element id="Bundle.entry.resource.Observation.code">
      <path value="Bundle.entry.resource.Observation.code" />
      <min value="1" />
      <type>
        <code value="CodeableConcept" />
      </type>
    </element>
    <element id="Bundle.entry.resource.DeviceDefinition">
      <path value="Bundle.entry.resource" />
      <type>
        <code value="DeviceDefinition" />
      </type>
    </element>
    <element id="Bundle.entry.resource.DeviceDefinition.identifier">
      <path value="Bundle.entry.resource.DeviceDefinition.identifier" />
      <min value="1" />
      <type>
        <code value="Identifier" />
      </type>
    </element>
  </differential>
</StructureDefinition>