{
  "resourceType": "ConceptMap",
  "id": "example2",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00"
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      \n            <h2>FHIR-exanple-2 (http://hl7.org/fhir/ConceptMap/example2)</h2>\n      \n            <p>Mapping from http://example.org/fhir/example1 to http://example.org/fhir/example2</p>\n      \n            <p>DRAFT (not intended for production usage). Published on 13/06/2012 by HL7, Inc (FHIR project team (example): \n        \n              <a href=\"http://hl7.org/fhir\">http://hl7.org/fhir</a>). \n      \n            </p>\n      \n            <div>\n        \n              <p>An example mapping</p>\n\n      \n            </div>\n      \n            <br/>\n      \n            <table class=\"grid\">\n        \n              <tr>\n          \n                <td colspan=\"2\">\n            \n                  <b>Source Concept</b>\n          \n                </td>\n          \n                <td>\n            \n                  <b>Equivalence</b>\n          \n                </td>\n          \n                <td colspan=\"1\">\n            \n                  <b>Destination Concept</b>\n          \n                </td>\n        \n              </tr>\n        \n              <tr>\n          \n                <td>\n            \n                  <b>Code [http://example.org/fhir/example1]</b>\n          \n                </td>\n          \n                <td>\n            \n                  <b>http://example.org/fhir/DataElement/example [http://example.org/fhir/example3]</b>\n          \n                </td>\n          \n                <td/>\n          \n                <td>\n            \n                  <b>Code [http://example.org/fhir/example2]</b>\n          \n                </td>\n        \n              </tr>\n        \n              <tr>\n          \n                <td>code</td>\n          \n                <td>some-code</td>\n          \n                <td>:equivalent</td>\n          \n                <td>code2</td>\n        \n              </tr>\n      \n            </table>\n    \n          </div>"
  },
  "url": "http://hl7.org/fhir/ConceptMap/example2",
  "name": "FHIR-exanple-2",
  "title": "FHIR Example 2",
  "status": "draft",
  "experimental": true,
  "date": "2012-06-13",
  "publisher": "HL7, Inc",
  "contact": [
    {
      "name": "FHIR project team (example)",
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "description": "An example mapping",
  "purpose": "To illustrate mapping features",
  "sourceUri": "http://example.org/fhir/example1",
  "targetUri": "http://example.org/fhir/example2",
  "group": [
    {
      "source": "http://example.org/fhir/example1",
      "target": "http://example.org/fhir/example2",
      "element": [
        {
          "code": "code",
          "display": "Example Code",
          "target": [
            {
              "code": "code2",
              "display": "Some Example Code",
              "equivalence": "equivalent",
              "dependsOn": [
                {
                  "property": "http://example.org/fhir/DataElement/example",
                  "system": "http://example.org/fhir/example3",
                  "code": "some-code",
                  "display": "Something Coded"
                }
              ]
            }
          ]
        }
      ],
      "unmapped": {
        "mode": "other-map",
        "url": "http://example.org/fhir/ConceptMap/map2"
      }
    }
  ]
}