What are the reason I would do an extension for my server? In order to be useful the clients that are using my server should read the documentation of my server and adapt their code accordingly? For example a Client wants to get the info about an patient and I have an extensions that says the patient have 0..* middle name. The client code should know that and add that in their model, right?
Thanks Gino, very good learning stuff (at least for such as myself). I will turn back to it in some near future to learn it in detail. The job you are doing for the community is important.
Thanks for this. I hope you can find time for the next parts. BTW, can you also explain how to connect snomed codes to FHIR? And which FHIR servers you recommend?
You are welcome! There is a page in the spec that would be a good place to start: www.hl7.org/fhir/snomedct.html , which has links to additional information (e.g., the usage page). As to FHIR server recommendations, that's a pretty broad range that depends on your use case. For learning / testing, any of the open source servers should work - I would start with ones implemented in languages I am comfortable with and go from there. Hope this helps!
What are the reason I would do an extension for my server? In order to be useful the clients that are using my server should read the documentation of my server and adapt their code accordingly? For example a Client wants to get the info about an patient and I have an extensions that says the patient have 0..* middle name. The client code should know that and add that in their model, right?
Thanks Gino, very good learning stuff (at least for such as myself). I will turn back to it in some near future to learn it in detail. The job you are doing for the community is important.
Thanks for this. I hope you can find time for the next parts. BTW, can you also explain how to connect snomed codes to FHIR? And which FHIR servers you recommend?
You are welcome! There is a page in the spec that would be a good place to start: www.hl7.org/fhir/snomedct.html , which has links to additional information (e.g., the usage page).
As to FHIR server recommendations, that's a pretty broad range that depends on your use case. For learning / testing, any of the open source servers should work - I would start with ones implemented in languages I am comfortable with and go from there.
Hope this helps!
@@GinoCanessa Thank you!