{
  "resourceType": "StructureDefinition",
  "id": "HypertensionRequestSupportBundle",
  "url": "http://hl7.org/fhir/us/bser/StructureDefinition/HypertensionRequestSupportBundle",
  "name": "BSeR Hypertension Request 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-512).",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry",
        "path": "Bundle.entry",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "resource"
            }
          ],
          "rules": "open"
        },
        "definition": "SHALL contain exactly one [1..1] entry (CONF:4383-506) such that it"
      },
      {
        "id": "Bundle.entry:BloodPressureObservation",
        "path": "Bundle.entry",
        "sliceName": "BloodPressureObservation",
        "short": "entry",
        "definition": "SHALL contain exactly one [1..1] entry (CONF:4383-502) such that it",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:BloodPressureObservation.resource",
        "path": "Bundle.entry.resource",
        "label": "Blood Pressure Observation",
        "short": "Blood Pressure Observation",
        "definition": "SHALL contain exactly one [1..1] resource (CONF:4383-507).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Observation",
            "targetProfile": "http://hl7.org/fhir/us/bser/StructureDefinition/BloodPressureObservation"
          }
        ]
      },
      {
        "id": "Bundle.entry:BodyHeightObservation",
        "path": "Bundle.entry",
        "sliceName": "BodyHeightObservation",
        "short": "entry",
        "definition": "SHALL contain exactly one [1..1] entry (CONF:4383-503) 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-508).",
        "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-504) 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-509).",
        "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-505) 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-510).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Observation",
            "targetProfile": "http://hl7.org/fhir/us/bser/StructureDefinition/BodyWeightObservation"
          }
        ]
      },
      {
        "id": "Bundle.entry:Diagnosis",
        "path": "Bundle.entry",
        "sliceName": "Diagnosis",
        "short": "entry",
        "definition": "SHALL contain exactly one [1..1] entry (CONF:4383-506) such that it",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:Diagnosis.resource",
        "path": "Bundle.entry.resource",
        "label": "Diagnosis",
        "short": "Diagnosis",
        "definition": "SHALL contain exactly one [1..1] resource (CONF:4383-511).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Observation",
            "targetProfile": "http://hl7.org/fhir/us/bser/StructureDefinition/Diagnosis"
          }
        ]
      }
    ]
  }
}