{
  "resourceType" : "CodeSystem",
  "id" : "atrius-location-type",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem atrius-location-type</b></p><a name=\"atrius-location-type\"> </a><a name=\"hcatrius-location-type\"> </a><p>This case-sensitive code system <code>https://atrius.in/fhir/CodeSystem/atrius-location-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">ot<a name=\"atrius-location-type-ot\"> </a></td><td>Operating theatre</td><td>Procedure / OT room</td></tr><tr><td style=\"white-space:nowrap\">endoscopy<a name=\"atrius-location-type-endoscopy\"> </a></td><td>Endoscopy suite</td><td>Endoscopy / procedure suite</td></tr><tr><td style=\"white-space:nowrap\">opd<a name=\"atrius-location-type-opd\"> </a></td><td>Outpatient clinic space</td><td/></tr><tr><td style=\"white-space:nowrap\">ward<a name=\"atrius-location-type-ward\"> </a></td><td>Inpatient ward (operational)</td><td/></tr><tr><td style=\"white-space:nowrap\">store<a name=\"atrius-location-type-store\"> </a></td><td>Supply / pharmacy store</td><td/></tr></table></div>"
  },
  "url" : "https://atrius.in/fhir/CodeSystem/atrius-location-type",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:1.3.6.1.4.1.66219.1.16.15"
  }],
  "version" : "0.1.0",
  "name" : "AtriusLocationType",
  "title" : "Atrius Location Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-09-21T19:22:21+05:30",
  "publisher" : "Atrius",
  "contact" : [{
    "name" : "Atrius",
    "telecom" : [{
      "system" : "url",
      "value" : "https://atrius.in"
    }]
  }],
  "description" : "Atrius operational location kinds beyond HL7 physicalType.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 5,
  "concept" : [{
    "code" : "ot",
    "display" : "Operating theatre",
    "definition" : "Procedure / OT room"
  },
  {
    "code" : "endoscopy",
    "display" : "Endoscopy suite",
    "definition" : "Endoscopy / procedure suite"
  },
  {
    "code" : "opd",
    "display" : "Outpatient clinic space"
  },
  {
    "code" : "ward",
    "display" : "Inpatient ward (operational)"
  },
  {
    "code" : "store",
    "display" : "Supply / pharmacy store"
  }]
}