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

14 lines
606 B
JSON

{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "schema:ApprovedIndication",
"title": "ApprovedIndication",
"description": "An indication for a medical therapy that has been formally specified or approved by a regulatory body that regulates use of the therapy; for example, the US FDA approves indications for most drugs in the US.",
"type": "object",
"allOf": [
{
"description": "A condition or factor that indicates use of a medical therapy, including signs, symptoms, risk factors, anatomical states, etc.",
"$ref": "schema:MedicalIndication"
}
]
}