OncoFAIR
0.1.0 - ci-build

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

: Medication status - JSON Representation

Draft as of 2025-05-22

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "CSMedicationStatus",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem CSMedicationStatus</b></p><a name=\"CSMedicationStatus\"> </a><a name=\"hcCSMedicationStatus\"> </a><a name=\"CSMedicationStatus-en-US\"> </a><p>This case-sensitive code system <code>http://ltsi.univ-rennes.fr/CodeSystem/CSMedicationStatus</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"CSMedicationStatus-1\"> </a></td><td>à faire</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"CSMedicationStatus-2\"> </a></td><td>fait</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"CSMedicationStatus-3\"> </a></td><td>annulé</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"CSMedicationStatus-4\"> </a></td><td>perdu</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"CSMedicationStatus-5\"> </a></td><td>démarré</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"CSMedicationStatus-6\"> </a></td><td>fini</td></tr><tr><td style=\"white-space:nowrap\">7<a name=\"CSMedicationStatus-7\"> </a></td><td>arrêté</td></tr><tr><td style=\"white-space:nowrap\">8<a name=\"CSMedicationStatus-8\"> </a></td><td>suspendu</td></tr><tr><td style=\"white-space:nowrap\">9<a name=\"CSMedicationStatus-9\"> </a></td><td>suivi</td></tr><tr><td style=\"white-space:nowrap\">10<a name=\"CSMedicationStatus-10\"> </a></td><td>redémarré</td></tr></table></div>"
  },
  "url" : "http://ltsi.univ-rennes.fr/CodeSystem/CSMedicationStatus",
  "version" : "0.1.0",
  "name" : "CSMedicationStatus",
  "title" : "Medication status",
  "status" : "draft",
  "experimental" : true,
  "date" : "2025-05-22T14:53:56+00:00",
  "publisher" : "KEREVAL and DOMASIA team of the Signal and Image Processing Laboratory (LTSI)",
  "contact" : [
    {
      "name" : "KEREVAL and DOMASIA team of the Signal and Image Processing Laboratory (LTSI)",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://github.com/ONCOFAIR"
        }
      ]
    }
  ],
  "description" : "CodeSystem for french medication status.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 10,
  "concept" : [
    {
      "code" : "1",
      "display" : "à faire"
    },
    {
      "code" : "2",
      "display" : "fait"
    },
    {
      "code" : "3",
      "display" : "annulé"
    },
    {
      "code" : "4",
      "display" : "perdu"
    },
    {
      "code" : "5",
      "display" : "démarré"
    },
    {
      "code" : "6",
      "display" : "fini"
    },
    {
      "code" : "7",
      "display" : "arrêté"
    },
    {
      "code" : "8",
      "display" : "suspendu"
    },
    {
      "code" : "9",
      "display" : "suivi"
    },
    {
      "code" : "10",
      "display" : "redémarré"
    }
  ]
}