Skip to content

Commit

Permalink
addresses #80
Browse files Browse the repository at this point in the history
  • Loading branch information
ahwagner committed Oct 30, 2024
1 parent 59c4863 commit b912123
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions schema/core-im/core-im-source.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -983,6 +983,31 @@ $defs:
- relation
- coding

MappableConcept:
type: object
maturity: draft
description: >-
A concept label that may be mapped to one or more :ref:`Codings <Coding>`.
properties:
id:
type: string
description: >-
The 'logical' identifier of the Entity in the system of record, e.g. a UUID. This 'id' is
unique within a given system, but may or may not be globally unique outside the system. It
is used within a system to reference an object from another. A MappableConcept 'id' MAY be
a primary code for the concept.
label:
type: string
description: A primary name for the entity.
mappings:
type: array
ordered: false
items:
$ref: "#/$defs/ConceptMapping"
description: >-
A list of mappings to concepts in terminologies or code systems. Each mapping should
include a coding and a relation.
Extension:
type: object
maturity: trial use
Expand Down

0 comments on commit b912123

Please sign in to comment.