FHIR IG analytics| Package | et.fhir.core |
| Resource Type | CodeSystem |
| Id | CodeSystem-ownership.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/MoH-Ethiopia/ETBase/CodeSystem-ownership.html |
| URL | http://moh.gov.et/fhir/CodeSystem/ownership |
| Version | 0.1.0 |
| Status | draft |
| Date | 2026-02-21T08:06:41+00:00 |
| Name | OwnershipCodeSystem |
| Realm | uv |
| Content | complete |
| ValueSet | |
| ownership-valueset | OwnershipValueSet |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem ownership
This code system http://moh.gov.et/fhir/CodeSystem/ownership defines the following codes:
| Code | Display |
| public | Public |
| private | Private |
| other-government-organization" | Other government organization |
| private-for-profit | private for profit |
| private-for-not-profit | private for not profit |
{
"resourceType": "CodeSystem",
"id": "ownership",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://moh.gov.et/fhir/CodeSystem/ownership",
"version": "0.1.0",
"name": "OwnershipCodeSystem",
"status": "draft",
"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": "public",
"display": "Public"
},
{
"code": "private",
"display": "Private"
},
{
"code": "other-government-organization\"",
"display": "Other government organization"
},
{
"code": "private-for-profit",
"display": "private for profit"
},
{
"code": "private-for-not-profit",
"display": "private for not profit"
}
]
}