CHMED Implementation Guide
3.0.0-ci-build - ci-build Switzerland flag

CHMED Implementation Guide, published by IG eMediplan. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ahdis/chmed/ and changes regularly. See the Directory of published versions

: CHMED Timed Dosage Object Type - JSON Representation

Active as of 2024-04-24

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "chmed-codesystem-timed-dosage-object-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://chmed.emediplan.ch/fhir/CodeSystem/chmed-codesystem-timed-dosage-object-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\">1<a name=\"chmed-codesystem-timed-dosage-object-type-1\"> </a></td><td>DosageOnly</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"chmed-codesystem-timed-dosage-object-type-2\"> </a></td><td>Times</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"chmed-codesystem-timed-dosage-object-type-3\"> </a></td><td>DaySegments</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"chmed-codesystem-timed-dosage-object-type-4\"> </a></td><td>WeekDays</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"chmed-codesystem-timed-dosage-object-type-5\"> </a></td><td>DaysOfMonth</td></tr><tr><td style=\"white-space:nowrap\">6<a name=\"chmed-codesystem-timed-dosage-object-type-6\"> </a></td><td>Interval</td></tr></table></div>"
  },
  "url" : "http://chmed.emediplan.ch/fhir/CodeSystem/chmed-codesystem-timed-dosage-object-type",
  "version" : "3.0.0-ci-build",
  "name" : "TimedDosageObjectType",
  "title" : "CHMED Timed Dosage Object Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-04-24T08:36:22+00:00",
  "publisher" : "IG eMediplan",
  "contact" : [
    {
      "name" : "IG eMediplan",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.emediplan.ch"
        }
      ]
    }
  ],
  "description" : "Code system for defining the type of the timed dosage object",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CHE"
        }
      ]
    }
  ],
  "copyright" : "CC0-1.0",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 6,
  "concept" : [
    {
      "code" : "1",
      "display" : "DosageOnly"
    },
    {
      "code" : "2",
      "display" : "Times"
    },
    {
      "code" : "3",
      "display" : "DaySegments"
    },
    {
      "code" : "4",
      "display" : "WeekDays"
    },
    {
      "code" : "5",
      "display" : "DaysOfMonth"
    },
    {
      "code" : "6",
      "display" : "Interval"
    }
  ]
}