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

: Functional-Check-Answers - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "mona-functional-check-answers",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-mona-basic-answer.html\"><code>https://fhir.mona.icu/CodeSystem/mona-basic-answer</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-mona-basic-answer.html#mona-basic-answer-ok\">ok</a></td><td>OK</td><td>Antwort ist 'OK', wie erwartet.</td></tr><tr><td><a href=\"CodeSystem-mona-basic-answer.html#mona-basic-answer-not-ok\">not-ok</a></td><td>Nicht OK</td><td>Antwort ist 'nicht OK', abweichend vom erwarteten Ergebnis.</td></tr><tr><td><a href=\"CodeSystem-mona-basic-answer.html#mona-basic-answer-not-applicable\">not-applicable</a></td><td>N/A</td><td>Antwort ist 'nicht anwendbar', die Beantwortung der Frage ist im aktuellen Kontext nicht anwendbar.</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.mona.icu/ValueSet/mona-functional-check-answers",
  "version" : "0.4.50648",
  "name" : "FunctionalCheckAnswerVS",
  "title" : "Functional-Check-Answers",
  "status" : "active",
  "experimental" : true,
  "date" : "2023-01-21T19:50:53+00:00",
  "publisher" : "Clinomic",
  "contact" : [
    {
      "name" : "Clinomic",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://clinomic.ai/"
        },
        {
          "system" : "email",
          "value" : "info@clinomic.ai"
        }
      ]
    }
  ],
  "description" : "Clinomic Mona Codes for Entry-Control: Functional Check Answers.",
  "compose" : {
    "include" : [
      {
        "system" : "https://fhir.mona.icu/CodeSystem/mona-basic-answer",
        "concept" : [
          {
            "code" : "ok",
            "display" : "OK"
          },
          {
            "code" : "not-ok",
            "display" : "Nicht OK"
          },
          {
            "code" : "not-applicable",
            "display" : "N/A"
          }
        ]
      }
    ]
  }
}