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 origin type - JSON Representation

Active as of 2024-11-18

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "medication-line-origin-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem medication-line-origin-type</b></p><a name=\"medication-line-origin-type\"> </a><a name=\"hcmedication-line-origin-type\"> </a><a name=\"medication-line-origin-type-en-US\"> </a><p>This case-sensitive code system <code>https://www.ehealth.fgov.be/standards/fhir/medication/CodeSystem/medication-line-origin-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\">ambulatory<a name=\"medication-line-origin-type-ambulatory\"> </a></td><td>Ambulatory</td></tr><tr><td style=\"white-space:nowrap\">hospital<a name=\"medication-line-origin-type-hospital\"> </a></td><td>Hospital</td></tr></table></div>"
  },
  "url" : "https://www.ehealth.fgov.be/standards/fhir/medication/CodeSystem/medication-line-origin-type",
  "version" : "1.1.0",
  "name" : "MedicationLineOrigintype",
  "title" : "Medication origin type",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-11-18T05:04:04+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 treatment origin type - what is the type of care that originated the medication treatment",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "BE",
          "display" : "Belgium"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "ambulatory",
      "display" : "Ambulatory"
    },
    {
      "code" : "hospital",
      "display" : "Hospital"
    }
  ]
}