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

: Location - OPD1 - TTL Representation

Raw ttl | Download


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

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

 a fhir:Location ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "EncounterLocationOPD1Example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://moh.gov.et/fhir/hiv/StructureDefinition/encounter-location"^^xsd:anyURI ;
fhir:link <http://moh.gov.et/fhir/hiv/StructureDefinition/encounter-location>     ] )
  ] ; # 
  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: Location EncounterLocationOPD1Example</b></p><a name=\"EncounterLocationOPD1Example\"> </a><a name=\"hcEncounterLocationOPD1Example\"> </a><a name=\"EncounterLocationOPD1Example-en-US\"> </a><p><b>identifier</b>: <code>http://moh.gov.et/fhir/hiv/identifier/location</code>/OPD001</p><p><b>name</b>: OPD1</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org LA10053-9}\">OPD1 Services</span></p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "http://moh.gov.et/fhir/hiv/identifier/location"^^xsd:anyURI ] ;
fhir:value [ fhir:v "OPD001" ]
  ] ) ; # 
  fhir:name [ fhir:v "OPD1"] ; # 
  fhir:type ( [
    ( fhir:coding [
a loinc:LA10053-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LA10053-9" ]     ] ) ;
fhir:text [ fhir:v "OPD1 Services" ]
  ] ) . #