Skip to content
Skillv1.0.0

answerOption

Element

by HealthSamurai(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from HealthSamurai/formbox-renderer (spec/test/resources/questionnaire/item/answerOption/AGENTS.md). Install upstream with npx skills add HealthSamurai/formbox-renderer --skill answerOption. Copyright stays with the author.

Element

{
  "id": "Questionnaire.item.answerOption",
  "path": "Questionnaire.item.answerOption",
  "short": "Permitted answer",
  "definition": "One of the permitted answers for the question.",
  "comment": "This element can be used when the value set machinery of answerValueSet is deemed too cumbersome or when there's a need to capture possible answers that are not codes.",
  "min": 0,
  "max": "*",
  "type": [
    {
      "code": "BackboneElement"
    }
  ],
  "condition": ["que-5", "que-4", "que-11", "que-14"],
  "mustSupport": false,
  "isModifier": false,
  "isSummary": false,
  "mapping": [
    {
      "identity": "rim",
      "map": "N/A - MIF rather than RIM level"
    }
  ]
}

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/healthsamurai-formbox-renderer-answeroption/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

healthsamurai-formbox-renderer-answeroption.ocm.jsonjson
{
  "ocm": "1",
  "id": "healthsamurai-formbox-renderer-answeroption",
  "kind": "skill",
  "name": "answerOption",
  "description": "Element",
  "publisher": "HealthSamurai",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Element"
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/HealthSamurai/formbox-renderer",
      "path": "spec/test/resources/questionnaire/item/answerOption/AGENTS.md",
      "ref": "26245f9e4d3faa9f74f47e7e37a93dad642d0977",
      "url": "https://github.com/HealthSamurai/formbox-renderer/blob/26245f9e4d3faa9f74f47e7e37a93dad642d0977/spec/test/resources/questionnaire/item/answerOption/AGENTS.md",
      "key": "HealthSamurai/formbox-renderer/spec/test/resources/questionnaire/item/answerOption/AGENTS.md"
    }
  },
  "instructions": "## Element\n\n```json\n{\n  \"id\": \"Questionnaire.item.answerOption\",\n  \"path\": \"Questionnaire.item.answerOption\",\n  \"short\": \"Permitted answer\",\n  \"definition\": \"One of the permitted answers for the question.\",\n  \"comment\": \"This element can be used when the value set machinery of answerValueSet is deemed too cumbersome or when there's a need to capture possible answers that are not codes.\",\n  \"min\": 0,\n  \"max\": \"*\",\n  \"type\": [\n    {\n      \"code\": \"BackboneElement\"\n    }\n  ],\n  \"condition\": [\"que-5\", \"que-4\", \"que-11\", \"que-14\"],\n  \"mustSupport\": false,\n  \"isModifier\": false,\n  \"isSummary\": false",
  "cost": {
    "context_tokens": 177
  }
}

Fetch it by URL: GET /api/v1/registry/healthsamurai-formbox-renderer-answeroption/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.