Mobile app version of vmapp.org
Login or Join
Kaufman445

: 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

@Kaufman445

Posted in: #Data #Rdfa #SchemaOrg

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?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Kaufman445

1 Comments

Sorted by latest first Latest Oldest Best

 

@Connie744

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>

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme