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
{
"resourceType" : "CodeSystem",
"id" : "mona-observation-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-observation-category 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\">output<a name=\"mona-observation-category-output\"> </a></td><td>Output</td></tr><tr><td style=\"white-space:nowrap\">ventilation<a name=\"mona-observation-category-ventilation\"> </a></td><td>Ventilation</td></tr></table></div>"
},
"url" : "https://fhir.mona.icu/CodeSystem/mona-observation-category",
"version" : "0.4.50648",
"name" : "ObservationCategoryCS",
"title" : "Observation-Category",
"status" : "active",
"experimental" : false,
"date" : "2021-04-27",
"publisher" : "Clinomic",
"contact" : [
{
"name" : "Clinomic",
"telecom" : [
{
"system" : "url",
"value" : "https://clinomic.ai/"
},
{
"system" : "email",
"value" : "info@clinomic.ai"
}
]
}
],
"description" : "A code system for describing observation categories.",
"valueSet" : "https://fhir.mona.icu/ValueSet/mona-observation-categories",
"content" : "complete",
"count" : 2,
"concept" : [
{
"code" : "output",
"display" : "Output"
},
{
"code" : "ventilation",
"display" : "Ventilation"
}
]
}