Ethiopia FHIR Implementation Guide - HIV Treatment & Care Services
1.0.0 - ci-build Ethiopia flag

Ethiopia FHIR Implementation Guide - HIV Treatment & Care Services, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/ethiopia-hiv/ and changes regularly. See the Directory of published versions

: Organization - Outreach Facility - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "OutreachFacilityExample"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://moh.gov.et/fhir/hiv/StructureDefinition/organization"^^xsd:anyURI ;
fhir:link <http://moh.gov.et/fhir/hiv/StructureDefinition/organization>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization OutreachFacilityExample</b></p><a name=\"OutreachFacilityExample\"> </a><a name=\"hcOutreachFacilityExample\"> </a><a name=\"OutreachFacilityExample-en-US\"> </a><p><b>identifier</b>: <code>http://moh.gov.et/fhir/hiv/identifier/mohid</code>/MOH001, <code>http://moh.gov.et/fhir/hiv/identifier/hfuid</code>/HFUID001</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 185483006}\">Outreach Facility</span></p><p><b>name</b>: Meshwalkiya Health Center</p><p><b>address</b>: Meshulekia Kirkos Addis Ababa </p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://moh.gov.et/fhir/hiv/identifier/mohid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MOH001" ]
  ] [
fhir:system [ fhir:v "http://moh.gov.et/fhir/hiv/identifier/hfuid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "HFUID001" ]
  ] ) ; # 
  fhir:active [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:type ( [
    ( fhir:coding [
a sct:185483006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "185483006" ]     ] ) ;
fhir:text [ fhir:v "Outreach Facility" ]
  ] ) ; # 
  fhir:name [ fhir:v "Meshwalkiya Health Center"] ; # 
  fhir:address ( [
    ( fhir:line [ fhir:v "Meshulekia" ] ) ;
fhir:city [ fhir:v "Kirkos" ] ;
fhir:district [ fhir:v "Kirkos woreda 9" ] ;
fhir:state [ fhir:v "Addis Ababa" ]
  ] ) . #