https://w3id.org/omop/ontology/drg_source_value
For Cost: The source value for the 3-digit DRG source 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:drg_source_value a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "Drg source value"^^xsd:string ;
rdfs:comment "For Cost: The source value for the 3-digit DRG source 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.drg_source_value#323 AS str"^^xsd:string .