Looking for a bit of feedback (this is a work in progress).
We’re looking at standardising referrals and document exchanges between trusts and started developing FHIR ReferralRequest and DocumentReference profiles. These are based on NHS Digital eRS API (ReferralRequest) and NRLS (DocumentReference) profiles but have a number of tweaks to make them more generic and also linking them to traditional HL7v2 and IHE XDS. (We’re planning to use InterOpen profiles if they exist)
N3 connection is needed to access the profiles:
http://test-rr8.trust.leedsth.nhs.uk:8080/web/fhir/DocumentReference.html
http://test-rr8.trust.leedsth.nhs.uk:8080/web/fhir/ReferralRequest.html
We’re not expecting other organisations to FHIR at the moment and more than likely use HL7v2 messages such as REF^I12 and MDM^T02 instead but if an organisation/supplier wants to use FHIR we have sketched out these Bundles:
http://test-rr8.trust.leedsth.nhs.uk:8080/web/fhir/Bundle.ReferralRequest.html
http://test-rr8.trust.leedsth.nhs.uk:8080/web/fhir/Bundle.Document.html [Will change towards NHS Digital CDA level 1 when it becomes available]
We’ve used Furore Forge for the profling (https://fhir.furore.com/forge/) and Endeavour Health FHIR profile generator to build the web pages (http://www.endeavourhealth.org/ Github https://github.com/endeavourhealth)