Medication Scheme Implementation Guide
1.0.0 - draft Estonia flag

Medication Scheme Implementation Guide, published by TEHIK. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TEHIK-EE/ig-ee-medication-scheme/ and changes regularly. See the Directory of published versions

: ER_Soodustuse määr - JSON Representation

Active as of 2024-09-16

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "retsepti-soodustuse-maar",
  "language" : "et",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"et\" lang=\"et\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem retsepti-soodustuse-maar</b></p><a name=\"retsepti-soodustuse-maar\"> </a><a name=\"hcretsepti-soodustuse-maar\"> </a><a name=\"retsepti-soodustuse-maar-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: et</p></div><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class=\"grid\"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>URI</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>display</td><td>display</td><td>http://terminology.hl7.org/CodeSystem/designation-usage|display</td><td>string</td><td>Display</td></tr></table><p><b>Concepts</b></p><p>This case-insensitive code system <code>https://fhir.ee/CodeSystem/retsepti-soodustuse-maar</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\">100<a name=\"retsepti-soodustuse-maar-100\"> </a></td><td>100%</td></tr><tr><td style=\"white-space:nowrap\">50<a name=\"retsepti-soodustuse-maar-50\"> </a></td><td>50%</td></tr><tr><td style=\"white-space:nowrap\">75<a name=\"retsepti-soodustuse-maar-75\"> </a></td><td>75%</td></tr><tr><td style=\"white-space:nowrap\">90<a name=\"retsepti-soodustuse-maar-90\"> </a></td><td>90%</td></tr><tr><td style=\"white-space:nowrap\">0<a name=\"retsepti-soodustuse-maar-0\"> </a></td><td>0%</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/tools/StructureDefinition/web-source",
      "valueUrl" : "https://termx.kodality.dev/fhir/ValueSet/retsepti-soodustuse-maar"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeRepresentationLevel",
      "valueCode" : "executable"
    }
  ],
  "url" : "https://fhir.ee/CodeSystem/retsepti-soodustuse-maar",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:1.3.6.1.4.1.28284.6.2.2.47"
    },
    {
      "type" : {
        "coding" : [
          {
            "code" : "version"
          }
        ]
      },
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:1.3.6.1.4.1.28284.6.2.2.47.1"
    }
  ],
  "version" : "1.0.0",
  "versionAlgorithmString" : "integer",
  "name" : "RetseptiSoodustuseMaar",
  "title" : "ER_Soodustuse määr",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-09-16T12:34:03+00:00",
  "publisher" : "TEHIK",
  "contact" : [
    {
      "name" : "TEHIK",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.tehik.ee"
        },
        {
          "system" : "email",
          "value" : "fhir@tehik.ee"
        }
      ]
    },
    {
      "name" : "TEHIK Andmekorraldus",
      "telecom" : [
        {
          "system" : "email",
          "value" : "andmekorraldus@tehik.ee",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Elektrooniline retsept (ER) - Meditsiiniline dokumentatsioon digitaalse retsepti koostamisel/realiseerimisel/digitaliseerimisel.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "EE",
          "display" : "Estonia"
        }
      ]
    }
  ],
  "effectivePeriod" : {
    "start" : "2008-07-10T00:00:00Z"
  },
  "author" : [
    {
      "name" : "Tervisekassa"
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "property" : [
    {
      "code" : "display",
      "uri" : "http://terminology.hl7.org/CodeSystem/designation-usage|display",
      "description" : "Display",
      "type" : "string"
    }
  ],
  "concept" : [
    {
      "code" : "100",
      "display" : "100%"
    },
    {
      "code" : "50",
      "display" : "50%"
    },
    {
      "code" : "75",
      "display" : "75%"
    },
    {
      "code" : "90",
      "display" : "90%"
    },
    {
      "code" : "0",
      "display" : "0%"
    }
  ]
}