openIMIS FHIR R4 Implementation Guide
1.0.0 - ci-build

openIMIS FHIR R4 Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions

: Location Type (Location) - JSON Representation

Active as of 2022-05-31

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "location-type",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"CodeSystem-location-type.html\"><code>https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/location-type</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-location-type.html#location-type-R\">R</a></td><td>Region</td><td>Regional location level</td></tr><tr><td><a href=\"CodeSystem-location-type.html#location-type-D\">D</a></td><td>District</td><td>District location level</td></tr><tr><td><a href=\"CodeSystem-location-type.html#location-type-W\">W</a></td><td>Municipality/Ward</td><td>Municipality/Ward location level</td></tr><tr><td><a href=\"CodeSystem-location-type.html#location-type-V\">V</a></td><td>City/Village</td><td>City/Village location level</td></tr></table></li></ul><p>This value set excludes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"http://hl7.org/fhir/R4/valueset-location-physical-type.html\">http://hl7.org/fhir/ValueSet/location-physical-type</a></li></ul></div>"
  },
  "url" : "https://openimis.github.io/openimis_fhir_r4_ig/ValueSet/location-type",
  "version" : "1.0.0",
  "name" : "LocationTypeVS",
  "title" : "Location Type (Location)",
  "status" : "active",
  "date" : "2022-05-31T10:56:28+00:00",
  "publisher" : "openIMIS Initiative",
  "contact" : [
    {
      "name" : "openIMIS Initiative",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.openimis.org"
        }
      ]
    },
    {
      "name" : "Dragos Dobre",
      "telecom" : [
        {
          "system" : "email",
          "value" : "[email protected]",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Indicates the location type. Values defined by openIMIS. Cannot be extended.",
  "compose" : {
    "include" : [
      {
        "system" : "https://openimis.github.io/openimis_fhir_r4_ig/CodeSystem/location-type",
        "concept" : [
          {
            "code" : "R",
            "display" : "Region"
          },
          {
            "code" : "D",
            "display" : "District"
          },
          {
            "code" : "W",
            "display" : "Municipality/Ward"
          },
          {
            "code" : "V",
            "display" : "City/Village"
          }
        ]
      }
    ],
    "exclude" : [
      {
        "valueSet" : [
          "http://hl7.org/fhir/ValueSet/location-physical-type"
        ]
      }
    ]
  }
}