go to post Kevin Mayfield · Mar 6, 2018 The main FHIR site has XSD's which you can import using studio. They may need a few tweaks on the way in but nothing major (if I remember correctly it doesn't like narrative)From these you can build resources which confirm to Care Connect profiles. I'm not aware of any NHS guidance on FHIR Messaging except for Transfer of Care but I'd recommend this presentation on FHIR Messaging Simone Heckmann’s presentation https://vimeopro.com/user12740828/hl7-fhir-developer-days-2015-amsterdam/video/171535590
go to post Kevin Mayfield · Aug 7, 2017 What DSTU2 flavour of FHIR would this support? Can you produce Argonaut (USA) or CareConnect (UK NHS) profiled resources?
go to post Kevin Mayfield · Jan 3, 2017 Many Thanks we've started using SMNP but also auditing messages via FHIR AuditEvents and posting them to Elastic/Kibana.
go to post Kevin Mayfield · Jan 3, 2017 We've been doing this for a few years but only XML versions of FHIR.Download the XSD/schema from https://www.hl7.org/fhir/fhir-all-xsd.zip and import it in the normal way via studio. I'd recommend using a HAPI FHIR Server for developing and testing against.
go to post Kevin Mayfield · Nov 20, 2016 Amendment.It seems a better way of getting metric/audit out of Ensemble for splunk would be to use splunk sdk for java or use a REST API. Which one to use depends on effort but our move to FHIR (across the enterprise) means we should be looking at FHIR Audit.[In practical terms: audit a HL7v2 ADT_A28 message in Healthshare Connect FHIR registry as a Patient POST or an ADT_A04 ED as Encounter ED POST. We'd expose that FHIR Audit to splunk via a Splunk REST API or Splunk Java SDK.]
go to post Kevin Mayfield · Sep 22, 2016 What's the performance like?I've been using HAPI FHIR Server alongside Healthshare for several months in eval/test environments but not tried Cache as the database.
go to post Kevin Mayfield · Sep 6, 2016 Can you use that with cache classes? [Don't think you can at the moment]We're using Eclipse + git for some work at the moment, so moving to Atelier + git would make sense.