https://w3id.org/omop/ontology/incurred_date
For Cost: The first date of service of the clinical event corresponding to the cost as in table capturing the information (e.g. date of visit, date of procedure, date of condition, date of drug etc).
@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:incurred_date a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "Incurred date"^^xsd:string ;
rdfs:comment "For Cost: The first date of service of the clinical event corresponding to the cost as in table capturing the information (e.g. date of visit, date of procedure, date of condition, date of drug etc)."@en ;
rdfs:domain omop:Cost ;
rdfs:range xsd:date ;
omop:omop_cdm_name "cost.incurred_date#317 AS date"^^xsd:string .