Skip to main content

Get ConceptMap

Get a single ConceptMap by ID.

Query

query GetConceptMap($id: ID!) {
conceptmap(id: $id) {
id
# Add other fields as needed
}
}

Parameters

  • id: ID of the resource to retrieve

Return Type

Returns a ConceptMap resource.