Has anatomic site leaf node


URI

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

Label

Has anatomic site

Description

For Specimen: This is the site on the body where the specimen is from.
Map the ANATOMIC_SITE_SOURCE_VALUE to a Standard Concept in the Spec Anatomic Site domain. This should be coded at the lowest level of granularity [Accepted Concepts](https://athena.ohdsi.org/search-terms/terms?standardConcept=Standard&domain=Spec+Anatomic+Site&conceptClass=Body+Structure&page=4&pageSize=15&query=)

Usage

DOMAINPROPERTYRANGE
Specimen Has anatomic site 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_anatomic_site a owl:FunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "Has anatomic site"^^xsd:string ;
    owlready:python_name "anatomic_site"^^xsd:string ;
    rdfs:comment """For Specimen: This is the site on the body where the specimen is from.
Map the ANATOMIC_SITE_SOURCE_VALUE to a Standard Concept in the Spec Anatomic Site domain. This should be coded at the lowest level of granularity [Accepted Concepts](https://athena.ohdsi.org/search-terms/terms?standardConcept=Standard&domain=Spec+Anatomic+Site&conceptClass=Body+Structure&page=4&pageSize=15&query=)"""@en ;
    rdfs:domain omop:Specimen ;
    rdfs:range omop:Concept ;
    omop:omop_cdm_name "specimen.anatomic_site_concept_id#215 AS Concept"^^xsd:string .