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

: TISS28 Answer - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "mona-tiss28-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-tiss28-answer 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\">no<a name=\"mona-tiss28-answer-no\"> </a></td><td>Nein</td></tr><tr><td style=\"white-space:nowrap\">yes<a name=\"mona-tiss28-answer-yes\"> </a></td><td>Ja</td></tr><tr><td style=\"white-space:nowrap\">one-medication<a name=\"mona-tiss28-answer-one-medication\"> </a></td><td>1 Medikament</td></tr><tr><td style=\"white-space:nowrap\">more-than-one-medication<a name=\"mona-tiss28-answer-more-than-one-medication\"> </a></td><td>&gt;1 Medikament</td></tr><tr><td style=\"white-space:nowrap\">routine<a name=\"mona-tiss28-answer-routine\"> </a></td><td>Routine</td></tr><tr><td style=\"white-space:nowrap\">often<a name=\"mona-tiss28-answer-often\"> </a></td><td>Häufig</td></tr><tr><td style=\"white-space:nowrap\">one-intervention<a name=\"mona-tiss28-answer-one-intervention\"> </a></td><td>1 Intervention</td></tr><tr><td style=\"white-space:nowrap\">more-than-one-intervention<a name=\"mona-tiss28-answer-more-than-one-intervention\"> </a></td><td>&gt;1 Intervention</td></tr></table></div>"
  },
  "url" : "https://fhir.mona.icu/CodeSystem/mona-tiss28-answer",
  "version" : "0.4.50648",
  "name" : "TISS28AnswerCS",
  "title" : "TISS28 Answer",
  "status" : "active",
  "experimental" : true,
  "date" : "2021-10-06",
  "publisher" : "Clinomic",
  "contact" : [
    {
      "name" : "Clinomic",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://clinomic.ai/"
        },
        {
          "system" : "email",
          "value" : "info@clinomic.ai"
        }
      ]
    }
  ],
  "description" : "Answers for TISS28 questions with score mappings.",
  "content" : "complete",
  "count" : 8,
  "concept" : [
    {
      "code" : "no",
      "display" : "Nein"
    },
    {
      "code" : "yes",
      "display" : "Ja"
    },
    {
      "code" : "one-medication",
      "display" : "1 Medikament"
    },
    {
      "code" : "more-than-one-medication",
      "display" : ">1 Medikament"
    },
    {
      "code" : "routine",
      "display" : "Routine"
    },
    {
      "code" : "often",
      "display" : "Häufig"
    },
    {
      "code" : "one-intervention",
      "display" : "1 Intervention"
    },
    {
      "code" : "more-than-one-intervention",
      "display" : ">1 Intervention"
    }
  ]
}