big tings
This commit is contained in:
13
registry/schema-org/MedicalContraindication.schema.json
Normal file
13
registry/schema-org/MedicalContraindication.schema.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"$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"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user