Link to this page
The Prescription of Drugs Ontology
Last uploaded:
September 4, 2020
Acronym | PDRO |
Visibility | Public |
Description | PDRO is a realist ontology that aims to represent the domain of drug prescriptions. Such an ontology is currently missing in the OBOFoundry and is highly relevant to the domains of existing ontologies like DRON, OMRSE and OAE. PDRO’s central focus is the structure of a drug prescription, which is represented as a mereology of informational entities. Our current use cases are (1) refining this structure (e.g., adding closure axioms, cardinality, datatype bindings, etc) for prospectively standardizing local electronic prescriptions and (2) annotating prescription data of differing EHRs for detecting inappropriate prescriptions using a central semantic framework. Future ontological work will include aligning PDRO more closely with the Document Acts Ontology. |
Status | Production |
Format | OWL |
Contact | Ryeyan Taseen, ryeyan.taseen@gmail.com |
Categories | Health |
Groups | OBO Foundry |
Version | Released | Uploaded | Downloads |
---|---|---|---|
unknown (Parsed, Indexed, Metrics, Annotator) | 02/25/2020 | 09/04/2020 | OWL | CSV | RDF/XML | Diff |
unknown (Archived) | 02/25/2020 | 02/25/2020 | OWL | Diff |
unknown (Archived) | 09/23/2019 | 09/23/2019 | OWL | Diff |
unknown (Archived) | 07/23/2018 | 07/23/2018 | OWL | Diff |
unknown (Archived) | 06/19/2018 | 06/19/2018 | OWL | Diff |
unknown (Archived) | 06/09/2018 | 06/09/2018 | OWL | Diff |
unknown (Archived) | 06/08/2018 | 06/08/2018 | OWL | Diff |
unknown (Archived) | 06/07/2018 | 06/07/2018 | OWL | Diff |
unknown (Archived) | 11/28/2016 | 09/25/2017 | OWL |
more... |
No views of PDRO available
Jump to:
Id | http://purl.obolibrary.org/obo/BFO_0000016
http://purl.obolibrary.org/obo/BFO_0000016
|
---|---|
Preferred Name | disposition |
Type | http://www.w3.org/2002/07/owl#Class |
All Properties
label | disposition
|
---|---|
prefLabel | disposition
|
has associated axiom(fol) | (forall (x t) (if (and (RealizableEntity x) (existsAt x t)) (exists (y) (and (MaterialEntity y) (specificallyDepends x y t))))) // axiom label in BFO2 CLIF: [063-002]
(forall (x) (if (Disposition x) (and (RealizableEntity x) (exists (y) (and (MaterialEntity y) (bearerOfAt x y t)))))) // axiom label in BFO2 CLIF: [062-002]
|
editor note | BFO 2 Reference: Dispositions exist along a strength continuum. Weaker forms of disposition are realized in only a fraction of triggering cases. These forms occur in a significant number of cases of a similar type.
|
has associated axiom(nl) | If b is a realizable entity then for all t at which b exists, b s-depends_on some material entity at t. (axiom label in BFO2 Reference: [063-002])
|
isDefinedBy | |
elucidation | b is a disposition means: b is a realizable entity & b’s bearer is some material entity & b is such that if it ceases to exist, then its bearer is physically changed, & b’s realization occurs when and because this bearer is in some special physical circumstances, & this realization occurs in virtue of the bearer’s physical make-up. (axiom label in BFO2 Reference: [062-002])
|
BFO OWL specification label | disposition
|
prefixIRI |
BFO:0000016
PDRO:BFO_0000016
|
subClassOf | |
imported from | |
type | |
example of usage | an atom of element X has the disposition to decay to an atom of element Y
children are innately disposed to categorize objects in certain ways.
certain people have a predisposition to colon cancer
the cell wall is disposed to filter chemicals in endocytosis and exocytosis
|
BFO CLIF specification label | Disposition
|
disjointWith |
Add comment
Delete | Subject | Author | Type | Created |
---|---|---|---|---|
No notes to display |
- Problem retrieving properties:
Notes
Filter:
Add NCBO Web Widgets to your site for PDRO
Widget type | Widget demonstration |
---|---|
|
Step 2: Follow the Instructions
For more help visit NCBO Widget Wiki |
|
Example 1 (start typing the class name to get its full URI)
Example 2 (get the ID for a class) Example 3 (get the preferred name for a class) Step 2: Follow the Instructions
For more help visit NCBO Widget Wiki |
|
Step 2: Follow the InstructionsCopy the code below and paste it to your HTML page <iframe frameborder="0" src="/widgets/visualization?ontology=PDRO&class=http%3A%2F%2Fpurl.obolibrary.org%2Fobo%2FDRON_00260147&apikey=YOUR_API_KEY"></iframe> For more help visit NCBO Widget Wiki |
|
Step 2: Follow the InstructionsCopy the code below and paste it to your HTML page <link rel="stylesheet" type="text/css" href="/widgets/jquery.ncbo.tree.css"> <script src="/widgets/jquery.ncbo.tree-2.0.2.js"></script> <div id="widget_tree"></div> var widget_tree = $("#widget_tree").NCBOTree({ apikey: "YOUR_API_KEY", ontology: "PDRO" }); You can also view a detailed demonstration For more help visit NCBO Widget Wiki |