https://w3id.org/omop/ontology/qualifier_source_value
For Observation: This field houses the verbatim value from the source data representing the qualifier of the Observation that occurred.
This code is mapped to a Standard Condition Concept in the Standardized Vocabularies and the original code is stored here for reference.
DOMAIN | PROPERTY | RANGE |
---|---|---|
Observation | Qualifier source value | 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:qualifier_source_value a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "Qualifier source value"^^xsd:string ;
rdfs:comment """For Observation: This field houses the verbatim value from the source data representing the qualifier of the Observation that occurred.
This code is mapped to a Standard Condition Concept in the Standardized Vocabularies and the original code is stored here for reference."""@en ;
rdfs:domain omop:Observation ;
rdfs:range xsd:string ;
omop:omop_cdm_name "observation.qualifier_source_value#166 AS str"^^xsd:string .