{
  "resourceType": "ActivityDefinition",
  "id": "pursed-lip-diaphragmatic-breathing",
  "url": "https://bodyiq.dev/fhir/ActivityDefinition/pursed-lip-diaphragmatic-breathing",
  "version": "1",
  "name": "PursedLipDiaphragmaticBreathing",
  "title": "Pursed-Lip Diaphragmatic Breathing",
  "status": "draft",
  "experimental": true,
  "description": "Inhale slowly through the nose, then exhale through pursed lips (as if cooling soup) for twice the inhale duration. Combine with diaphragmatic mechanics — belly rises on inhale, falls on exhale.",
  "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": "pursed-lip-diaphragmatic-breathing",
          "display": "Pursed-Lip Diaphragmatic Breathing"
        }
      ]
    }
  ],
  "kind": "ServiceRequest",
  "dosage": [
    {
      "text": "5–10 cycles × 2–3 sets/day; before/during long playing or breath-demanding work."
    }
  ],
  "usage": "Evidence: moderate.",
  "note": [
    {
      "text": "The exhale should be quiet — purse just enough to slow airflow, not strain"
    },
    {
      "text": "Shoulders stay relaxed; no upper-chest lift"
    }
  ],
  "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"
          }
        }
      ]
    }
  ]
}