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 - periodicity - JSON Representation

Active as of 2023-03-07

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "BEMedicationLinePeriodicity",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://example.com/fhir/example/CodeSystem/BEMedicationLinePeriodicity</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=\"BEMedicationLinePeriodicity-planned\"> </a></td><td>Planned</td><td>Medication is/was planned to be taken</td></tr></table></div>"
  },
  "url" : "http://example.com/fhir/example/CodeSystem/BEMedicationLinePeriodicity",
  "version" : "1.0.0",
  "name" : "BEMedicationLinePeriodicity",
  "title" : "Medication line - periodicity",
  "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 - periodicity.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "056",
          "display" : "Belgium"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 1,
  "concept" : [
    {
      "code" : "planned",
      "display" : "Planned",
      "definition" : "Medication is/was planned to be taken"
    }
  ]
}