Update ConceptMap with identifier {identifier}

ConceptMap on the FHIR specification website.

A statement of relationships from one set of concepts to one or more other concepts - either concepts in code systems, or data element/data element concepts, or classes in class models.

The body should be a valid FHIR object for ConceptMap.

Here is an example:

{
  "resourceType": "ConceptMap",
  "id": "cm-address-type-v3",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h2>v3.AddressType (http://hl7.org/fhir/ConceptMap/cm-address-type-v3)</h2>\n            <p>Mapping from \n              <a href=\"valueset-address-type.html\">http://hl7.org/fhir/ValueSet/address-type</a> to \n              <a href=\"v3/AddressUse/vs.html\">http://terminology.hl7.org/ValueSet/v3-AddressUse</a>\n            </p>\n            <p>DRAFT. Published on 01/11/2019 9:29:23 AM by HL7 (FHIR Project) (\n              <a href=\"http://hl7.org/fhir\">http://hl7.org/fhir</a>, \n              <a href=\"mailto:[email protected]\">[email protected]</a>). \n            </p>\n            <br/>\n            <table class=\"grid\">\n              <tr>\n                <td>\n                  <b>Source Code</b>\n                </td>\n                <td>\n                  <b>Equivalence</b>\n                </td>\n                <td>\n                  <b>Destination Code</b>\n                </td>\n              </tr>\n              <tr>\n                <td>postal</td>\n                <td>equal</td>\n                <td>PST (postal address)</td>\n              </tr>\n              <tr>\n                <td>physical</td>\n                <td>equal</td>\n                <td>PHYS (physical visit address)</td>\n              </tr>\n            </table>\n          </div>"
  },
  "url": "http://hl7.org/fhir/ConceptMap/cm-address-type-v3",
  "version": "4.0.1",
  "name": "v3.AddressType",
  "title": "v3 map for AddressType",
  "status": "draft",
  "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]"
        }
      ]
    }
  ],
  "sourceCanonical": "http://hl7.org/fhir/ValueSet/address-type",
  "targetCanonical": "http://terminology.hl7.org/ValueSet/v3-AddressUse",
  "group": [
    {
      "source": "http://hl7.org/fhir/address-type",
      "target": "http://terminology.hl7.org/CodeSystem/v3-AddressUse",
      "element": [
        {
          "code": "postal",
          "target": [
            {
              "code": "PST",
              "equivalence": "equal"
            }
          ]
        },
        {
          "code": "physical",
          "target": [
            {
              "code": "PHYS",
              "equivalence": "equal"
            }
          ]
        }
      ]
    }
  ]
}

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

Language
Authorization
Click Try It! to start a request and see the response here!