MedicalEntity
Type name: MedicalEntity
Extends Thing
Name |
Type |
Description |
code |
MedicalCode |
A medical code for the entity, taken from a controlled vocabulary or ontology such as ICD-9, DiseasesDB, MeSH, SNOMED-CT, RxNorm, etc. |
guideline |
MedicalGuideline |
A medical guideline related to this entity. |
medicineSystem |
MedicineSystem |
The system of medicine that includes this MedicalEntity, for example 'evidence-based', 'homeopathic', 'chiropractic', etc. |
recognizingAuthority |
Organization |
If applicable, the organization that officially recognizes this entity as part of its endorsed system of medicine. |
relevantSpecialty |
MedicalSpecialty |
If applicable, a medical specialty in which this entity is relevant. |
study |
MedicalStudy |
A medical study or trial related to this entity. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[null,null,["Last updated 2024-09-03 UTC."],[[["MedicalEntity is a type that provides information about medical entities and extends the Thing type."],["It includes properties such as medical codes, guidelines, medicine systems, recognizing authorities, relevant specialties, and related studies."],["The properties are represented using specific types like MedicalCode, MedicalGuideline, MedicineSystem, Organization, MedicalSpecialty, and MedicalStudy, allowing for detailed descriptions of the medical entity."],["MedicalEntity facilitates the structured representation of medical information, enabling better understanding and organization of medical data."]]],["The `MedicalEntity` type, extending `Thing`, encompasses medical information. Key attributes include: `code` referencing medical vocabularies; `guideline` for associated medical guidelines; `medicineSystem` specifying the system of medicine; `recognizingAuthority` for the endorsing organization; `relevantSpecialty` for applicable medical specialties; and `study` for related medical studies or trials. It represents structured information for various medical aspects.\n"]]