Please note:
- This is an Implementation Guide for UK Core FHIR Assets in Development.
- There will be disruption as the content will be updated on an ad-hoc basis and with links not working.
- Therefore this Implementation Guide must not be implemented.
- Please follow the guidance on the "Contact Us" page if you need any assistance.
Example to illustrate a batch get bundle
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 |
XML View
</request>
</entry>
</request>
</entry>
</request>
</entry>
</Bundle>
JSON View
{
{
}
},
{
}
},
{
}
}
]
}