OpenMRS FHIR2 Implementation Guide
0.1.0 - ci-build

OpenMRS FHIR2 Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions

: Location Status ValueSet - JSON Representation

Active as of 2023-03-20

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "location-status-vs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <code>https://fhir.openmrs.org/location-status</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>active</td><td>Active</td></tr><tr><td>inactive</td><td>Inactive</td></tr><tr><td>suspended</td><td>Suspended</td></tr></table></li></ul></div>"
  },
  "url" : "http://fhir.openmrs.org/fhir/ValueSet/location-status-vs",
  "version" : "0.1.0",
  "name" : "LocationStatusVS",
  "title" : "Location Status ValueSet",
  "status" : "active",
  "date" : "2023-03-20T20:26:34+00:00",
  "contact" : [
    {
      "name" : "OpenMRS, Inc.",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://openmrs.org"
        }
      ]
    }
  ],
  "description" : "Indicates whether the location is still in use.",
  "compose" : {
    "include" : [
      {
        "system" : "https://fhir.openmrs.org/location-status",
        "concept" : [
          {
            "code" : "active",
            "display" : "Active"
          },
          {
            "code" : "inactive",
            "display" : "Inactive"
          },
          {
            "code" : "suspended",
            "display" : "Suspended"
          }
        ]
      }
    ]
  }
}