{
  "resourceType": "StructureDefinition",
  "id": "EEBase-VATIN",
  "url": "https://hl7.ee/fhir/StructureDefinition/ee-vatin",
  "version": "1.0.0",
  "name": "EEBaseVATIN",
  "title": "EEBase VATIN",
  "status": "draft",
  "date": "2022-11-05T12:32:33.6747214+00:00",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "type": "Identifier",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Identifier",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Identifier",
        "path": "Identifier",
        "short": "VAT identification number",
        "definition": "An identifier for a taxable person (business) or non-taxable legal entity that is registered for VAT"
      },
      {
        "id": "Identifier.type",
        "path": "Identifier.type",
        "short": "VAT identification number",
        "definition": "An identifier for a taxable person (business) or non-taxable legal entity that is registered for VAT."
      },
      {
        "id": "Identifier.system",
        "path": "Identifier.system",
        "short": "The namespace for the VAT number",
        "definition": "Establishes the namespace for the VAT number",
        "min": 1,
        "fixedUri": "https://hl7.ee/fhir/NamingSystem/org-vatin",
        "mustSupport": true
      },
      {
        "id": "Identifier.value",
        "path": "Identifier.value",
        "definition": "The registered number for VAT",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}