Modelling ChronicDisease
Related: - Class ChronicDisease: "For chronic disease modelling, e.g. diabetes, asthma..."@en, with instances - Asthma "Asthma, a chronical disease that some users can have."@en - Diabetes "Diabetes, a chronical disease that some users can have."@en - OP hasChronicDisease: "A patient can suffer from one or more chronic disease like Diabetes, azma, etc."@en domain Patient, range ChronicDisease The SAREF Core pattern for states can be applied. Suggested change: Delete the terms above, and define: - `ChronicDisease a saref:State` "The situation of a patient that suffers from chronic disease, e.g. diabetes, asthma..." - `Asthma skos:broader ChronicDisease` "The situation of a patient that suffers from asthma, a chronic disease" - `Diabetes skos:broader ChronicDisease` "The situation of a patient that suffers from diabetes, a chronic disease" In practice: ``` <patient> saref:hasState s4ehaw:Asthma . <sensor> saref:observes s4ehaw:Asthma . ``` ...
issue