-
Notifications
You must be signed in to change notification settings - Fork 0
/
rm.xml
43 lines (35 loc) · 1.64 KB
/
rm.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<?xml version="1.0" encoding="UTF-8"?>
<facility xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http:www.openfacility.org/v1.0 facility.xsd"
xmlns="http:www.openfacility.org/v1.0"
xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#">
<!--
core elements
-->
<name>Birembo</name> <!-- mandatory -->
<url>http://facilities.moh.gov.rw/api/sites/50181.rss</url> <!-- mandatory -->
<identities> <!-- mandatory -->
<guid>http://facilities.moh.gov.rw/api/sites/50181.rss</guid> <!-- mandatory -->
<identity agency="MOH" context="HMIS" id="ffghf5fghf5" /> <!-- optional -->
<identity agency="MOH" context="HR" id="567" /> <!-- optional -->
<identity agency="MOH" context="FOSA" id="208" /> <!-- optional -->
</identities>
<active>true</active>
<geo:lat>-1.69172</geo:lat> <!-- mandatory -->
<geo:long>29.52505</geo:long> <!-- mandatory -->
<approvalDate>2009-01-01</approvalDate> <!-- optional -->
<link name="resources" url="http://resources.moh.gov.za/resource/208" />
<link name="providers" url="http://providers.moh.gov.za/providers?fosaid=208" />
<!--
Taking lead from rss spec, any other elements allowed here which are not
in either the default namespace or "facility" namespace
-->
<rm:properties xmlns:rm="http://resourcemap.instedd.org/api/1.0">
<rm:type>CS</rm:type>
<rm:adminunit>030409</rm:adminunit>
<rm:categoryCode>public</rm:categoryCode>
<rm:targetPopulation>13671</rm:targetPopulation>
<rm:yearPopulationEstimate>2002</rm:yearPopulationEstimate>
<rm:sourcePopulation>National Census</rm:sourcePopulation>
</rm:properties>
</facility>