Stop reason source value leaf node


URI

https://w3id.org/omop/ontology/stop_reason_source_value

Label

Stop reason source value

Description

For Payer Plan Period: The Plan stop reason as it appears in the source data.

Usage

DOMAINPROPERTYRANGE
Payer plan period Stop reason source value string

Implementation

@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:stop_reason_source_value a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "Stop reason source value"^^xsd:string ;
    rdfs:comment "For Payer Plan Period: The Plan stop reason as it appears in the source data."@en ;
    rdfs:domain omop:PayerPlanPeriod ;
    rdfs:range xsd:string ;
    omop:omop_cdm_name "payer_plan_period.stop_reason_source_value#305 AS str"^^xsd:string .