KIOLA Implementation Guide
0.1.0 - STU1

KIOLA Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: KIOLA Boolean - JSON Representation

Active as of 2024-04-27

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "kiola-boolean-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This  code system <code>https://fhir.ehealth-systems.at/kiola/boolean</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\">true<a name=\"kiola-boolean-cs-true\"> </a></td><td>True</td></tr><tr><td style=\"white-space:nowrap\">false<a name=\"kiola-boolean-cs-false\"> </a></td><td>False</td></tr></table></div>"
  },
  "url" : "https://fhir.ehealth-systems.at/kiola/boolean",
  "version" : "0.1.0",
  "name" : "KIOLABooleanCS",
  "title" : "KIOLA Boolean",
  "status" : "active",
  "date" : "2024-04-27T13:32:49+00:00",
  "contact" : [
    {
      "name" : "AIT Austrian Institute of Technology",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:office@ait.ac.at"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "true",
      "display" : "True"
    },
    {
      "code" : "false",
      "display" : "False"
    }
  ]
}