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

: ClinicalImpression type - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "mona-clinical-impression-type",
  "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-clinical-impression-type 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\">physician-report<a name=\"mona-clinical-impression-type-physician-report\"> </a></td><td>Physician Report</td></tr><tr><td style=\"white-space:nowrap\">speech-therapy-report<a name=\"mona-clinical-impression-type-speech-therapy-report\"> </a></td><td>Speech Therapy Report</td></tr><tr><td style=\"white-space:nowrap\">physical-therapy-report<a name=\"mona-clinical-impression-type-physical-therapy-report\"> </a></td><td>Physical Therapy Report</td></tr><tr><td style=\"white-space:nowrap\">neurology-report<a name=\"mona-clinical-impression-type-neurology-report\"> </a></td><td>Neurology Report</td></tr><tr><td style=\"white-space:nowrap\">care-report<a name=\"mona-clinical-impression-type-care-report\"> </a></td><td>Care Report</td></tr></table></div>"
  },
  "url" : "https://fhir.mona.icu/CodeSystem/mona-clinical-impression-type",
  "version" : "0.4.50648",
  "name" : "ClinicalImpressionTypeCS",
  "title" : "ClinicalImpression type",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-01-26",
  "publisher" : "Clinomic",
  "contact" : [
    {
      "name" : "Clinomic",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://clinomic.ai/"
        },
        {
          "system" : "email",
          "value" : "info@clinomic.ai"
        }
      ]
    }
  ],
  "description" : "The type of a clinical impression.",
  "content" : "complete",
  "count" : 5,
  "concept" : [
    {
      "code" : "physician-report",
      "display" : "Physician Report"
    },
    {
      "code" : "speech-therapy-report",
      "display" : "Speech Therapy Report"
    },
    {
      "code" : "physical-therapy-report",
      "display" : "Physical Therapy Report"
    },
    {
      "code" : "neurology-report",
      "display" : "Neurology Report"
    },
    {
      "code" : "care-report",
      "display" : "Care Report"
    }
  ]
}