We are looking to implement a FHIR server but also need to provide additional resources, IS there a way that we can generate our own structures the same way that the project does for the FHIR Specification?
--
You received this message because you are subscribed to the Google Groups "HAPI FHIR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hapi-fhir+...@googlegroups.com.
To post to this group, send email to hapi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hapi-fhir/722a2731-3bb5-467f-8385-c89beaa5ad65%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/hapi-fhir/ba3c7de1-de26-41d5-8baa-349a9e3c16e8%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hapi-fhir/1b2dfe0b-fbd1-4df4-afc7-05b649d1c84c%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hapi-fhir/fef82ac8-1086-4836-99d8-7101e2fb0566%40googlegroups.com.
ca.uhn.fhir.parser.DataFormatException: Unknown resource name "Note" (this name is not known in FHIR version "DSTU2") ca.uhn.fhir.context.FhirContext.getResourceDefinition(FhirContext.java:274) ca.uhn.fhir.to.Controller.actionResource(Controller.java:308) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) java.lang.reflect.Method.invoke(Unknown Source) org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:222) org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:137) org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:110) org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:814) org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:737) org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:85) org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:959) org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:893) org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:969) org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:860) javax.servlet.http.HttpServlet.service(HttpServlet.java:622) org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:845) javax.servlet.http.HttpServlet.service(HttpServlet.java:729) org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) org.ebaysf.web.cors.CORSFilter.handleNonCORS(CORSFilter.java:437) org.ebaysf.web.cors.CORSFilter.doFilter(CORSFilter.java:172)
Not sure if it is the FhirTester app or the RestServer throwing the exception.
Regards,
Adam
To view this discussion on the web visit https://groups.google.com/d/msgid/hapi-fhir/8e274f21-78f1-4b1d-a4bf-02f7b2358d27%40googlegroups.com.