Structure of the data
The URL for fetching the concept reference term published through the Atom Feed is /openmrs/ws/rest/v1/conceptreferenceterm/a580061a-2e3b-4936-b232-cb5c2ec308fd?v=custom:(uuid,name,conceptSource,description,code,version,retired,conceptReferenceTermMaps). Using this URL, a concept reference term could be fetched from the TR server.
The following listing shows a sample concept reference term fetched using the url mentioned above.
<?xml version="1.0" encoding="UTF-8"?>
<object>
<uuid>a580061a-2e3b-4936-b232-cb5c2ec308fd</uuid>
<name>Viral pneumonia 206925</name>
<conceptSource>
<uuid>30601597-21d1-4bcd-a617-71955219276b</uuid>
<display>ICD10-BD</display>
<name>ICD10-BD</name>
<description>ICD10 Codes for Bangladesh</description>
<hl7Code>ICD10-BD</hl7Code>
<retired>false</retired>
<links>
<link>
<rel>self</rel>
<uri>http://172.18.46.53:9080/openmrs/ws/rest/v1/conceptsource/30601597-21d1-4bcd-a617-71955219276b</uri>
</link>
<link>
<rel>full</rel>
<uri>http://172.18.46.53:9080/openmrs/ws/rest/v1/conceptsource/30601597-21d1-4bcd-a617-71955219276b?v=full</uri>
</link>
</links>
<resourceVersion>1.8</resourceVersion>
</conceptSource>
<description>Viral pneumonia, unspecified Excl.: 206925</description>
<code>J19.206925</code>
<version>1.0</version>
<retired>false</retired>
<conceptReferenceTermMaps />
</object>
0 Comments