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

: Service-Request-Category - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "mona-service-request-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-service-request-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\">procedure-prescription<a name=\"mona-service-request-category-procedure-prescription\"> </a></td><td>Procedure Prescription</td></tr><tr><td style=\"white-space:nowrap\">senior-physician-order<a name=\"mona-service-request-category-senior-physician-order\"> </a></td><td>Senior Physician Order</td></tr></table></div>"
  },
  "url" : "https://fhir.mona.icu/CodeSystem/mona-service-request-category",
  "version" : "0.4.50648",
  "name" : "ServiceRequestCategoryCS",
  "title" : "Service-Request-Category",
  "status" : "active",
  "experimental" : false,
  "date" : "2021-05-28",
  "publisher" : "Clinomic",
  "contact" : [
    {
      "name" : "Clinomic",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://clinomic.ai/"
        },
        {
          "system" : "email",
          "value" : "info@clinomic.ai"
        }
      ]
    }
  ],
  "description" : "A code system for describing service-request categories.",
  "valueSet" : "https://fhir.mona.icu/ValueSet/mona-service-request-categories",
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "procedure-prescription",
      "display" : "Procedure Prescription"
    },
    {
      "code" : "senior-physician-order",
      "display" : "Senior Physician Order"
    }
  ]
}