Put CodeSystem
PUT {{host}}/terminology/CodeSystem/snomed
Request Body
[{"name"=>"data", "value"=>"{\n \"resourceType\": \"CodeSystem\",\n \"id\": \"Ensembl\",\n \"meta\": {\n \"lastUpdated\": \"2019-11-01T09:29:23.356+11:00\"\n },\n \"text\": {\n \"status\": \"generated\",\n \"div\": \"<div>!-- Snipped for Brevity --></div>\"\n },\n \"url\": \"http://www.ensembl.org\",\n \"version\": \"4.0.2\",\n \"name\": \"Ensembl-G\",\n \"title\": \"Ensembl-G\",\n \"status\": \"draft\",\n \"experimental\": false,\n \"date\": \"2019-11-01T09:29:23+11:00\",\n \"description\": \"Set of Ensembl gene reference sequences whose identifiers have a prefix of \\\"ENSG.\\\" It only includes genomic sequences associated with genes and uses the whole build plus the chromosome number to identify chromosome reference sequences, rather than a separate set of reference sequence identifier as NCBI does. LHC has not yet produced a convenient look up table for these files.\",\n \"caseSensitive\": true,\n \"content\": \"not-present\"\n}\n", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
content-type | string |