21
djlazz3
6y

Just started working with FHIR for medical records... This should be fun... 😢

Comments
  • 1
    do you really need a file for every little concept?
  • 1
    Well, if you can imagine that each of those files contains a class definition with properties and logic, then yes, however, this data model has a lot of flaws, that I'm currently working to fix... 😢
  • 0
    @djlazz3 yeah, visualizing code is incredibly difficult...
  • 0
    Hello, one question: I also start to work with FHIR and we use Hapi for our backend. I think I can see in your picture *.js files, how do you use JS to consume the api?
  • 0
    @AI-Overlord well, the reason that everything is a *.js file, is that I was using a node based FHIR API, and so I used someone else's implementation to start off, and this is a dependency map of their model files, I you want, I can send you the link to the node FHIR server example that I used
Add Comment