Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rx norm extension #718

Merged
merged 9 commits into from
Jun 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
416,253 changes: 312,086 additions & 104,167 deletions src/VO_merged.owl

Large diffs are not rendered by default.

1,601 changes: 1,601 additions & 0 deletions src/modules/individuals.owl

Large diffs are not rendered by default.

57 changes: 56 additions & 1 deletion src/modules/other.owl
Original file line number Diff line number Diff line change
Expand Up @@ -3591,7 +3591,7 @@ of minimal anatomy terminology and NCBI taxonomy... Eventually, this term chicke
<obo:IAO_0000118>dose form group</obo:IAO_0000118>
<obo:IAO_0000119>https://www.nlm.nih.gov/research/umls/rxnorm/docs/appendix3.html</obo:IAO_0000119>
<oboInOwl:inSubset>material entity</oboInOwl:inSubset>
<rdfs:label>drug form</rdfs:label>
<rdfs:label>drug dose form</rdfs:label>
</owl:Class>


Expand Down Expand Up @@ -3684,6 +3684,61 @@ of minimal anatomy terminology and NCBI taxonomy... Eventually, this term chicke
<oboInOwl:inSubset>information content entity</oboInOwl:inSubset>
<rdfs:label>drug brand name</rdfs:label>
</owl:Class>



<!-- http://purl.obolibrary.org/obo/VO_0018843 -->

<owl:Class rdf:about="http://purl.obolibrary.org/obo/VO_0018843">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/VO_0015061"/>
<obo:IAO_0000117>Jie Zheng</obo:IAO_0000117>
<oboInOwl:inSubset>material entity</oboInOwl:inSubset>
<rdfs:label>oral</rdfs:label>
</owl:Class>



<!-- http://purl.obolibrary.org/obo/VO_0018844 -->

<owl:Class rdf:about="http://purl.obolibrary.org/obo/VO_0018844">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/VO_0015061"/>
<obo:IAO_0000117>Jie Zheng</obo:IAO_0000117>
<oboInOwl:inSubset>material entity</oboInOwl:inSubset>
<rdfs:label>oral suspension</rdfs:label>
</owl:Class>



<!-- http://purl.obolibrary.org/obo/VO_0018845 -->

<owl:Class rdf:about="http://purl.obolibrary.org/obo/VO_0018845">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/VO_0015061"/>
<obo:IAO_0000117>Jie Zheng</obo:IAO_0000117>
<oboInOwl:inSubset>material entity</oboInOwl:inSubset>
<rdfs:label>powder for oral suspension</rdfs:label>
</owl:Class>



<!-- http://purl.obolibrary.org/obo/VO_0018846 -->

<owl:Class rdf:about="http://purl.obolibrary.org/obo/VO_0018846">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/VO_0015061"/>
<obo:IAO_0000117>Jie Zheng</obo:IAO_0000117>
<oboInOwl:inSubset>material entity</oboInOwl:inSubset>
<rdfs:label>oral capsule</rdfs:label>
</owl:Class>



<!-- http://purl.obolibrary.org/obo/VO_0018847 -->

<owl:Class rdf:about="http://purl.obolibrary.org/obo/VO_0018847">
<rdfs:subClassOf rdf:resource="http://purl.obolibrary.org/obo/VO_0015061"/>
<obo:IAO_0000117>Jie Zheng</obo:IAO_0000117>
<oboInOwl:inSubset>material entity</oboInOwl:inSubset>
<rdfs:label>oral tablet</rdfs:label>
</owl:Class>
</rdf:RDF>


Expand Down
Loading