https://w3id.org/omop/ontology/plan_source_value
For Payer Plan Period: This is the health benefit Plan of the Person as it appears in the source data.
DOMAIN | PROPERTY | RANGE |
---|---|---|
Payer plan period | Plan source value | string |
@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:plan_source_value a owl:DatatypeProperty,
owl:FunctionalProperty ;
rdfs:label "Plan source value"^^xsd:string ;
rdfs:comment "For Payer Plan Period: This is the health benefit Plan of the Person as it appears in the source data."@en ;
rdfs:domain omop:PayerPlanPeriod ;
rdfs:range xsd:string ;
omop:omop_cdm_name "payer_plan_period.plan_source_value#295 AS str"^^xsd:string .