Has unique device leaf node


URI

https://w3id.org/omop/ontology/has_unique_device

Label

Has unique device

Description

For Device Exposure: This is the Unique Device Identification number for devices regulated by the FDA, if given.
For medical devices that are regulated by the FDA, a Unique Device Identification (UDI) is provided if available in the data source and is recorded in the UNIQUE_DEVICE_ID field.

Usage

DOMAINPROPERTYRANGE
Device exposure Has unique device owl:Thing (inferred)

Implementation

@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 rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

omop:has_unique_device a owl:FunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "Has unique device"^^xsd:string ;
    owlready:python_name "unique_device"^^xsd:string ;
    rdfs:comment """For Device Exposure: This is the Unique Device Identification number for devices regulated by the FDA, if given.
For medical devices that are regulated by the FDA, a Unique Device Identification (UDI) is provided if available in the data source and is recorded in the UNIQUE_DEVICE_ID field."""@en ;
    rdfs:domain omop:DeviceExposure ;
    omop:omop_cdm_name "device_exposure.unique_device_id#122 AS Thing"^^xsd:string .