https://w3id.org/omop/ontology/has_revenue_code
For Cost: A foreign key referring to a Standard Concept ID in the Standardized Vocabularies for Revenue codes belonging to the 'Revenue Code' vocabulary.
@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_revenue_code a owl:FunctionalProperty,
owl:ObjectProperty ;
rdfs:label "Has revenue code"^^xsd:string ;
owlready:python_name "revenue_code"^^xsd:string ;
rdfs:comment "For Cost: A foreign key referring to a Standard Concept ID in the Standardized Vocabularies for Revenue codes belonging to the 'Revenue Code' vocabulary."@en ;
rdfs:domain omop:Cost ;
rdfs:range omop:Concept ;
omop:omop_cdm_name "cost.revenue_code_concept_id#320 AS Concept"^^xsd:string .