Skip to content

Commit

Permalink
adding classes for ED visits - dataset, cumulative count, incident co…
Browse files Browse the repository at this point in the history
…unt. Fixes #62
  • Loading branch information
hoganwr committed Jun 12, 2024
1 parent 37e2dcc commit 2478660
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions src/ontology/midas-data-edit.owl
Original file line number Diff line number Diff line change
Expand Up @@ -1167,6 +1167,16 @@ last accessed: 14/01/2014</obo:IAO_0000119>



<!-- http://w3id.org/midas-metadata/midas17 -->

<owl:Class rdf:about="http://w3id.org/midas-metadata/midas17">
<rdfs:subClassOf rdf:resource="http://w3id.org/midas-metadata/midas38"/>
<obo:IAO_0000115 xml:lang="en">a dataset that is about two or more emergency department visits involving two or more patients.</obo:IAO_0000115>
<rdfs:label xml:lang="en">emergency department visit dataset</rdfs:label>
</owl:Class>



<!-- http://w3id.org/midas-metadata/midas18 -->

<owl:Class rdf:about="http://w3id.org/midas-metadata/midas18">
Expand Down Expand Up @@ -1236,6 +1246,16 @@ last accessed: 14/01/2014</obo:IAO_0000119>



<!-- http://w3id.org/midas-metadata/midas24 -->

<owl:Class rdf:about="http://w3id.org/midas-metadata/midas24">
<rdfs:subClassOf rdf:resource="http://w3id.org/midas-metadata/midas17"/>
<obo:IAO_0000115 xml:lang="en">A count of emergency department visits in a population that is the total number of emergency department visits that occur during a reference temporal interval.</obo:IAO_0000115>
<rdfs:label xml:lang="en">cumulative emergency department visit count</rdfs:label>
</owl:Class>



<!-- http://w3id.org/midas-metadata/midas25 -->

<owl:Class rdf:about="http://w3id.org/midas-metadata/midas25">
Expand All @@ -1249,6 +1269,16 @@ last accessed: 14/01/2014</obo:IAO_0000119>



<!-- http://w3id.org/midas-metadata/midas26 -->

<owl:Class rdf:about="http://w3id.org/midas-metadata/midas26">
<rdfs:subClassOf rdf:resource="http://w3id.org/midas-metadata/midas17"/>
<obo:IAO_0000115>A count of emergency department visits in a population that is the number of emergency department visits that occurred during a proper part of a reference temporal interval.</obo:IAO_0000115>
<rdfs:label xml:lang="en">incident emergency department visit count</rdfs:label>
</owl:Class>



<!-- http://w3id.org/midas-metadata/midas28 -->

<owl:Class rdf:about="http://w3id.org/midas-metadata/midas28">
Expand Down

0 comments on commit 2478660

Please sign in to comment.