Advertisement
Guest User

Untitled

a guest
Aug 5th, 2011
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. <html>
  2. <h1>This is my HL7 Test Page</h1>
  3. <form name ="input" action="http://localhost:8081/openmrs-standalone/ws/rest/v1/hl7" method="post">
  4. <input type="hidden" name="source" value="BP Monitor"/>
  5. <textarea name="HL7 Message" cols="200" rows="20">
  6. MSH|^~\&|FORMENTRY|AMRS.ELD|HL7LISTENER|AMRS.ELD|20110805104142||ORU^R01|REl7wt78q9Pzlqe9ecJB|P|2.5|1||||||||3^AMRS.ELD.FORMID
  7. PID|||3^^^^||Patient^John^D||
  8. PV1||O|1||||1|||||||||||||||||||||||||||||||||||||20110805|||||||V
  9. ORC|RE||||||||20110805104141|1^Super User
  10. OBR|1|||1238^MEDICAL RECORD OBSERVATIONS^99DCT
  11. OBX|1|NM|5089^WEIGHT (KG)^99DCT||67.2|||||||||20110805
  12.  
  13.  
  14. </textarea>
  15. <input type="submit" value="Submit" />
  16. </form>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement