Medication
1.1.0 - STU Belgium flag

Medication, published by HL7 Belgium. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/medication/ and changes regularly. See the Directory of published versions

: Medication preparation Type - JSON Representation

Draft as of 2024-05-06

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "medication-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-insensitive code system <code>https://www.ehealth.fgov.be/standards/fhir/medication/CodeSystem/medication-type</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\">magistral<a name=\"medication-type-magistral\"> </a></td><td>Magistral preparation</td></tr><tr><td style=\"white-space:nowrap\">officinal<a name=\"medication-type-officinal\"> </a></td><td>Officinal preparation</td></tr><tr><td style=\"white-space:nowrap\">medicinal-product<a name=\"medication-type-medicinal-product\"> </a></td><td>Medicinal Product</td></tr><tr><td style=\"white-space:nowrap\">non-medicinal-product<a name=\"medication-type-non-medicinal-product\"> </a></td><td>non-medicinal product e.g. supplement</td></tr></table></div>"
  },
  "url" : "https://www.ehealth.fgov.be/standards/fhir/medication/CodeSystem/medication-type",
  "version" : "1.1.0",
  "name" : "BEMLMedicationType",
  "title" : "Medication preparation Type",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-05-06T21:26:07+00:00",
  "publisher" : "HL7 Belgium",
  "contact" : [
    {
      "name" : "HL7 Belgium",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.hl7belgium.org"
        },
        {
          "system" : "email",
          "value" : "hl7belgium@hl7belgium.org"
        }
      ]
    },
    {
      "name" : "Message Structure eHealth",
      "telecom" : [
        {
          "system" : "email",
          "value" : "message-structure@ehealth.fgov.be",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Medication preparation type",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "BE",
          "display" : "Belgium"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "magistral",
      "display" : "Magistral preparation"
    },
    {
      "code" : "officinal",
      "display" : "Officinal preparation"
    },
    {
      "code" : "medicinal-product",
      "display" : "Medicinal Product"
    },
    {
      "code" : "non-medicinal-product",
      "display" : "non-medicinal product e.g. supplement"
    }
  ]
}