{
  "resourceType": "ActivityDefinition",
  "id": "cyclic-sighing",
  "url": "https://bodyiq.dev/fhir/ActivityDefinition/cyclic-sighing",
  "version": "1",
  "name": "CyclicSighing",
  "title": "Cyclic Sighing (Physiological Sigh)",
  "status": "draft",
  "experimental": true,
  "description": "Double inhale through the nose (short inhale, then a second stacking inhale to top off lung volume), followed by a prolonged exhale through the mouth. Repeat continuously.",
  "useContext": [
    {
      "code": {
        "system": "http://terminology.hl7.org/CodeSystem/usage-context-type",
        "code": "user"
      },
      "valueCodeableConcept": {
        "text": "difficulty: beginner"
      }
    }
  ],
  "topic": [
    {
      "coding": [
        {
          "system": "https://bodyiq.dev/fhir/CodeSystem/exercise",
          "code": "cyclic-sighing",
          "display": "Cyclic Sighing (Physiological Sigh)"
        }
      ]
    }
  ],
  "kind": "ServiceRequest",
  "dosage": [
    {
      "text": "5 min/day (Balban 2023 RCT dose)."
    }
  ],
  "usage": "Evidence: strong.",
  "note": [
    {
      "text": "Make the exhale clearly longer than the inhale — twice as long is typical"
    },
    {
      "text": "The second inhale tops off lungs that are already mostly full"
    }
  ],
  "extension": [
    {
      "url": "https://bodyiq.dev/fhir/StructureDefinition/muscle-involvement",
      "extension": [
        {
          "url": "muscle",
          "valueString": "Diaphragm"
        },
        {
          "url": "role",
          "valueCode": "primary"
        },
        {
          "url": "coding",
          "valueCoding": {
            "system": "http://snomed.info/sct",
            "code": "5798000"
          }
        }
      ]
    },
    {
      "url": "https://bodyiq.dev/fhir/StructureDefinition/muscle-involvement",
      "extension": [
        {
          "url": "muscle",
          "valueString": "External Intercostals"
        },
        {
          "url": "role",
          "valueCode": "synergist"
        },
        {
          "url": "coding",
          "valueCoding": {
            "system": "http://snomed.info/sct",
            "code": "53967007"
          }
        }
      ]
    }
  ]
}