Publish-box (todo)
Example Bundle/bundle-request-simplesummary (XML)
Raw XML (canonical form + also see XML Format Specification)
Retrieve a patient’s conditions, medication statements and blood pressure readings since a given date (id = "bundle-request-simplesummary")
<?xml version="1.0" encoding="UTF-8"?>
<Bundle xmlns="http://hl7.org/fhir">
<id value="bundle-request-simplesummary"/>
<type value="batch"/>
<entry>
<request>
<method value="GET"/>
<url value="/Patient/example"/>
</request>
</entry>
<entry>
<request>
<method value="GET"/>
<url value="/Condition?patient=example"/>
</request>
</entry>
<entry>
<request>
<method value="GET"/>
<url value="/MedicationStatement?patient=example"/>
</request>
</entry>
<entry>
<request>
<method value="GET"/>
<url value="/Observation?patient=example&code=http://loinc.org|55284-4&date=ge2015-01-01"/>
</request>
</entry>
</Bundle>
Usage note: every effort has been made to ensure that the
examples are correct and useful, but they are not a normative part
of the specification.