Skip to content

Instantly share code, notes, and snippets.

@sgithens
Created July 29, 2013 13:27
Show Gist options
  • Save sgithens/6104301 to your computer and use it in GitHub Desktop.
Save sgithens/6104301 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<patient-export-summary>
<patients>
<patient>
<patient-demographic-data>
<name>Azcag Jobwo Agkem</name>
<DOB>Mon Oct 05 00:00:00 IST 1981</DOB>
<healthdistrict>vizag</healthdistrict>
<birthplace>Hyd</birthplace>
<healthcenter>1</healthcenter>
<race>BC</race>
</patient-demographic-data>
<encounters>
<encounter>
<encounter-location>barkatpura</encounter-location>
<encounter-date>Aug 18, 2015 5:09:17 PM</encounter-date>
<observations>
<observation>
<concept>
<concept-id>1042</concept-id>
<concept-source-id>12345</concept-source-id>
<concept-source>SNOMED-CT</concept-source>
</concept>
<value>
<value-coded>1304</value-coded>
</value>
</observation>
</observations>
</encounter>
<encounter>
<encounter-location>himayatnagar</encounter-location>
<encounter-date>Dec 28, 2016 5:09:17 PM</encounter-date>
<observations>
<observation>
<concept>
<concept-id>1042</concept-id>
<concept-source-id>12345</concept-source-id>
<concept-source>SNOMED-CT</concept-source>
</concept>
<value>
<value-coded>1055</value-coded>
</value>
</observation>
</observations>
</encounter>
</encounters>
</patient>
</patients>
</patient-export-summary>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment