0.1.0 - ci-build

OBSCDSS - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Machine Learning Models code system - JSON Representation

Draft as of 2024-03-26

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "ml-type-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This  code system <code>https://joofio.github.io/obs-cdss-fhir/CodeSystem/ml-type-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">DT<a name=\"ml-type-cs-DT\"> </a></td><td>Decision Trees</td><td>Decision Trees</td></tr><tr><td style=\"white-space:nowrap\">RF<a name=\"ml-type-cs-RF\"> </a></td><td>Random Forests</td><td>Random Forests</td></tr><tr><td style=\"white-space:nowrap\">XGBOOST<a name=\"ml-type-cs-XGBOOST\"> </a></td><td>Extreme Gradient Boosting</td><td>Extreme Gradient Boosting</td></tr><tr><td style=\"white-space:nowrap\">LGBM<a name=\"ml-type-cs-LGBM\"> </a></td><td>Light Gradient Boosting</td><td>Light Gradient Boosting</td></tr><tr><td style=\"white-space:nowrap\">BAYES<a name=\"ml-type-cs-BAYES\"> </a></td><td>Bayesian</td><td>Bayesian</td></tr></table></div>"
  },
  "url" : "https://joofio.github.io/obs-cdss-fhir/CodeSystem/ml-type-cs",
  "version" : "0.1.0",
  "name" : "MlTypesCS",
  "title" : "Machine Learning Models code system",
  "status" : "draft",
  "date" : "2024-03-26T13:57:12+00:00",
  "description" : "Machine Learning Models code system",
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "DT",
      "display" : "Decision Trees",
      "definition" : "Decision Trees"
    },
    {
      "code" : "RF",
      "display" : "Random Forests",
      "definition" : "Random Forests"
    },
    {
      "code" : "XGBOOST",
      "display" : "Extreme Gradient Boosting",
      "definition" : "Extreme Gradient Boosting"
    },
    {
      "code" : "LGBM",
      "display" : "Light Gradient Boosting",
      "definition" : "Light Gradient Boosting"
    },
    {
      "code" : "BAYES",
      "display" : "Bayesian",
      "definition" : "Bayesian"
    }
  ]
}