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.2 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 - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ersd-jurisdiction-types"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ersd-jurisdiction-types</b></p><a name=\"ersd-jurisdiction-types\"> </a><a name=\"hcersd-jurisdiction-types\"> </a><a name=\"ersd-jurisdiction-types-en-US\"> </a><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>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "pher" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/us/ecr/CodeSystem/ersd-jurisdiction-types"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.40.46.16.3" ]
] ) ; #
fhir:version [ fhir:v "2.1.2"] ; #
fhir:name [ fhir:v "ERSDJurisdictionTypes"] ; #
fhir:title [ fhir:v "eRSD JurisdictionTypes"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-10-30T18:38:04+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / Public Health"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Public Health" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/pher" ] ] )
] ) ; #
fhir:description [ fhir:v "This code system describes the possible types of jurisdictions that require public health reporting."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ] ] ) ;
fhir:text [ fhir:v "United States of America" ]
] ) ; #
fhir:caseSensitive [ fhir:v "false"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "state" ] ;
fhir:display [ fhir:v "State" ] ;
fhir:definition [ fhir:v "A state-level public health agency/jurisdiction" ]
] [
fhir:code [ fhir:v "county" ] ;
fhir:display [ fhir:v "County" ] ;
fhir:definition [ fhir:v "A county-level public health agency/jurisdiction" ]
] [
fhir:code [ fhir:v "city" ] ;
fhir:display [ fhir:v "City" ] ;
fhir:definition [ fhir:v "A city-level public health agency/jurisdiction" ]
] [
fhir:code [ fhir:v "district" ] ;
fhir:display [ fhir:v "District" ] ;
fhir:definition [ fhir:v "A district-level public health agency/jurisdiction" ]
] [
fhir:code [ fhir:v "borough" ] ;
fhir:display [ fhir:v "Borough" ] ;
fhir:definition [ fhir:v "A borough-level public health agency/jurisdiction" ]
] [
fhir:code [ fhir:v "parish" ] ;
fhir:display [ fhir:v "Parish" ] ;
fhir:definition [ fhir:v "A parish/neighborhood-level public health agency/jurisdiction" ]
] ) . #