https://w3id.org/omop/ontology/specialty_source_value
For Provider: This is the kind of provider or specialty as it appears in the source data. This includes physician specialties such as internal medicine, emergency medicine, etc. and allied health professionals such as nurses, midwives, and pharmacists.
Put the kind of provider as it appears in the source data. This field is up to the discretion of the ETL-er as to whether this should be the coded value from the source or the text description of the lookup value.
@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:specialty_source_value a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "Specialty source value"^^xsd:string ;
rdfs:comment """For Provider: This is the kind of provider or specialty as it appears in the source data. This includes physician specialties such as internal medicine, emergency medicine, etc. and allied health professionals such as nurses, midwives, and pharmacists.
Put the kind of provider as it appears in the source data. This field is up to the discretion of the ETL-er as to whether this should be the coded value from the source or the text description of the lookup value."""@en ;
rdfs:domain omop:Provider ;
rdfs:range xsd:string ;
omop:omop_cdm_name "provider.specialty_source_value#282 AS str"^^xsd:string .