{
  "resourceType": "StructureDefinition",
  "id": "AnnualCalibrationConductivityProbeReplaced",
  "url": "http://example.org/fhir/StructureDefinition/AnnualCalibrationConductivityProbeReplaced",
  "version": "1.0.0",
  "name": "AnnualCalibrationConductivityProbeReplaced",
  "title": "Annual Calibration and Conductivity Probe Replaced Profile",
  "status": "draft",
  "date": "2024-11-20",
  "description": "Profile for an annual calibration and conductivity probe replacement bundle.",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.identifier.type.text",
        "path": "Bundle.identifier.type.text",
        "min": 1,
        "max": "1",
        "fixedString": "Annual Calibration and Conductivity Probe Replaced"
      },
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "min": 1,
        "max": "1",
        "fixedCode": "collection"
      },
      {
        "id": "Bundle.entry.resource.resourceType",
        "path": "Bundle.entry.resource.resourceType",
        "patternCode": "Procedure | Device"
      },
      {
        "id": "Bundle.entry.resource.Procedure.status",
        "path": "Bundle.entry.resource.Procedure.status",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry.resource.Procedure.occurrenceDateTime",
        "path": "Bundle.entry.resource.Procedure.occurrenceDateTime",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry.resource.Procedure.outcome.text",
        "path": "Bundle.entry.resource.Procedure.outcome.text",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry.resource.Device.manufacturer",
        "path": "Bundle.entry.resource.Device.manufacturer",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry.resource.Device.serialNumber",
        "path": "Bundle.entry.resource.Device.serialNumber",
        "min": 1,
        "max": "1"
      }
    ]
  }
}