14 lines
702 B
JSON
14 lines
702 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
"$id": "schema:MedicalContraindication",
|
|
"title": "MedicalContraindication",
|
|
"description": "A condition or factor that serves as a reason to withhold a certain medical therapy. Contraindications can be absolute (there are no reasonable circumstances for undertaking a course of action) or relative (the patient is at higher risk of complications, but these risks may be outweighed by other considerations or mitigated by other measures).",
|
|
"type": "object",
|
|
"allOf": [
|
|
{
|
|
"description": "The most generic type of entity related to health and the practice of medicine.",
|
|
"$ref": "schema:MedicalEntity"
|
|
}
|
|
]
|
|
}
|