0.0.1-alpha2 - ci-build

TerminologieDE, published by HL7 Deutschland e.V. (Technisches Komitee Terminologien). This guide is not an authorized publication; it is the continuous build for version 0.0.1-alpha2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7germany/de.basisprofil.terminology/ and changes regularly. See the Directory of published versions

: Supplement Medication Status Codes - JSON Representation

Draft as of 2022-02-09

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "medication-status-codes-supplement",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem medication-status-codes-supplement</b></p><a name=\"medication-status-codes-supplement\"> </a><a name=\"hcmedication-status-codes-supplement\"> </a><p>This code system supplement <code>http://fhir.de/terminologie/CodeSystem/medication-status-codes-supplement</code> defines displays on the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Deutsch (Deutschland) (German (Germany), de)</b></td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-medication-statement-status.html#medication-statement-status-recorded\">recorded</a><a name=\"medication-status-codes-supplement-recorded\"> </a></td><td>Dokumentiert</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-medication-statement-status.html#medication-statement-status-entered-in-error\">entered-in-error</a><a name=\"medication-status-codes-supplement-entered-in-error\"> </a></td><td>Irrtürmliche Eingabe</td></tr><tr><td><a style=\"white-space:nowrap\" href=\"http://hl7.org/fhir/R4/codesystem-medication-statement-status.html#medication-statement-status-draft\">draft</a><a name=\"medication-status-codes-supplement-draft\"> </a></td><td>Entwurf</td></tr></table></div>"
  },
  "url" : "http://fhir.de/terminologie/CodeSystem/medication-status-codes-supplement",
  "version" : "0.0.1-alpha2",
  "name" : "SupplementMedicationStatusCodes",
  "title" : "Supplement Medication Status Codes",
  "status" : "draft",
  "experimental" : true,
  "date" : "2022-02-09",
  "publisher" : "HL7 Deutschland e.V. (Technisches Komitee Terminologien)",
  "contact" : [
    {
      "name" : "HL7 Deutschland e.V. (Technisches Komitee Terminologien)",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://hl7.de/technische-komitees/terminologien/"
        }
      ]
    }
  ],
  "description" : "CodeSystem Supplement mit Deutschen Übersetzungen für Medication Status Codes",
  "content" : "supplement",
  "supplements" : "http://hl7.org/fhir/CodeSystem/medication-statement-status",
  "concept" : [
    {
      "code" : "recorded",
      "designation" : [
        {
          "language" : "de-DE",
          "value" : "Dokumentiert"
        }
      ]
    },
    {
      "code" : "entered-in-error",
      "designation" : [
        {
          "language" : "de-DE",
          "value" : "Irrtürmliche Eingabe"
        }
      ]
    },
    {
      "code" : "draft",
      "designation" : [
        {
          "language" : "de-DE",
          "value" : "Entwurf"
        }
      ]
    }
  ]
}