MediRecords FHIR Implementation Guide
1.3.0 - release


: MediRecords Ward Specialty CodeSystem - JSON Representation

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "mr-ward-specialty-code",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>https://fhir.medirecords.com/CodeSystem/mr-ward-specialty-code</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\">GM<a name=\"mr-ward-specialty-code-GM\"> </a></td><td>General Medical</td></tr><tr><td style=\"white-space:nowrap\">HDU<a name=\"mr-ward-specialty-code-HDU\"> </a></td><td>High Dependency Unit</td></tr></table></div>"
  },
  "url" : "https://fhir.medirecords.com/CodeSystem/mr-ward-specialty-code",
  "version" : "1.3.0",
  "name" : "MRWardSpecialtyCodeSystem",
  "title" : "MediRecords Ward Specialty CodeSystem",
  "status" : "active",
  "date" : "2023-12-21T01:01:27+00:00",
  "description" : "MediRecords Ward Specialty CodeSystem for Admission Location",
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "GM",
      "display" : "General Medical"
    },
    {
      "code" : "HDU",
      "display" : "High Dependency Unit"
    }
  ]
}