https://w3id.org/omop/ontology/paid_date
For Cost: The date payment was received for a service or encounter
@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:paid_date a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "Paid date"^^xsd:string ;
rdfs:comment "For Cost: The date payment was received for a service or encounter"@en ;
rdfs:domain omop:Cost ;
rdfs:range xsd:date ;
omop:omop_cdm_name "cost.paid_date#319 AS date"^^xsd:string .