snikproject / ontology

Public SNIK Ontology. An ontology of information management in hospitals.
https://snikproject.github.io/ontology/
Other
10 stars 1 forks source link

CPOE exists but not POE #363

Closed KonradHoeffner closed 4 years ago

KonradHoeffner commented 4 years ago

In BB, there is only CPOE but no class for POE. However the blue book does describe POE in section 6.4.5 and table 6.5. Should we create and add a POE class as a superclass of CPOE?

FranziskaJahn commented 4 years ago

I think we decided to use the more common acronym CPOE as label in SNIK although it is called POE in the book. POE should be a synonym of CPOE in SNIK. We do not need super- and subclasses.

KonradHoeffner commented 4 years ago

Add POE synonym to SNIK.

KonradHoeffner commented 4 years ago
SPARQL
INSERT DATA {GRAPH <http://www.snik.eu/ontology/bb> {<http://www.snik.eu/ontology/bb/ComputerizedPhysicianOrderEntrySystem> skos:altLabel "CPOE"@en, "POE"@en, "Physician Order Entry System"@en.}}