Mona FHIR Implementation Guide
0.4.50648 - ci-build

Mona FHIR Implementation Guide - Local Development build (v0.4.50648). See the Directory of published versions

: Administration-Method - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "mona-basic-answer",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "language" : "de-DE",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"de-DE\" lang=\"de-DE\"><p>This code system https://fhir.mona.icu/CodeSystem/mona-basic-answer defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">ok<a name=\"mona-basic-answer-ok\"> </a></td><td>OK</td><td>Antwort ist 'OK', wie erwartet.</td></tr><tr><td style=\"white-space:nowrap\">not-ok<a name=\"mona-basic-answer-not-ok\"> </a></td><td>Nicht OK</td><td>Antwort ist 'nicht OK', abweichend vom erwarteten Ergebnis.</td></tr><tr><td style=\"white-space:nowrap\">not-applicable<a name=\"mona-basic-answer-not-applicable\"> </a></td><td>Nicht anwendbar</td><td>Antwort ist 'nicht anwendbar', die Beantwortung der Frage ist im aktuellen Kontext nicht anwendbar.</td></tr><tr><td style=\"white-space:nowrap\">yes<a name=\"mona-basic-answer-yes\"> </a></td><td>Ja</td><td/></tr><tr><td style=\"white-space:nowrap\">no<a name=\"mona-basic-answer-no\"> </a></td><td>Nein</td><td/></tr></table></div>"
  },
  "url" : "https://fhir.mona.icu/CodeSystem/mona-basic-answer",
  "version" : "0.4.50648",
  "name" : "BasicAnswerCS",
  "title" : "Administration-Method",
  "status" : "active",
  "experimental" : true,
  "date" : "2021-04-07",
  "publisher" : "Clinomic",
  "contact" : [
    {
      "name" : "Clinomic",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://clinomic.ai/"
        },
        {
          "system" : "email",
          "value" : "info@clinomic.ai"
        }
      ]
    }
  ],
  "description" : "Basic answers for any kind of questions.",
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "ok",
      "display" : "OK",
      "definition" : "Antwort ist 'OK', wie erwartet."
    },
    {
      "code" : "not-ok",
      "display" : "Nicht OK",
      "definition" : "Antwort ist 'nicht OK', abweichend vom erwarteten Ergebnis."
    },
    {
      "code" : "not-applicable",
      "display" : "Nicht anwendbar",
      "definition" : "Antwort ist 'nicht anwendbar', die Beantwortung der Frage ist im aktuellen Kontext nicht anwendbar."
    },
    {
      "code" : "yes",
      "display" : "Ja"
    },
    {
      "code" : "no",
      "display" : "Nein"
    }
  ]
}