﻿{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api-erp.kamsoft.pl/ns/StructureDefinition/Identifier",
  "title": "Identifier",
  "type": "object",
  "properties": {
    "use": {
      "type": "string"
    },
    "type": {
      "$ref": "https://api-erp.kamsoft.pl/ns/StructureDefinition/CodeableConcept"
    },
    "system": {
      "type": "string"
    },
    "value": {
      "type": "string"
    },
    "period": {
      "$ref": "https://api-erp.kamsoft.pl/ns/StructureDefinition/Period"
    },
    "assigner": {
      "$ref": "https://api-erp.kamsoft.pl/ns/StructureDefinition/Reference"
    }
  }
}