FHIR IG analytics| Package | hl7.fhir.us.ecr |
| Resource Type | CodeSystem |
| Id | CodeSystem-codesystem-ersd-jurisdiction-types-example.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/HL7/case-reporting/CodeSystem-codesystem-ersd-jurisdiction-types-example.html |
| URL | http://hl7.org/fhir/us/ecr/CodeSystem/codesystem-ersd-jurisdiction-types-example |
| Version | 3.0.0-ballot |
| Status | active |
| Date | 2025-12-15T17:32:40+00:00 |
| Name | CodeSystemERSDJurisdictionTypesExample |
| Title | eRSD Jurisdiction Types Example |
| Realm | us |
| Authority | hl7 |
| Description | This example code system describes the possible types of jurisdictions that require public health reporting. |
| Content | complete |
| ValueSet | |
| valueset-ersd-jurisdiction-types-example | eRSD ValueSet - Jurisdiction Types Example |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem codesystem-ersd-jurisdiction-types-example
Profile: US Public Health CodeSystem
This case-sensitive code system http://hl7.org/fhir/us/ecr/CodeSystem/codesystem-ersd-jurisdiction-types-example defines the following codes:
{
"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"
}
]
}