{
  "resourceType": "ActivityDefinition",
  "id": "ujjayi-breathing",
  "url": "https://bodyiq.dev/fhir/ActivityDefinition/ujjayi-breathing",
  "version": "1",
  "name": "UjjayiBreathing",
  "title": "Ujjayi Breathing (Ocean Breath)",
  "status": "draft",
  "experimental": true,
  "description": "Slow breathing with partial glottal constriction creating an audible, soft whisper-like sound on both inhale and exhale. Adds light airway resistance and intrathoracic pressure.",
  "useContext": [
    {
      "code": {
        "system": "http://terminology.hl7.org/CodeSystem/usage-context-type",
        "code": "user"
      },
      "valueCodeableConcept": {
        "text": "difficulty: intermediate"
      }
    }
  ],
  "topic": [
    {
      "coding": [
        {
          "system": "https://bodyiq.dev/fhir/CodeSystem/exercise",
          "code": "ujjayi-breathing",
          "display": "Ujjayi Breathing (Ocean Breath)"
        }
      ]
    }
  ],
  "kind": "ServiceRequest",
  "dosage": [
    {
      "text": "5–10 minutes, 1×/day after slow-breathing tolerance is established."
    }
  ],
  "usage": "Evidence: moderate.",
  "note": [
    {
      "text": "Mouth closed; the sound comes from a gentle glottal narrowing in the throat, like fogging a mirror with your mouth closed"
    },
    {
      "text": "Drop the constriction if it feels straining — gentleness is the cue"
    }
  ],
  "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"
          }
        }
      ]
    }
  ]
}