{
  "resourceType": "StructureDefinition",
  "url": "https://fhir.clevermed.com/StructureDefinition/Observation-BNet-Preg-SmokingReferralStatus",
  "name": "Observation-BNet-Preg-SmokingReferralStatus",
  "status": "draft",
  "date": "2025-03-25T11:59:26.636287Z",
  "publisher": "Clevermed Ltd.",
  "contact": [
    {
      "name": "Clevermed BadgerNet Spine FHIR Team",
      "telecom": [
        {
          "system": "email",
          "value": "support@clevermed.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "When this resource is present, a referral to a smoking cessation advisor has been provided. Further, the Boolean in this resource identifies whether the mother has accepted the referral.",
  "copyright": "(c) Clevermed Ltd.  Usage by permission and for BadgerNet Spine Platform integration only.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation",
        "path": "Observation",
        "short": "Smoking referral status",
        "definition": "When this resource is present, a referral to a smoking cessation advisor has been provided. Further, the Boolean in this resource identifies whether the mother has accepted the referral."
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "mustSupport": true
      },
      {
        "id": "Observation.code.coding.system",
        "path": "Observation.code.coding.system",
        "fixedUri": ""
      },
      {
        "id": "Observation.code.coding.code",
        "path": "Observation.code.coding.code",
        "short": "Required  code for - Observation-BNet-Preg-SmokingReferralStatus",
        "min": 1,
        "fixedCode": "365980008"
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Observation.id",
        "path": "Observation.id",
        "short": "ID of the observation",
        "definition": "",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Observation.subject",
        "path": "Observation.subject",
        "short": "Reference to patient resource",
        "definition": "",
        "min": 1,
        "max": "1"
      }
    ]
  }
}