Has payer leaf node


URI

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

Label

Has payer

Description

For Payer Plan Period: This field represents the organization who reimburses the provider which administers care to the Person.
Map the Payer directly to a standard CONCEPT_ID. If one does not exists please contact the vocabulary team. There is no global controlled vocabulary available for this information. The point is to stratify on this information and identify if Persons have the same payer, though the name of the Payer is not necessary. If not available, set to 0. [Accepted Concepts](http://athena.ohdsi.org/search-terms/terms?domain=Payer&standardConcept=Standard&page=1&pageSize=15&query=).

Usage

DOMAINPROPERTYRANGE
Payer plan period Has payer 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_payer a owl:FunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "Has payer"^^xsd:string ;
    owlready:python_name "payer"^^xsd:string ;
    rdfs:comment """For Payer Plan Period: This field represents the organization who reimburses the provider which administers care to the Person.
Map the Payer directly to a standard CONCEPT_ID. If one does not exists please contact the vocabulary team. There is no global controlled vocabulary available for this information. The point is to stratify on this information and identify if Persons have the same payer, though the name of the Payer is not necessary. If not available, set to 0. [Accepted Concepts](http://athena.ohdsi.org/search-terms/terms?domain=Payer&standardConcept=Standard&page=1&pageSize=15&query=)."""@en ;
    rdfs:domain omop:PayerPlanPeriod ;
    rdfs:range omop:Concept ;
    omop:omop_cdm_name "payer_plan_period.payer_concept_id#291 AS Concept"^^xsd:string .