This page is part of the US Public Health Profiles Library (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
Active as of 2022-08-05 |
{
"resourceType" : "CodeSystem",
"id" : "us-ph-jurisdiction-types-example",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2022-07-22T07:02:04.881+00:00",
"source" : "#g8KEFBU0sB0RDBJu"
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-jurisdiction-types-example 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=\"us-ph-jurisdiction-types-example-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=\"us-ph-jurisdiction-types-example-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=\"us-ph-jurisdiction-types-example-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=\"us-ph-jurisdiction-types-example-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=\"us-ph-jurisdiction-types-example-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=\"us-ph-jurisdiction-types-example-parish\"> </a></td><td>Parish</td><td>A parish/neighborhood-level public health agency/jurisdiction</td></tr></table></div>"
},
"url" : "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-jurisdiction-types-example",
"version" : "1.0.0-ballot",
"name" : "USPublicHealthJurisdictionTypesExample",
"title" : "US Public Health Jurisdiction Types Example",
"status" : "active",
"date" : "2022-08-05T18:57:38+00:00",
"publisher" : "HL7 Public Health Work Group (http://www.hl7.org/Special/committees/pher/index.cfm)",
"contact" : [
{
"name" : "HL7 International - Public Health",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/pher"
}
]
}
],
"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",
"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"
}
]
}