Ethiopia Base Implementation Guide
0.1.0 - ci-build International flag

Ethiopia Base Implementation Guide, published by MOH Ethiopia. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/MoH-Ethiopia/ETBase/ and changes regularly. See the Directory of published versions

: Example Ethiopian Patient - TTL Representation

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ETpatientEx"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir.et/core/StructureDefinition/ETPatient"^^xsd:anyURI ;
fhir:l <http://fhir.et/core/StructureDefinition/ETPatient>     ] )
  ] ; # 
  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: Patient ETpatientEx</b></p><a name=\"ETpatientEx\"> </a><a name=\"hcETpatientEx\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ETPatient.html\">Ethiopian patient profile</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Abebe null  Male, DoB: 2019-08-15 ( http://id.gov.et/nationalidentifier#ET-987654321)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}\">Married</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\"><code>http://moh.gov.et/emr</code>/MRN-123456</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"mailto:Challa.kebede@example.com\">Challa.kebede@example.com</a></li><li>Near Atlas Hotel AA </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extension to record the educational status of the patient\"><a href=\"StructureDefinition-education-status-extension.html\">Educational Status</a></td><td colspan=\"3\"><span title=\"Codes:{http://fhir.et/CodeSystem/education-status secondary}\">Secondary school</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Extension to record the occupation of the patient\"><a href=\"StructureDefinition-occupation.html\">Occupation Extension</a></td><td colspan=\"3\"><span title=\"Codes:{http://fhir.et/CodeSystem/occupation emp}\">Employeed</span></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
fhir:url [
fhir:v "http://fhir.et/core/StructureDefinition/education-status-extension"^^xsd:anyURI ;
fhir:l <http://fhir.et/core/StructureDefinition/education-status-extension>     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [
fhir:v "http://fhir.et/CodeSystem/education-status"^^xsd:anyURI ;
fhir:l <http://fhir.et/CodeSystem/education-status>         ] ;
fhir:code [ fhir:v "secondary" ] ;
fhir:display [ fhir:v "Secondary school" ]       ] )     ]
  ] [
fhir:url [
fhir:v "http://fhir.et/core/StructureDefinition/occupation"^^xsd:anyURI ;
fhir:l <http://fhir.et/core/StructureDefinition/occupation>     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [
fhir:v "http://fhir.et/CodeSystem/occupation"^^xsd:anyURI ;
fhir:l <http://fhir.et/CodeSystem/occupation>         ] ;
fhir:code [ fhir:v "emp" ] ;
fhir:display [ fhir:v "Employeed" ]       ] )     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [
fhir:v "http://id.gov.et/nationalidentifier"^^xsd:anyURI ;
fhir:l <http://id.gov.et/nationalidentifier>     ] ;
fhir:value [ fhir:v "ET-987654321" ]
  ] [
fhir:system [
fhir:v "http://moh.gov.et/emr"^^xsd:anyURI ;
fhir:l <http://moh.gov.et/emr>     ] ;
fhir:value [ fhir:v "MRN-123456" ]
  ] ) ; # 
  fhir:name ( [
fhir:family [
      ( fhir:extension [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/humanname-fathers-family"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/humanname-fathers-family>         ] ;
fhir:value [
a fhir:String ;
fhir:v "Challa"         ]       ] [
fhir:url [
fhir:v "http://fhir.et/core/StructureDefinition/grandfathers-family-name"^^xsd:anyURI ;
fhir:l <http://fhir.et/core/StructureDefinition/grandfathers-family-name>         ] ;
fhir:value [
a fhir:String ;
fhir:v "Mohammed"         ]       ] )     ] ;
    ( fhir:given [ fhir:v "Abebe" ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "Challa.kebede@example.com" ]
  ] ) ; # 
  fhir:gender [ fhir:v "male"] ; # 
  fhir:birthDate [
fhir:v "2019-08-15"^^xsd:date ;
    ( fhir:extension [
fhir:url [
fhir:v "http://fhir.et/core/StructureDefinition/dob-estimated"^^xsd:anyURI ;
fhir:l <http://fhir.et/core/StructureDefinition/dob-estimated>       ] ;
fhir:value [
a fhir:Boolean ;
fhir:v false       ]     ] )
  ] ; # 
  fhir:address ( [
    ( fhir:extension [
fhir:url [
fhir:v "http://fhir.et/core/StructureDefinition/address-zone"^^xsd:anyURI ;
fhir:l <http://fhir.et/core/StructureDefinition/address-zone>       ] ;
fhir:value [
a fhir:String ;
fhir:v "Bole Subcity"       ]     ] [
fhir:url [
fhir:v "http://fhir.et/core/StructureDefinition/address-kebele"^^xsd:anyURI ;
fhir:l <http://fhir.et/core/StructureDefinition/address-kebele>       ] ;
fhir:value [
a fhir:String ;
fhir:v "Kebele 03"       ]     ] [
fhir:url [
fhir:v "http://fhir.et/core/StructureDefinition/address-ketenagott"^^xsd:anyURI ;
fhir:l <http://fhir.et/core/StructureDefinition/address-ketenagott>       ] ;
fhir:value [
a fhir:String ;
fhir:v "Ketena 12"       ]     ] ) ;
    ( fhir:line [ fhir:v "Near Atlas Hotel" ] ) ;
fhir:district [ fhir:v "Woreda 5" ] ;
fhir:state [ fhir:v "AA" ]
  ] ) ; # 
  fhir:maritalStatus [
    ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/v3-MaritalStatus>       ] ;
fhir:code [ fhir:v "M" ] ;
fhir:display [ fhir:v "Married" ]     ] )
  ] . #