HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
2.1.1 - STU 2.1.1 United States of America flag

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.1 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

Active as of 2023-12-14

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:meta [
fhir:versionId [ fhir:v "4" ] ;
fhir:lastUpdated [ fhir:v "2021-06-29T21:51:57.757+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#q3FdX0gkYIGU2bDB"^^xsd:anyURI ]
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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:version [ fhir:v "2.1.1"] ; # 
  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 "2023-12-14T03:00:48+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" ]
  ] ) . #