Files
marka/registry/schema-org/MedicalRiskCalculator.schema.json
Max Richter c687eff53d big tings
2025-08-17 15:16:17 +02:00

14 lines
551 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "schema:MedicalRiskCalculator",
"title": "MedicalRiskCalculator",
"description": "A complex mathematical calculation requiring an online calculator, used to assess prognosis. Note: use the url property of Thing to record any URLs for online calculators.",
"type": "object",
"allOf": [
{
"description": "Any rule set or interactive tool for estimating the risk of developing a complication or condition.",
"$ref": "schema:MedicalRiskEstimator"
}
]
}