FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.ecr
Resource TypeCodeSystem
IdCodeSystem-codesystem-ersd-jurisdiction-types-example.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/case-reporting/CodeSystem-codesystem-ersd-jurisdiction-types-example.html
URLhttp://hl7.org/fhir/us/ecr/CodeSystem/codesystem-ersd-jurisdiction-types-example
Version3.0.0-ballot
Statusactive
Date2025-12-15T17:32:40+00:00
NameCodeSystemERSDJurisdictionTypesExample
TitleeRSD Jurisdiction Types Example
Realmus
Authorityhl7
DescriptionThis example code system describes the possible types of jurisdictions that require public health reporting.
Contentcomplete

Resources that use this resource

ValueSet
valueset-ersd-jurisdiction-types-exampleeRSD ValueSet - Jurisdiction Types Example

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem codesystem-ersd-jurisdiction-types-example

This case-sensitive code system http://hl7.org/fhir/us/ecr/CodeSystem/codesystem-ersd-jurisdiction-types-example defines the following codes:

CodeDisplayDefinition
STATE PHA StateA state-level public health agency/jurisdiction
COUNTY PHA CountyA county-level public health agency/jurisdiction
CITY PHA CityA city-level public health agency/jurisdiction
DISTRICT PHA DistrictA district-level public health agency/jurisdiction
BOROUGH PHA BoroughA borough-level public health agency/jurisdiction
PARISH PHA ParishA parish/neighborhood-level public health agency/jurisdiction

Source1

{
  "resourceType": "CodeSystem",
  "id": "codesystem-ersd-jurisdiction-types-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-codesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pher"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "informative",
      "_valueCode": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical": "http://hl7.org/fhir/us/ecr/ImplementationGuide/hl7.fhir.us.ecr"
          }
        ]
      }
    }
  ],
  "url": "http://hl7.org/fhir/us/ecr/CodeSystem/codesystem-ersd-jurisdiction-types-example",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.46.16.13"
    }
  ],
  "version": "3.0.0-ballot",
  "name": "CodeSystemERSDJurisdictionTypesExample",
  "title": "eRSD Jurisdiction Types Example",
  "status": "active",
  "experimental": true,
  "date": "2025-12-15T17:32:40+00:00",
  "publisher": "HL7 International / Public Health",
  "contact": [
    {
      "name": "HL7 International / Public Health",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pher"
        },
        {
          "system": "email",
          "value": "pher@lists.HL7.org"
        }
      ]
    }
  ],
  "description": "This example code system describes the possible types of jurisdictions that require public health reporting.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 6,
  "concept": [
    {
      "code": "STATE",
      "display": "PHA State",
      "definition": "A state-level public health agency/jurisdiction"
    },
    {
      "code": "COUNTY",
      "display": "PHA County",
      "definition": "A county-level public health agency/jurisdiction"
    },
    {
      "code": "CITY",
      "display": "PHA City",
      "definition": "A city-level public health agency/jurisdiction"
    },
    {
      "code": "DISTRICT",
      "display": "PHA District",
      "definition": "A district-level public health agency/jurisdiction"
    },
    {
      "code": "BOROUGH",
      "display": "PHA Borough",
      "definition": "A borough-level public health agency/jurisdiction"
    },
    {
      "code": "PARISH",
      "display": "PHA Parish",
      "definition": "A parish/neighborhood-level public health agency/jurisdiction"
    }
  ]
}