US Public Health Profiles Library, published by HL7 Public Health Working Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-us-ph-common-library-ig/ and changes regularly. See the Directory of published versions
: US Public Health CodeSystem - Jurisdiction Types Example - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "us-ph-codesystem-jurisdiction-types-example",
"meta" : {
"versionId" : "5",
"lastUpdated" : "2023-07-13T06:14:15.064Z",
"profile" : [
"http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-codesystem"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-insensitive code system <code>http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-jurisdiction-types-example</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=\"us-ph-codesystem-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-codesystem-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-codesystem-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-codesystem-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-codesystem-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-codesystem-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-codesystem-jurisdiction-types-example",
"version" : "1.0.0",
"name" : "USPublicHealthCodeSystemJurisdictionTypesExample",
"title" : "US Public Health CodeSystem - Jurisdiction Types Example",
"status" : "active",
"experimental" : false,
"date" : "2023-10-04T15:58:18+00:00",
"publisher" : "HL7 Public Health Working Group",
"contact" : [
{
"name" : "HL7 Public Health Working Group",
"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" : false,
"content" : "complete",
"count" : 6,
"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"
}
]
}