https://w3id.org/omop/ontology/sig
For Drug Exposure: This is the verbatim instruction for the drug as written by the provider.
Put the written out instructions for the drug as it is verbatim in the source, if available.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| Drug exposure | Sig | string |
@prefix omop: <https://w3id.org/omop/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
omop:sig a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "Sig"^^xsd:string ;
rdfs:comment """For Drug Exposure: This is the verbatim instruction for the drug as written by the provider.
Put the written out instructions for the drug as it is verbatim in the source, if available."""@en ;
rdfs:domain omop:DrugExposure ;
rdfs:range xsd:string ;
omop:omop_cdm_name "drug_exposure.sig#90 AS str"^^xsd:string .