﻿{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-erp.kamsoft.pl/ns/StructureDefinition/CodeableConcept",
  "title": "CodeableConcept",
  "type": "object",
  "properties": {
    "coding": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "text": {
      "type": "string"
    }
  }
}