Update CodeSystem with identifier {identifier}

CodeSystem on the FHIR specification website.

The CodeSystem resource is used to declare the existence of and describe a code system or code system supplement and its key properties, and optionally define a part or all of its content.

The body should be a valid FHIR object for CodeSystem.

Here is an example:

{
  "resourceType": "CodeSystem",
  "id": "catalogType",
  "meta": {
    "lastUpdated": "2019-11-01T09:29:23.356+11:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h2>CatalogType</h2>\n            <div>\n              <p>The type of catalog.</p>\n\n            </div>\n            <p>This code system http://terminology.hl7.org/CodeSystem/catalogType defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">medication\n                  <a name=\"catalogType-medication\"> </a>\n                </td>\n                <td>Medication Catalog</td>\n                <td>Medication Catalog.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">device\n                  <a name=\"catalogType-device\"> </a>\n                </td>\n                <td>Device Catalog</td>\n                <td>Device Catalog.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">protocol\n                  <a name=\"catalogType-protocol\"> </a>\n                </td>\n                <td>Protocol List</td>\n                <td>Protocol List.</td>\n              </tr>\n            </table>\n          </div>"
  },
  "url": "http://terminology.hl7.org/CodeSystem/catalogType",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.4.1288"
    }
  ],
  "version": "4.0.1",
  "name": "CatalogType",
  "title": "CatalogType",
  "status": "draft",
  "experimental": false,
  "date": "2019-11-01T09:29:23+11:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "[email protected]"
        }
      ]
    }
  ],
  "description": "The type of catalog.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/catalogType",
  "content": "complete",
  "concept": [
    {
      "code": "medication",
      "display": "Medication Catalog",
      "definition": "Medication Catalog."
    },
    {
      "code": "device",
      "display": "Device Catalog",
      "definition": "Device Catalog."
    },
    {
      "code": "protocol",
      "display": "Protocol List",
      "definition": "Protocol List."
    }
  ]
}

You can reference the FHIR documentation to determine the format for CodeSystem.

Path Params
string
required

Identifier

Body Params
Responses

401

Unauthorized

403

Forbidden

500

Internal server error

Language
Credentials
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json