{
"description": "This example code system describes the possible types of jurisdictions that require public health reporting.",
"_filename": "example/CodeSystem-us-ph-codesystem-jurisdiction-types-example.json",
"package_name": "hl7.fhir.us.ph-library.r4",
"date": "2023-08-17T14:04:40+00:00",
"meta": {
"profile": [ "http://hl7.org/fhir/us/ph-library/StructureDefinition/us-ph-codesystem" ],
"versionId": "5",
"lastUpdated": "2023-07-13T06:14:15.064Z"
},
"publisher": "HL7 Public Health Working Group",
"jurisdiction": [ {
"coding": [ {
"code": "US",
"system": "urn:iso:std:iso:3166"
} ]
} ],
"content": "complete",
"name": "USPublicHealthCodeSystemJurisdictionTypesExample",
"type": null,
"experimental": "false",
"resourceType": "CodeSystem",
"title": "US Public Health CodeSystem - Jurisdiction Types Example",
"package_version": "1.0.0",
"status": "active",
"id": "d3a48ef3-a5c9-4e5c-9cff-8aec28a37cd3",
"kind": null,
"count": 6,
"url": "http://hl7.org/fhir/us/ph-library/CodeSystem/us-ph-codesystem-jurisdiction-types-example",
"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"
} ],
"caseSensitive": false,
"version": "1.0.0",
"contact": [ {
"name": "HL7 Public Health Working Group",
"telecom": [ {
"value": "http://www.hl7.org/Special/committees/pher",
"system": "url"
}, {
"value": "pher@lists.HL7.org",
"system": "email"
} ]
} ]
}