{
   "class" : {
      "owl:equivalentClass" : "http://purl.bioontology.org/ontology/SNOMEDCT/277132007",
      "rdf:type" : "rdfs:Class",
      "rdfs:comment" : "A medical procedure intended primarily for therapeutic purposes, aimed at improving a health condition.",
      "rdfs:label" : "TherapeuticProcedure",
      "rdfs:subClassOf" : "schema:MedicalProcedure",
      "schema:isPartOf" : "http:health-lifesci.schema.org"
   },
   "properties" : {
      "schema:adverseOutcome" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A possible complication and/or side effect of this therapy. If it is known that an adverse outcome is serious (resulting in death, disability, or permanent damage; requiring hospitalization; or otherwise life-threatening or requiring immediate medical attention), tag it as a seriousAdverseOutcome instead.",
         "rdfs:label" : "adverseOutcome",
         "schema:domainIncludes" : [
            "schema:TherapeuticProcedure",
            "schema:MedicalDevice"
         ],
         "schema:isPartOf" : "http:health-lifesci.schema.org",
         "schema:rangeIncludes" : "schema:MedicalEntity"
      },
      "schema:doseSchedule" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "A dosing schedule for the drug for a given population, either observed, recommended, or maximum dose based on the type used.",
         "rdfs:label" : "doseSchedule",
         "schema:domainIncludes" : [
            "schema:Drug",
            "schema:TherapeuticProcedure"
         ],
         "schema:isPartOf" : "http:health-lifesci.schema.org",
         "schema:rangeIncludes" : "schema:DoseSchedule"
      },
      "schema:drug" : {
         "rdf:type" : "rdf:Property",
         "rdfs:comment" : "Specifying a drug or medicine used in a medication procedure.",
         "rdfs:label" : "drug",
         "schema:domainIncludes" : [
            "schema:DrugClass",
            "schema:Patient",
            "schema:MedicalCondition",
            "schema:TherapeuticProcedure"
         ],
         "schema:isPartOf" : "http:health-lifesci.schema.org",
         "schema:rangeIncludes" : "schema:Drug"
      }
   }
}