{
  "resourceType": "StructureDefinition",
  "id": "TobaccoRequestSupportBundle",
  "url": "http://hl7.org/fhir/us/bser/StructureDefinition/TobaccoRequestSupportBundle",
  "name": "BSeR Tobacco 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-541).",
        "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-536) such that it"
      },
      {
        "id": "Bundle.entry:SmokingStatus",
        "path": "Bundle.entry",
        "sliceName": "SmokingStatus",
        "short": "entry",
        "definition": "SHALL contain exactly one [1..1] entry (CONF:4383-535) such that it",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:SmokingStatus.resource",
        "path": "Bundle.entry.resource",
        "label": "Smoking Status",
        "short": "Smoking Status",
        "definition": "SHALL contain exactly one [1..1] resource (CONF:4383-538).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Observation",
            "targetProfile": "http://hl7.org/fhir/us/bser/StructureDefinition/SmokingStatus"
          }
        ]
      },
      {
        "id": "Bundle.entry:TobaccoCessationReferralObs",
        "path": "Bundle.entry",
        "sliceName": "TobaccoCessationReferralObs",
        "short": "entry",
        "definition": "SHALL contain exactly one [1..1] entry (CONF:4383-536) such that it",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Bundle.entry:TobaccoCessationReferralObs.resource",
        "path": "Bundle.entry.resource",
        "label": "Tobacco Cessation Referral Obs",
        "short": "Tobacco Cessation Referral Obs",
        "definition": "SHALL contain exactly one [1..1] resource (CONF:4383-539).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Observation",
            "targetProfile": "http://hl7.org/fhir/us/bser/StructureDefinition/TobaccoCessationReferralObs"
          }
        ]
      }
    ]
  }
}