Has stop reason source leaf node


URI

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

Label

Has stop reason source

Description

For Payer Plan Period: If the source data codes the stop reason in an OMOP supported vocabulary store the concept_id here.

Usage

DOMAINPROPERTYRANGE
Payer plan period Has stop reason source Concept

Implementation

@prefix omop: <https://w3id.org/omop/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix owlready: <http://www.lesfleursdunormal.fr/static/_downloads/owlready_ontology.owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

omop:has_stop_reason_source a owl:FunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "Has stop reason source"^^xsd:string ;
    owlready:python_name "stop_reason_source"^^xsd:string ;
    rdfs:comment "For Payer Plan Period: If the source data codes the stop reason in an OMOP supported vocabulary store the concept_id here."@en ;
    rdfs:domain omop:PayerPlanPeriod ;
    rdfs:range omop:Concept ;
    omop:omop_cdm_name "payer_plan_period.stop_reason_source_concept_id#306 AS Concept"^^xsd:string .