HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
2.1.1 - STU 2.1.1 United States of America flag

HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/case-reporting/ and changes regularly. See the Directory of published versions

: eRSD JurisdictionTypes - JSON Representation

Active as of 2023-12-14

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "ersd-jurisdiction-types",
  "meta" : {
    "versionId" : "4",
    "lastUpdated" : "2021-06-29T21:51:57.757+00:00",
    "source" : "#q3FdX0gkYIGU2bDB"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-insensitive code system <code>http://hl7.org/fhir/us/ecr/CodeSystem/ersd-jurisdiction-types</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\">state<a name=\"ersd-jurisdiction-types-state\"> </a></td><td>State</td><td>A state-level public health agency/jurisdiction</td></tr><tr><td style=\"white-space:nowrap\">county<a name=\"ersd-jurisdiction-types-county\"> </a></td><td>County</td><td>A county-level public health agency/jurisdiction</td></tr><tr><td style=\"white-space:nowrap\">city<a name=\"ersd-jurisdiction-types-city\"> </a></td><td>City</td><td>A city-level public health agency/jurisdiction</td></tr><tr><td style=\"white-space:nowrap\">district<a name=\"ersd-jurisdiction-types-district\"> </a></td><td>District</td><td>A district-level public health agency/jurisdiction</td></tr><tr><td style=\"white-space:nowrap\">borough<a name=\"ersd-jurisdiction-types-borough\"> </a></td><td>Borough</td><td>A borough-level public health agency/jurisdiction</td></tr><tr><td style=\"white-space:nowrap\">parish<a name=\"ersd-jurisdiction-types-parish\"> </a></td><td>Parish</td><td>A parish/neighborhood-level public health agency/jurisdiction</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pher"
    }
  ],
  "url" : "http://hl7.org/fhir/us/ecr/CodeSystem/ersd-jurisdiction-types",
  "version" : "2.1.1",
  "name" : "ERSDJurisdictionTypes",
  "title" : "eRSD JurisdictionTypes",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-12-14T03:00:48+00:00",
  "publisher" : "HL7 International / Public Health",
  "contact" : [
    {
      "name" : "HL7 International / Public Health",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "description" : "This code system describes the possible types of jurisdictions that require public health reporting.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ],
      "text" : "United States of America"
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "concept" : [
    {
      "code" : "state",
      "display" : "State",
      "definition" : "A state-level public health agency/jurisdiction"
    },
    {
      "code" : "county",
      "display" : "County",
      "definition" : "A county-level public health agency/jurisdiction"
    },
    {
      "code" : "city",
      "display" : "City",
      "definition" : "A city-level public health agency/jurisdiction"
    },
    {
      "code" : "district",
      "display" : "District",
      "definition" : "A district-level public health agency/jurisdiction"
    },
    {
      "code" : "borough",
      "display" : "Borough",
      "definition" : "A borough-level public health agency/jurisdiction"
    },
    {
      "code" : "parish",
      "display" : "Parish",
      "definition" : "A parish/neighborhood-level public health agency/jurisdiction"
    }
  ]
}