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

: Procedure-Category - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "mona-procedure-category",
  "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-procedure-category defines many codes, of which the following are a subset:</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\">basic-care<a name=\"mona-procedure-category-basic-care\"> </a></td><td>Basic Care</td></tr><tr><td style=\"white-space:nowrap\">ventilation<a name=\"mona-procedure-category-ventilation\"> </a></td><td>Ventilation</td></tr></table></div>"
  },
  "url" : "https://fhir.mona.icu/CodeSystem/mona-procedure-category",
  "version" : "0.4.50648",
  "name" : "ProcedureCategoryCS",
  "title" : "Procedure-Category",
  "status" : "active",
  "experimental" : false,
  "date" : "2021-06-04",
  "publisher" : "Clinomic",
  "contact" : [
    {
      "name" : "Clinomic",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://clinomic.ai/"
        },
        {
          "system" : "email",
          "value" : "info@clinomic.ai"
        }
      ]
    }
  ],
  "description" : "A code system for describing procedure categories.",
  "content" : "fragment",
  "concept" : [
    {
      "code" : "basic-care",
      "display" : "Basic Care"
    },
    {
      "code" : "ventilation",
      "display" : "Ventilation"
    }
  ]
}