: How to represent disease symptoms in Web Ontology Language I want to be able to store free text medical records in an ontologically friendly format (preferably owl 2). While I have come across
I want to be able to store free text medical records in an ontologically friendly format (preferably owl 2). While I have come across this useful resource: schema.org/MedicalSignOrSymptom it is not entirely clear how one could record a set of symptoms.
For instance:
Patient complains of severe abdominal pain.
Pain, which is abdominal in nature and rated as severe, is the data which has to be recorded from the above sentence.
Where may I find approved style guidelines with which to approach such data?
More posts by @Kaufman445
1 Comments
Sorted by latest first Latest Oldest Best
MedicalSignOrSymptom is for adding markup to the sign or symptom itself, therefore the name property is the sign or symptom, i.e.:
<div vocab="http://schema.org/" typeof="MedicalSignOrSymptom">
<p>Patient complains of <span property="name">severe abdominal pain</span>.</p>
</div>
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.