FHIR Chat · Medication Resources · ncts-connectathon

Stream: ncts-connectathon

Topic: Medication Resources


view this post on Zulip Luke Swindale (Apr 17 2018 at 01:10):

If you're wanting to look at an example of how you could interact with FHIR medication resources, please have a look at https://browse.medserve.online/. As opposed to the NTS (which models the terminology as CodeSystems), medserve uses the AMT data as Medication resources and seems to be more appropriate for some use cases. I'd recommend hitting it with Chrome and look at the network traffic (in the developer console) to see what FHIR requests are being fired off behind the scenes

view this post on Zulip Luke Swindale (Apr 17 2018 at 01:13):

while not an official service, offered by The Agency, it is a useful example implementation. Alternatively, feel free to lobby the likes of Pan for it's inclusion in the NCTS :). Can I say that?? Sorry Pan (not sorry)

view this post on Zulip Luke Swindale (Apr 17 2018 at 01:32):

Also, for more complex FHIR Composed ValueSet $expand operations... Ontoserver additionally supports ECL. A handly reference is https://ontoserver.csiro.au/shrimp/ecl_help.html, allowing you to test your ECL at https://ontoserver.csiro.au/shrimp/ecl.html. I'm currently working on a query that lists each of the related concepts for an AMT concept (restricted to the AMT 7 box model)... much like you might find at https://medserve.online (have I mentioned that before:). I'll try and post my example once I've constructed it

view this post on Zulip Michael Lawley (Apr 17 2018 at 06:03):

ECL gets you a long way with meds - see this cool client http://plnkr.co/bpXxat

view this post on Zulip Luke Swindale (Apr 17 2018 at 06:22):

For those interested in traversing the AMT product model, have a look at the Postman collection I've thrown together. These examples use ECL to navigate from TPP to every other part of the model. Enjoy! https://documenter.getpostman.com/view/877450/RVuACSuY


Last updated: Apr 12 2022 at 19:14 UTC