{
"resourceType" : "ConceptMap",
// from Resource: id, meta, implicitRules, and language
// from DomainResource: text, contained, extension, and modifierExtension
"url" : "<uri>", // Globally unique logical id for concept map
"identifier" : { Identifier }, // Additional identifier for the concept map
"version" : "<string>", // Logical id for this version of the concept map
"name" : "<string>", // Informal name for this concept map
"status" : "<code>", // R! draft | active | retired
"experimental" : <boolean>, // If for testing purposes, not real usage
"publisher" : "<string>", // Name of the publisher (organization or individual)
"contact" : [{ // Contact details of the publisher
"name" : "<string>", // Name of a individual to contact
"telecom" : [{ ContactPoint }] // Contact details for individual or publisher
}],
"date" : "<dateTime>", // Date for given status
"description" : "<string>", // Human language description of the concept map
"useContext" : [{ CodeableConcept }], // Content intends to support these contexts
"requirements" : "<string>", // Why needed
"copyright" : "<string>", // Use and/or publishing restrictions
// source[x]: Identifies the source of the concepts which are being mapped. One of these 2:
"sourceUri" : "<uri>",
"sourceReference" : { Reference(ValueSet|StructureDefinition) },
// target[x]: Provides context to the mappings. One of these 2:
"targetUri" : "<uri>",
"targetReference" : { Reference(ValueSet|StructureDefinition) },
"element" : [{ // Mappings for a concept from the source set
"codeSystem" : "<uri>", // Code System (if value set crosses code systems)
"code" : "<code>", // Identifies element being mapped
"target" : [{ // Concept in target system for element
"codeSystem" : "<uri>", // System of the target (if necessary)
"code" : "<code>", // Code that identifies the target element
"equivalence" : "<code>", // R! equivalent | equal | wider | subsumes | narrower | specializes | inexact | unmatched | disjoint
"comments" : "<string>", // C? Description of status/issues in mapping
"dependsOn" : [{ // Other elements required for this mapping (from context)
"element" : "<uri>", // R! Reference to element/field/ValueSet mapping depends on
"codeSystem" : "<uri>", // R! Code System (if necessary)
"code" : "<string>" // R! Value of the referenced element
}],
"product" : [{ Content as for ConceptMap.element.target.dependsOn }] // Other concepts that this mapping also produces
}]
}]
}
ConceptMap Search Parameters
The following search parameters can be used to query ConceptMap resources. Just submit them like so: