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

FHIR IG analytics

Packageet.fhir.core
Resource TypeCodeSystem
IdCodeSystem-occupation-cs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/MoH-Ethiopia/ETBase/CodeSystem-occupation-cs.html
URLhttp://fhir.et/CodeSystem/occupation
Version0.1.0
Statusactive
Date2026-01-01T21:03:14+00:00
NameOccupationCS
TitleEthiopia Occupation CodeSystem
Realmuv
DescriptionCodeSystem representing the occupation categories used in Ethiopia
Contentcomplete

Resources that use this resource

ValueSet
occupation-vsEthiopia Occupation ValueSet

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem occupation-cs

This code system http://fhir.et/CodeSystem/occupation defines the following codes:

CodeDisplay
emp Employeed
Unemp Unemployed
other Other (Specify)

Source1

{
  "resourceType": "CodeSystem",
  "id": "occupation-cs",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.et/CodeSystem/occupation",
  "version": "0.1.0",
  "name": "OccupationCS",
  "title": "Ethiopia Occupation CodeSystem",
  "status": "active",
  "date": "2026-01-01T21:03:14+00:00",
  "publisher": "MOH Ethiopia",
  "contact": [
    {
      "name": "MOH Ethiopia",
      "telecom": [
        {
          "system": "url",
          "value": "http://moh.gov.et"
        }
      ]
    }
  ],
  "description": "CodeSystem representing the occupation categories used in Ethiopia",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "emp",
      "display": "Employeed"
    },
    {
      "code": "Unemp",
      "display": "Unemployed"
    },
    {
      "code": "other",
      "display": "Other (Specify)"
    }
  ]
}