Has section leaf node


URI

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

Label

Has section

Description

For Note Nlp: The SECTION_CONCEPT_ID should be used to represent the note section contained in the NOTE_NLP record. These concepts can be found as parts of document panels and are based on the type of note written, i.e. a discharge summary. These panels can be found as concepts with the relationship 'Subsumes' to CONCEPT_ID [45875957](https://athena.ohdsi.org/search-terms/terms/45875957).

Usage

DOMAINPROPERTYRANGE
Note nlp Has section 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_section a owl:FunctionalProperty,
        owl:ObjectProperty ;
    rdfs:label "Has section"^^xsd:string ;
    owlready:python_name "section"^^xsd:string ;
    rdfs:comment "For Note Nlp: The SECTION_CONCEPT_ID should be used to represent the note section contained in the NOTE_NLP record. These concepts can be found as parts of document panels and are based on the type of note written, i.e. a discharge summary. These panels can be found as concepts with the relationship 'Subsumes' to CONCEPT_ID [45875957](https://athena.ohdsi.org/search-terms/terms/45875957)."@en ;
    rdfs:domain omop:NoteNlp ;
    rdfs:range omop:Concept ;
    omop:omop_cdm_name "note_nlp.section_concept_id#195 AS Concept"^^xsd:string .