{
  "resourceType": "StructureDefinition",
  "id": "TestStripBottleEnrolled",
  "url": "http://example.org/fhir/StructureDefinition/TestStripBottleEnrolled",
  "version": "1.0.0",
  "name": "TestStripBottleEnrolled",
  "status": "draft",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle.type",
        "path": "Bundle.type",
        "min": 1,
        "fixedCode": "collection"
      },
      {
        "id": "Bundle.identifier.type.text",
        "path": "Bundle.identifier.type.text",
        "min": 1,
        "patternString": "Test Strip Bottle Enrolled"
      },
      {
        "id": "Bundle.entry.resource",
        "path": "Bundle.entry.resource",
        "type": [
          {
            "code": "Procedure"
          },
          {
            "code": "Device"
          },
          {
            "code": "Practitioner"
          },
          {
            "code": "Observation"
          },
          {
            "code": "Substance"
          },
          {
            "code": "Organization"
          }
        ]
      },
      {
        "id": "Bundle.entry.resource.Procedure.status",
        "path": "Bundle.entry.resource.Procedure.status",
        "min": 1,
        "patternCode": "completed"
      },
      {
        "id": "Bundle.entry.resource.Device.manufacturer",
        "path": "Bundle.entry.resource.Device.manufacturer",
        "min": 1
      },
      {
        "id": "Bundle.entry.resource.Device.name.value",
        "path": "Bundle.entry.resource.Device.name.value",
        "min": 1
      },
      {
        "id": "Bundle.entry.resource.Observation.status",
        "path": "Bundle.entry.resource.Observation.status",
        "min": 1,
        "patternCode": "final"
      },
      {
        "id": "Bundle.entry.resource.Observation.valueQuantity.value",
        "path": "Bundle.entry.resource.Observation.valueQuantity.value",
        "min": 1,
        "type": [
          {
            "code": "decimal"
          }
        ]
      },
      {
        "id": "Bundle.entry.resource.Substance.code.concept.text",
        "path": "Bundle.entry.resource.Substance.code.concept.text",
        "min": 1,
        "patternString": "Test Strip Bottle"
      },
      {
        "id": "Bundle.entry.resource.Substance.instance",
        "path": "Bundle.entry.resource.Substance.instance",
        "min": 1,
        "patternBoolean": true
      },
      {
        "id": "Bundle.entry.resource.Substance.expiry",
        "path": "Bundle.entry.resource.Substance.expiry",
        "min": 1,
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "Bundle.entry.resource.Organization.name",
        "path": "Bundle.entry.resource.Organization.name",
        "min": 1,
        "patternString": "UltrOx"
      }
    ]
  }
}