@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://fhir.et/core/CodeSystem/communication-type> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "communication-type"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem communication-type</b></p><a name=\"communication-type\"> </a><a name=\"hccommunication-type\"> </a><p>This  code system <code>http://moh.gov.et/fhir/CodeSystem/communication-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">mobile-network<a name=\"communication-type-mobile-network\"> </a></td><td>Mobile network</td></tr><tr><td style=\"white-space:nowrap\">landline<a name=\"communication-type-landline\"> </a></td><td>Landline</td></tr><tr><td style=\"white-space:nowrap\">internet<a name=\"communication-type-internet\"> </a></td><td>Internet</td></tr><tr><td style=\"white-space:nowrap\">radio<a name=\"communication-type-radio\"> </a></td><td>Radio communication</td></tr><tr><td style=\"white-space:nowrap\">satellite<a name=\"communication-type-satellite\"> </a></td><td>Satellite communication</td></tr><tr><td style=\"white-space:nowrap\">none<a name=\"communication-type-none\"> </a></td><td>No communication infrastructure</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://moh.gov.et/fhir/CodeSystem/communication-type"^^xsd:anyURI ;
     fhir:l <http://moh.gov.et/fhir/CodeSystem/communication-type>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "CommunicationTypeCodeSystem"] ; # 
  fhir:title [ fhir:v "Communication Infrastructure Code System"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2026-02-25T20:08:15+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "MOH Ethiopia"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "MOH Ethiopia" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://moh.gov.et" ]
     ] )
  ] ) ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "mobile-network" ] ;
     fhir:display [ fhir:v "Mobile network" ]
  ] [
     fhir:code [ fhir:v "landline" ] ;
     fhir:display [ fhir:v "Landline" ]
  ] [
     fhir:code [ fhir:v "internet" ] ;
     fhir:display [ fhir:v "Internet" ]
  ] [
     fhir:code [ fhir:v "radio" ] ;
     fhir:display [ fhir:v "Radio communication" ]
  ] [
     fhir:code [ fhir:v "satellite" ] ;
     fhir:display [ fhir:v "Satellite communication" ]
  ] [
     fhir:code [ fhir:v "none" ] ;
     fhir:display [ fhir:v "No communication infrastructure" ]
  ] ) . # 

# -------------------------------------------------------------------------------------

