...
- 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: Comment this test out (assuming read-only server testing at the moment)
- 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
...