CodeSystem
resource and a set of Concepts
composing it. This means that the CodeSystem resource describes only meta information of the code system: url, name, publisher, etc. Whereas Concept resources describe the content of the code system and are associated with the code system by the Concept.system attribute with the same value as the CodeSystem.url element.CodeSystem
resource can be created as a FHIR resource with embedded concepts itself. This approach is applicable for those cases when your code system contains a small number of concepts, usually no more than 100. CodeSystem
for eye color containing Brown
, Blue
, Green
, Hazel
, Heterochromia
coded concepts.CodeSystem
meta information (url, status, content....), and does not return concept
listed in that request. It is because Aidbox
divides CodeSystem
to CodeSystem
body and contained concepts list, and creates all concepts as independent Concept
resources.Concept
with system
= http://code.system/eyes.color
, we will receive all concepts for this CodeSystem.CodeSystem
is a separate creation of the CodeSystem body and Concepts.CodeSystem
resource.POST
requests or via one Transaction
request.read
operation works same as the FHIR read
interaction.CodeSystem
, Aidbox deletes CodeSystem
resource, and marks each Concept
with the deprecated
= true
.