Import RF2 distribution
Let's import an RF2 release in SNAPSHOT
mode so that we can further explore the available SNOMED CT APIs! To do so, use the appropriate request from the SNOMED CT Import API as follows (the second SNOMEDCT
in the request path represents the code system identifier):
Curl will display the entire interaction between it and the server, including many request and response headers. We are interested in these two (response) rows in particular:
The first one indicates that the file was uploaded successfully and a resource has been created to track import progress, while the second row indicates the location of this resource.
The process itself is asynchronous and its status can be checked by periodically sending a GET request to the location indicated by the response header:
The expected response while the import is running:
Upon completion, you should receive a different response which lists component identifiers visited during the import as well as any defects encountered in uploaded release files:
Last updated