Hi Malaka, I recently worked with FHIR. Yes It's completely runs over HTTP. Specification entirely model on resources.
For example, if we take a Patient[4], specification contains the all the specific attributes and details which can be included in a Patient resource. Likewise almost everything health information based on resources. Specification defined all success request and responses need to be returned on the Operation perform on each resource. Current released specification seems to be stable. Few months back, the specification was under heavy changes. For now hapi-fhir[1] has fhir sample implementation and clients for access FHIR resources. Public test server can be found in [3]. [1] - https://github.com/jamesagnew/hapi-fhir/ [2] - http://jamesagnew.github.io/hapi-fhir/ [3] - http://fhirtest.uhn.ca/ [4] - http://hl7.org/fhir/patient.html Thanks, Harsha On Wed, Sep 23, 2015 at 4:27 PM, Malaka Silva <[email protected]> wrote: > Hi All, > > With FHIR message formats supported are XML and JSON. Also this runs on > HTTP. > > So in that case do we need to write a separate inbound for this? > > My understanding is writing a connector (For sender) will be similar to > writing a connector for a third party? > > Correct me if I am wrong. > > [1] https://www.hl7.org/fhir/http.html > > On Fri, Sep 18, 2015 at 11:01 PM, Nuwan Bandara <[email protected]> wrote: > >> Hi Guys, >> >> AFAIK HL7v3 and FHIR has its deferences [1], >> >> +1 to work on FHIR as a new connector, since V3 and FHIR has some >> similarities, maybe we can add V3 support over FHIR. >> >> [1] https://www.hl7.org/fhir/comparison-v3.html >> >> On Thu, Sep 17, 2015 at 11:09 PM, Malaka Silva <[email protected]> wrote: >> >>> +1 for going for a new custom inbound. If we add the functionality to >>> existing inbound we have to wait for the next ESB release. >>> >>> On Wed, Sep 16, 2015 at 9:43 AM, Hariprasath Thanarajah < >>> [email protected]> wrote: >>> >>>> Hi All, >>>> >>>> I am going to develop $subject. We have already implemented HL7 inbound >>>> protocol, which can be used to receive a simple HL7 message(not supported >>>> v3 messages). >>>> >>>> FHIR is the new message standard and is totally different from HL7 v2.x >>>> messages. >>>> >>>> Do we need to create a new one or we can add v3 message support to >>>> existing HL7 inbound endpoint? >>>> >>>> Give me some suggestion. >>>> >>>> -- >>>> >>>> >>>> *Thank you and Regards**Hariprasath Thanarajah* >>>> Associate Software Engineer | WSO2 >>>> E: [email protected] >>>> M: +94752806528 >>>> >>>> >>>> >>>> >>>> -- >>>> >>>> >>>> *Thank you and Regards**Hariprasath Thanarajah* >>>> Associate Software Engineer | WSO2 >>>> E: [email protected] >>>> M: +94752806528 >>>> >>>> >>> >>> >>> -- >>> >>> Best Regards, >>> >>> Malaka Silva >>> Senior Tech Lead >>> M: +94 777 219 791 >>> Tel : 94 11 214 5345 >>> Fax :94 11 2145300 >>> Skype : malaka.sampath.silva >>> LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77 >>> Blog : http://mrmalakasilva.blogspot.com/ >>> >>> WSO2, Inc. >>> lean . enterprise . middleware >>> http://www.wso2.com/ >>> http://www.wso2.com/about/team/malaka-silva/ >>> <http://wso2.com/about/team/malaka-silva/> >>> >>> Save a tree -Conserve nature & Save the world for your future. Print >>> this email only if it is absolutely necessary. >>> >> >> >> >> -- >> >> >> *Thanks & Regards,* >> *Nuwan Bandara | Solutions Architect, WSO2 Inc.* >> *+1 812 606 7390 <%2B1%20812%20606%207390> | +1 650 745 2169 Ext 4212 >> <%2B1%20650%20745%202169%20Ext%204212> | http://nuwanbando.com >> <http://nuwanbando.com> * >> <http://www.nuwanbando.com/> >> > > > > -- > > Best Regards, > > Malaka Silva > Senior Tech Lead > M: +94 777 219 791 > Tel : 94 11 214 5345 > Fax :94 11 2145300 > Skype : malaka.sampath.silva > LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77 > Blog : http://mrmalakasilva.blogspot.com/ > > WSO2, Inc. > lean . enterprise . middleware > http://www.wso2.com/ > http://www.wso2.com/about/team/malaka-silva/ > <http://wso2.com/about/team/malaka-silva/> > > Save a tree -Conserve nature & Save the world for your future. Print this > email only if it is absolutely necessary. > > _______________________________________________ > Architecture mailing list > [email protected] > https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture > > -- Harsha Kumara Software Engineer, WSO2 Inc. Mobile: +94775505618 Blog:harshcreationz.blogspot.com
_______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
