FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageet.fhir.core
Resource TypeCodeSystem
IdCodeSystem-waste-management.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/MoH-Ethiopia/ETBase/CodeSystem-waste-management.html
URLhttp://moh.gov.et/fhir/CodeSystem/waste-management
Version0.1.0
Statusactive
Date2026-02-21T08:06:41+00:00
NameWasteManagementCodeSystem
TitleWaste Management Code System
Realmuv
Contentcomplete

Resources that use this resource

ValueSet
waste-managementWaste Management Value Set

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem waste-management

This code system http://moh.gov.et/fhir/CodeSystem/waste-management defines the following codes:

CodeDisplay
incineration Incineration
burning Open burning
burial Waste burial
collection-service Collected by service
none No waste management system

Source1

{
  "resourceType": "CodeSystem",
  "id": "waste-management",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://moh.gov.et/fhir/CodeSystem/waste-management",
  "version": "0.1.0",
  "name": "WasteManagementCodeSystem",
  "title": "Waste Management Code System",
  "status": "active",
  "date": "2026-02-21T08:06:41+00:00",
  "publisher": "MOH Ethiopia",
  "contact": [
    {
      "name": "MOH Ethiopia",
      "telecom": [
        {
          "system": "url",
          "value": "http://moh.gov.et"
        }
      ]
    }
  ],
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "content": "complete",
  "count": 5,
  "concept": [
    {
      "code": "incineration",
      "display": "Incineration"
    },
    {
      "code": "burning",
      "display": "Open burning"
    },
    {
      "code": "burial",
      "display": "Waste burial"
    },
    {
      "code": "collection-service",
      "display": "Collected by service"
    },
    {
      "code": "none",
      "display": "No waste management system"
    }
  ]
}