{
  "resourceType": "SearchParameter",
  "id": "ConceptMap-target",
  "url": "http://hl7.org/fhir/SearchParameter/ConceptMap-target",
  "name": "target",
  "status": "draft",
  "experimental": false,
  "publisher": "Health Level Seven International (Vocabulary)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/Vocab/index.cfm"
        }
      ]
    }
  ],
  "code": "target",
  "base": [
    "ConceptMap"
  ],
  "type": "reference",
  "description": "Provides context to the mappings",
  "expression": "ConceptMap.target.as(Reference)",
  "xpath": "f:ConceptMap/f:targetReference",
  "xpathUsage": "normal",
  "target": [
    "ValueSet"
  ]
}