Please note:
- This version of the UK Core is a development copy.
- This contains BREAKING CHANGES as a result of the C&TA Sprint 7 Review, and STU2 Sequence ballot reconciliation.
- This version is not yet reviewed for implementation. Other versions are available on the UK Core Version History Guide
- Please follow the guidance on the Contact Us page if you need any assistance.
- A summary of changes is available on the STU3 Sequence Change Log
UKCore-Bundle-Batch-Example
Table View
Bundle.id[0] | UKCore-Bundle-Batch-Example |
Bundle.type[0] | batch |
Bundle.entry[0].request[0].method[0] | GET |
Bundle.entry[0].request[0].url[0] | https://fhir.hl7.org.uk/Patient/UKCore-Patient-RichardSmith-Example |
Bundle.entry[1].request[0].method[0] | GET |
Bundle.entry[1].request[0].url[0] | https://fhir.hl7.org.uk/Condition?UKCore-Patient-RichardSmith-Example |
Bundle.entry[2].request[0].method[0] | GET |
Bundle.entry[2].request[0].url[0] | https://fhir.hl7.org.uk/MedicationStatement?UKCore-Patient-RichardSmith-Example |
Tree View
Bundle |
id : UKCore-Bundle-Batch-Example |
type : batch |
entry |
request |
method : GET |
url : https://fhir.hl7.org.uk/Patient/UKCore-Patient-RichardSmith-Example |
entry |
request |
method : GET |
url : https://fhir.hl7.org.uk/Condition?UKCore-Patient-RichardSmith-Example |
entry |
request |
method : GET |
url : https://fhir.hl7.org.uk/MedicationStatement?UKCore-Patient-RichardSmith-Example |
XML View
<Bundle xmlns="http://hl7.org/fhir"> <id value="UKCore-Bundle-Batch-Example" /> <type value="batch" /> <entry> <request> <method value="GET" /> <url value="https://fhir.hl7.org.uk/Patient/UKCore-Patient-RichardSmith-Example" /> </request> </entry> <entry> <request> <method value="GET" /> <url value="https://fhir.hl7.org.uk/Condition?UKCore-Patient-RichardSmith-Example" /> </request> </entry> <entry> <request> <method value="GET" /> <url value="https://fhir.hl7.org.uk/MedicationStatement?UKCore-Patient-RichardSmith-Example" /> </request> </entry> </Bundle>
JSON View
{ "resourceType": "Bundle", "id": "UKCore-Bundle-Batch-Example", "type": "batch", "entry": [ { "request": { "method": "GET", "url": "https://fhir.hl7.org.uk/Patient/UKCore-Patient-RichardSmith-Example" } }, { "request": { "method": "GET", "url": "https://fhir.hl7.org.uk/Condition?UKCore-Patient-RichardSmith-Example" } }, { "request": { "method": "GET", "url": "https://fhir.hl7.org.uk/MedicationStatement?UKCore-Patient-RichardSmith-Example" } } ] }