{
  "resourceType": "StructureDefinition",
  "id": "DiabetesFeedbackSupportBundle",
  "url": "http://hl7.org/fhir/us/bser/StructureDefinition/DiabetesFeedbackSupportBundle",
  "name": "BSeR Diabetes Feedback Support Bundle",
  "status": "draft",
  "publisher": "Hi3 Solutions",
  "contact": [
    {
      "name": "AbdulMalik Shakir",
      "telecom": [
        {
          "system": "phone",
          "value": "6266444491",
          "use": "work"
        },
        {
          "system": "email",
          "value": "abdulmalik.shakir@hi3solutions.com",
          "use": "work"
        }
      ]
    }
  ],
  "kind": "resource",
  "abstract": false,
  "contextType": "resource",
  "context": [
    "Bundle"
  ],
  "type": "Bundle",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Bundle",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Bundle",
        "path": "Bundle"
      },
      {
        "id": "type",
        "path": "Bundle.type",
        "short": "type",
        "definition": "SHALL contain exactly one [1..1] type (CONF:4383-534).",
        "min": 1,
        "max": "1"
      },
      {
        "id": "entry",
        "path": "Bundle.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "resource"
            }
          ],
          "rules": "open"
        },
        "definition": "SHALL contain exactly one [1..1] entry (CONF:4383-528) such that it"
      },
      {
        "id": "Bundle.entry:BodyHeightObservation",
        "path": "Bundle.entry",
        "sliceName": "BodyHeightObservation",
        "short": "entry",
        "definition": "SHALL contain exactly one [1..1] entry (CONF:4383-525) such that it",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:BodyHeightObservation.resource",
        "path": "Bundle.entry.resource",
        "label": "Body Height Observation",
        "short": "Body Height Observation",
        "definition": "SHALL contain exactly one [1..1] resource (CONF:4383-530).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Observation",
            "targetProfile": "http://hl7.org/fhir/us/bser/StructureDefinition/BodyHeightObservation"
          }
        ]
      },
      {
        "id": "Bundle.entry:BodyMassIndexObservation",
        "path": "Bundle.entry",
        "sliceName": "BodyMassIndexObservation",
        "short": "entry",
        "definition": "SHALL contain exactly one [1..1] entry (CONF:4383-526) such that it",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:BodyMassIndexObservation.resource",
        "path": "Bundle.entry.resource",
        "label": "Body Mass Index Observation",
        "short": "Body Mass Index Observation",
        "definition": "SHALL contain exactly one [1..1] resource (CONF:4383-531).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Observation",
            "targetProfile": "http://hl7.org/fhir/us/bser/StructureDefinition/BodyMassIndexObservation"
          }
        ]
      },
      {
        "id": "Bundle.entry:BodyWeightObservation",
        "path": "Bundle.entry",
        "sliceName": "BodyWeightObservation",
        "short": "entry",
        "definition": "SHALL contain exactly one [1..1] entry (CONF:4383-527) such that it",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:BodyWeightObservation.resource",
        "path": "Bundle.entry.resource",
        "label": "Body Weight Observation",
        "short": "Body Weight Observation",
        "definition": "SHALL contain exactly one [1..1] resource (CONF:4383-532).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Observation",
            "targetProfile": "http://hl7.org/fhir/us/bser/StructureDefinition/BodyWeightObservation"
          }
        ]
      },
      {
        "id": "Bundle.entry:HemoglobinA1cObservation",
        "path": "Bundle.entry",
        "sliceName": "HemoglobinA1cObservation",
        "short": "entry",
        "definition": "SHALL contain exactly one [1..1] entry (CONF:4383-528) such that it",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:HemoglobinA1cObservation.resource",
        "path": "Bundle.entry.resource",
        "label": "Hemoglobin A1c Observation",
        "short": "Hemoglobin A1c Observation",
        "definition": "SHALL contain exactly one [1..1] resource (CONF:4383-533).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Observation",
            "targetProfile": "http://hl7.org/fhir/us/bser/StructureDefinition/HemoglobinA1cObservation"
          }
        ]
      }
    ]
  }
}