Belgium Medication Schema
1.0.0 - STU1 Belgium

Belgium Medication Schema, published by My Organization. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/hl7-be/kmehrms and changes regularly. See the Directory of published versions

: Medication line - Treatment status - JSON Representation

Active as of 2023-03-07

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "BEMedicationLineStatusReason",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://example.com/fhir/example/CodeSystem/BEMedicationLineStatusReason</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\">planned<a name=\"BEMedicationLineStatusReason-planned\"> </a></td><td>Planned</td><td>Medication is/was planned to be taken</td></tr><tr><td style=\"white-space:nowrap\">ordered<a name=\"BEMedicationLineStatusReason-ordered\"> </a></td><td>Ordered</td><td>Medication is prescribed or ordered</td></tr><tr><td style=\"white-space:nowrap\">delivered<a name=\"BEMedicationLineStatusReason-delivered\"> </a></td><td>Delivered</td><td>Medication is delivered but there's no information that the patient has started to take it</td></tr><tr><td style=\"white-space:nowrap\">ongoing<a name=\"BEMedicationLineStatusReason-ongoing\"> </a></td><td>Ongoing</td><td>Medication treatment is ongoing</td></tr><tr><td style=\"white-space:nowrap\">suspended<a name=\"BEMedicationLineStatusReason-suspended\"> </a></td><td>Suspended</td><td>Medication treatment is suspended</td></tr><tr><td style=\"white-space:nowrap\">completed<a name=\"BEMedicationLineStatusReason-completed\"> </a></td><td>Completed</td><td>Medication treatment is completed</td></tr><tr><td style=\"white-space:nowrap\">stopped<a name=\"BEMedicationLineStatusReason-stopped\"> </a></td><td>Stopped</td><td>Medication treatment is stopped before being completed</td></tr></table></div>"
  },
  "url" : "http://example.com/fhir/example/CodeSystem/BEMedicationLineStatusReason",
  "version" : "1.0.0",
  "name" : "BEMedicationLineStatusReason",
  "title" : "Medication line - Treatment status",
  "status" : "active",
  "date" : "2023-03-07T20:58:02+00:00",
  "publisher" : "My Organization",
  "contact" : [
    {
      "name" : "My Organization",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://example.com/committees"
        },
        {
          "system" : "email",
          "value" : "my-group@example.com"
        }
      ]
    },
    {
      "name" : "Bob Smith",
      "telecom" : [
        {
          "system" : "email",
          "value" : "bobsmith@example.com",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Medication line - Treatment status.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "056",
          "display" : "Belgium"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 7,
  "concept" : [
    {
      "code" : "planned",
      "display" : "Planned",
      "definition" : "Medication is/was planned to be taken"
    },
    {
      "code" : "ordered",
      "display" : "Ordered",
      "definition" : "Medication is prescribed or ordered"
    },
    {
      "code" : "delivered",
      "display" : "Delivered",
      "definition" : "Medication is delivered but there's no information that the patient has started to take it"
    },
    {
      "code" : "ongoing",
      "display" : "Ongoing",
      "definition" : "Medication treatment is ongoing"
    },
    {
      "code" : "suspended",
      "display" : "Suspended",
      "definition" : "Medication treatment is suspended"
    },
    {
      "code" : "completed",
      "display" : "Completed",
      "definition" : "Medication treatment is completed"
    },
    {
      "code" : "stopped",
      "display" : "Stopped",
      "definition" : "Medication treatment is stopped before being completed"
    }
  ]
}