Skip to content

Commit

Permalink
Merge pull request #84 from JonZammit/master
Browse files Browse the repository at this point in the history
Update updating-snomed-and-extensions.md
  • Loading branch information
kaicode authored Nov 18, 2019
2 parents 7cfd817 + e52632a commit fc17cf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/updating-snomed-and-extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Before doing anything, you will need to have a SNAPSHOT (or Full version) of the
As this is the first time we will be importing another extension, we will need to create a CodeSystem on the server. For this example, we are going to use the Spanish Edition but it should be the same for any other edition or extension.


On the swagger interface, look for the create a code system POST on the admin endpoint ( http://localhost:8080/swagger-ui.html#!/Admin/createCodeSystemUsingPOST ). Use the following in the request to create the branch:
On the swagger interface, look for the create a code system POST on the code systems endpoint ( http://localhost:8080/swagger-ui.html#!/Code_Systems/createCodeSystemUsingPOST ). Use the following in the request to create the branch:

```json
{
Expand Down Expand Up @@ -118,4 +118,4 @@ curl -X POST --header 'Content-Type: multipart/form-data' --header 'Accept: appl

You can tail the system log to see how this is progressing, or simply to the import endpoint - http://localhost:8080/imports/<import id>

And that's it... rinse and repeat for the next time...
And that's it... rinse and repeat for the next time...

0 comments on commit fc17cf3

Please sign in to comment.