{
  "resourceType": "ActivityDefinition",
  "id": "toe-yoga",
  "url": "https://bodyiq.dev/fhir/ActivityDefinition/toe-yoga",
  "version": "1",
  "name": "ToeYoga",
  "title": "Toe Yoga (Big Toe Up / 4 Toes Down)",
  "status": "draft",
  "experimental": true,
  "description": "Sitting or standing with foot on floor: press the 4 small toes into the ground while lifting only the big toe. Then reverse — big toe down, 4 toes up. Trains foot intrinsic motor control.",
  "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": "toe-yoga",
          "display": "Toe Yoga (Big Toe Up / 4 Toes Down)"
        }
      ]
    }
  ],
  "bodySite": [
    {
      "coding": [
        {
          "system": "https://bodyiq.dev/fhir/CodeSystem/exercise",
          "code": "ankle",
          "display": "Ankle"
        }
      ],
      "text": "Ankle"
    }
  ],
  "kind": "ServiceRequest",
  "dosage": [
    {
      "text": "10 cycles each foot."
    }
  ],
  "usage": "Evidence: moderate.",
  "note": [
    {
      "text": "Most people can't isolate this at first — that's the point"
    },
    {
      "text": "Use a finger to physically hold down the toes that shouldn't move while training the others"
    }
  ],
  "extension": [
    {
      "url": "https://bodyiq.dev/fhir/StructureDefinition/muscle-involvement",
      "extension": [
        {
          "url": "muscle",
          "valueString": "Extensor Hallucis Longus"
        },
        {
          "url": "role",
          "valueCode": "primary"
        },
        {
          "url": "coding",
          "valueCoding": {
            "system": "http://snomed.info/sct",
            "code": "90012003"
          }
        }
      ]
    },
    {
      "url": "https://bodyiq.dev/fhir/StructureDefinition/muscle-involvement",
      "extension": [
        {
          "url": "muscle",
          "valueString": "Flexor Hallucis Longus"
        },
        {
          "url": "role",
          "valueCode": "primary"
        },
        {
          "url": "coding",
          "valueCoding": {
            "system": "http://snomed.info/sct",
            "code": "471000"
          }
        }
      ]
    },
    {
      "url": "https://bodyiq.dev/fhir/StructureDefinition/muscle-involvement",
      "extension": [
        {
          "url": "muscle",
          "valueString": "Extensor Digitorum Longus"
        },
        {
          "url": "role",
          "valueCode": "primary"
        },
        {
          "url": "coding",
          "valueCoding": {
            "system": "http://snomed.info/sct",
            "code": "20497005"
          }
        }
      ]
    },
    {
      "url": "https://bodyiq.dev/fhir/StructureDefinition/muscle-involvement",
      "extension": [
        {
          "url": "muscle",
          "valueString": "Flexor Digitorum Longus"
        },
        {
          "url": "role",
          "valueCode": "primary"
        },
        {
          "url": "coding",
          "valueCoding": {
            "system": "http://snomed.info/sct",
            "code": "18010003"
          }
        }
      ]
    }
  ]
}