From f8fc5011f99ad8f28312acd1cbd34eb56bfdf080 Mon Sep 17 00:00:00 2001 From: Leigh Carmody Date: Mon, 22 Jul 2024 13:52:29 -0400 Subject: [PATCH 1/2] added new terms to intubation branch. orotracheal intubation, nasotracheal intubation, orogastric intubation, nasogastric intubation, and fiberoptic intubation --- src/ontology/maxo-edit.owl | 47 +++++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/src/ontology/maxo-edit.owl b/src/ontology/maxo-edit.owl index 40afc1c4..9c8fc4c0 100644 --- a/src/ontology/maxo-edit.owl +++ b/src/ontology/maxo-edit.owl @@ -931,6 +931,11 @@ Declaration(Class()) Declaration(Class()) Declaration(Class()) Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) +Declaration(Class()) Declaration(Class()) Declaration(Class()) Declaration(Class()) @@ -10890,6 +10895,46 @@ AnnotationAssertion(dce:date "2024 AnnotationAssertion(rdfs:label "high fat diet intake") SubClassOf( ) +# Class: (orogastric intubation) + +AnnotationAssertion( "A type of intubation where the tube is placed through the nose, past the throat, and down into the stomach.") +AnnotationAssertion(dce:creator ) +AnnotationAssertion(dce:date "2024-07-22T17:31:09Z"^^xsd:dateTime) +AnnotationAssertion(rdfs:label "orogastric intubation") +SubClassOf( ) + +# Class: (nasogastric intubation) + +AnnotationAssertion( "Use of a tube that is inserted through the nose, down the throat, and into the stomach.") +AnnotationAssertion(dce:creator ) +AnnotationAssertion(dce:date "2024-07-22T17:33:33Z"^^xsd:dateTime) +AnnotationAssertion(rdfs:label "nasogastric intubation") +SubClassOf( ) + +# Class: (fiberoptic intubation) + +AnnotationAssertion( "Use of a flexible endoscope with a tracheal tube loaded along its length is passed through the glottis.") +AnnotationAssertion(dce:creator ) +AnnotationAssertion(dce:date "2024-07-22T17:33:46Z"^^xsd:dateTime) +AnnotationAssertion(rdfs:label "fiberoptic intubation") +SubClassOf( ) + +# Class: (orotracheal intubation) + +AnnotationAssertion( "A type of intubation where the tube goes through the oral cavity into the trachea.") +AnnotationAssertion(dce:creator ) +AnnotationAssertion(dce:date "2024-07-22T17:34:31Z"^^xsd:dateTime) +AnnotationAssertion(rdfs:label "orotracheal intubation") +SubClassOf( ) + +# Class: (nasotracheal intubation) + +AnnotationAssertion( "Intubation where teh tube goes through the nasal cavity into the trachea.") +AnnotationAssertion(dce:creator ) +AnnotationAssertion(dce:date "2024-07-22T17:34:48Z"^^xsd:dateTime) +AnnotationAssertion(rdfs:label "nasotracheal intubation") +SubClassOf( ) + # Class: (preimplantation genetic testing) AnnotationAssertion(Annotation( "NCBIBook:NBK5191") "Genetic testing of one or more cells removed from early embryos conceived by in vitro fertilization and transferring to the mother's uterus only those embryos determined not to have the pathogenic variant(s)/chromosome anomaly(ies) of concern.") @@ -12303,5 +12348,5 @@ AnnotationAssertion(dcterms:creator "2023-04-11T12:00:00Z") AnnotationAssertion(dcterms:contributor ) AnnotationAssertion(dcterms:creator ) -AnnotationAssertion( _:genid2147483649 "") +AnnotationAssertion( _:genid2147483650 "") ) \ No newline at end of file From ee08bdd0ba256339af8444d4b652c38782aaa3de Mon Sep 17 00:00:00 2001 From: Leigh Carmody Date: Mon, 22 Jul 2024 13:56:47 -0400 Subject: [PATCH 2/2] add fiberoptic intubation as child of endoscopy --- src/ontology/maxo-edit.owl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ontology/maxo-edit.owl b/src/ontology/maxo-edit.owl index 9c8fc4c0..1640a1ee 100644 --- a/src/ontology/maxo-edit.owl +++ b/src/ontology/maxo-edit.owl @@ -10917,6 +10917,7 @@ AnnotationAssertion( ) AnnotationAssertion(dce:date "2024-07-22T17:33:46Z"^^xsd:dateTime) AnnotationAssertion(rdfs:label "fiberoptic intubation") +SubClassOf( ) SubClassOf( ) # Class: (orotracheal intubation)