https://w3id.org/omop/ontology/revenue_code_source_value
For Cost: The source value for the Revenue code as it appears in the source data, stored here for reference.
@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:revenue_code_source_value a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "Revenue code source value"^^xsd:string ;
rdfs:comment "For Cost: The source value for the Revenue code as it appears in the source data, stored here for reference."@en ;
rdfs:domain omop:Cost ;
rdfs:range xsd:string ;
omop:omop_cdm_name "cost.revenue_code_source_value#322 AS str"^^xsd:string .