...
- Get concepts for terminology/version
- getConcepts("138875005",...) for SNOMEDCT
- TEST: Returns one concept, terminology id 138875005
- Get concept for user based on previous call
- Authenticate user who last modified concept 138875005
- getConceptForUser() with new auth token
- TEST: Returns one concept, terminology id 138875005, last modified by appropriate user
- TODO: Move this routine to ContentChangeService
- Get single concept
- getSingleConcept("138875005", ...) for SNOMEDCT
- TEST: Returns one concept, terminology id 138875005
- Get concept by id
- getConcept(concept.getId(), ...)
- TEST: Returns one concept, terminology id 138875005
...