https://w3id.org/omop/ontology/has_device_exposure
reversed relation, For Device Exposure: The Visit during which the device was prescribed or given.
To populate this field device exposures must be explicitly initiated in the visit. - reversed relation, For Device Exposure: The Visit Detail during which the device was prescribed or given.
To populate this field device exposures must be explicitly initiated in the visit detail record.
DOMAIN | PROPERTY | RANGE |
---|---|---|
Blank node (see implementation) | Has device exposure | Device exposure |
@prefix omop: <https://w3id.org/omop/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix owlready: <http://www.lesfleursdunormal.fr/static/_downloads/owlready_ontology.owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
omop:has_device_exposure a owl:ObjectProperty ;
rdfs:label "Has device exposure"^^xsd:string ;
owlready:python_name "device_exposures"^^xsd:string ;
rdfs:comment """reversed relation, For Device Exposure: The Visit Detail during which the device was prescribed or given.
To populate this field device exposures must be explicitly initiated in the visit detail record."""@en,
"""reversed relation, For Device Exposure: The Visit during which the device was prescribed or given.
To populate this field device exposures must be explicitly initiated in the visit."""@en ;
rdfs:domain [ a owl:Class ;
owl:unionOf ( omop:BaseVisit omop:Person ) ] ;
rdfs:range omop:DeviceExposure ;
omop:omop_cdm_name "device_exposure.person_id#115 AS Person"^^xsd:string,
"device_exposure.visit_detail_id#126 AS VisitDetail"^^xsd:string,
"device_exposure.visit_occurrence_id#125 AS VisitOccurrence"^^xsd:string .