FHIR IG analytics| Package | et.fhir.core |
| Resource Type | CodeSystem |
| Id | CodeSystem-prefered-contact-cs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/MoH-Ethiopia/ETBase/CodeSystem-prefered-contact-cs.html |
| URL | http://fhir.et/CodeSystem/preferedcontact |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-01-01T21:03:14+00:00 |
| Name | ContactPointSystemCS |
| Title | Prefered contact CodeSystem |
| Realm | uv |
| Description | CodeSystem representing the Prefered Contact |
| Content | complete |
| ValueSet | |
| preferred-contact-method-vs | Preferred Contact Method Value Set |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem prefered-contact-cs
This code system http://fhir.et/CodeSystem/preferedcontact defines the following codes:
| Code | Display |
| sms | SMS |
| phone | Phone |
{
"resourceType": "CodeSystem",
"id": "prefered-contact-cs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.et/CodeSystem/preferedcontact",
"version": "0.1.0",
"name": "ContactPointSystemCS",
"title": "Prefered contact 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 Prefered Contact",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"content": "complete",
"count": 3,
"concept": [
{
"code": "sms",
"display": "SMS"
},
{
"code": "phone",
"display": "Phone"
},
{
"code": "email",
"display": "email"
}
]
}