# EMIS Partner API - FileRecord call - creating SNOMED codes **Category:** [open forum](https://openhealthhub.org/c/open-forum/9) **Created:** 2025-09-17 16:44 UTC **Views:** 133 **Replies:** 7 **URL:** https://openhealthhub.org/t/emis-partner-api-filerecord-call-creating-snomed-codes/2863 --- ## Post #1 by @imfarazmalik Hello, I’m integrating our product with the EMIS Web Partner API, but I’ve hit a roadblock with getting our `FileRecord` call working. Currently the consultation data goes through, where codes are sent as `` instances. The problem however is that EMIS Web discards the SNOMED-CT concept ID I supply for the code, structured as follows: ```xml 2
Problem
2 638b8f34-653e-4332-9782-b5b71dfa8b4f 17/09/2025 3797 3797 17/09/2025 asthmatic bronchitis fedc1 READ2 asthmatic bronchitis 21341004 SNOMED fedc1 READ2 asthmatic bronchitis 21341004 SNOMED 1 1 0 1 1 0
``` Note that we put a random string in `` for `` and pass the concept ID into ``. However, EMIS Web discards the code. It seems EMIS Web wants their internal EMIS code in `` – does anyone have any straightforward ways to go from a concept ID to the EMIS code? Any ideas @mayfield.g.kev ? Seems like you were working on this EMIS territory quite a bit. Thanks in advance, Faraz --- ## Post #2 by @mayfield.g.kev I’m away at the moment but pretty certain scheme should be snomed And Code the snomed concept. map code is for EMIS internal use --- ## Post #3 by @imfarazmalik That fixed it and thanks for the 9pm response, much appreciated! However, it seems that SNOMED codes are a “hit-and-miss” with EMIS Web. As in, some concept IDs aren’t recognised by EMIS Web. Is there a way to discern this before filing away? Otherwise we could end up flooding codes that appear like: “`[DEGRADE]` **has a sore throat**” (as an example) --- ## Post #4 by @imfarazmalik On further review it seems some SNOMED-CT concepts are ‘inactive’, which would mean EMIS Web doesn’t recognise nor support them. Is that correct? --- ## Post #5 by @mayfield.g.kev Does the nhs England terminology browser have them as inactive? Not sure how we got our codes? May have added them via emis and then used api to view codes … or found them in QOF lists --- ## Post #6 by @imfarazmalik Yep, the NHS England terminology browser marks them as inactive. Just trying to find some sort of terminology dataset which allows me to mass-download the SNOMED codes which are considered active by NHS. We’re currently using SNOMED-CT’s international dataset, which will naturally contain inactive codes. An endpoint lookup may also work - any ideas on where to start? --- ## Post #7 by @mayfield.g.kev We use this https://digital.nhs.uk/developer/api-catalogue/terminology-server-fhir Some of the codes we use (with emis) are documented under domain archetypes e.g. https://virtually-healthcare.github.io/Questionnaire-VitalSigns.html --- ## Post #8 by @mayfield.g.kev Another useful site for use with UK primary care is https://www.opencodelists.org/ --- **Canonical:** https://openhealthhub.org/t/emis-partner-api-filerecord-call-creating-snomed-codes/2863 **Original content:** https://openhealthhub.org/t/emis-partner-api-filerecord-call-creating-snomed-codes/2863