Place of service source value leaf node


URI

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

Label

Place of service source value

Description

For Care Site: Put the place of service of the care_site as it appears in the source data.

Usage

DOMAINPROPERTYRANGE
Care site Place of service 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:place_of_service_source_value a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "Place of service source value"^^xsd:string ;
    rdfs:comment "For Care Site: Put the place of service of the care_site as it appears in the source data."@en ;
    rdfs:domain omop:CareSite ;
    rdfs:range xsd:string ;
    omop:omop_cdm_name "care_site.place_of_service_source_value#272 AS str"^^xsd:string .