{
  "resourceType": "StructureDefinition",
  "id": "a461ceb7-3afb-4f76-863e-428f74d6ebb5",
  "meta": {
    "lastUpdated": "2019-04-05T11:46:55.0675364+00:00"
  },
  "url": "http://example.org/fhir/StructureDefinition/KelaCountry",
  "name": "KelaCountry",
  "status": "draft",
  "date": "2019-04-05T11:46:54.9672149+00:00",
  "fhirVersion": "3.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "Element",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
  "derivation": "specialization",
  "snapshot": {
    "element": [
      {
        "id": "Model",
        "path": "Model",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ]
      },
      {
        "id": "Model.Name",
        "path": "Model.Name",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string",
            "profile": "http://hl7.org/fhir/StructureDefinition/string"
          }
        ]
      },
      {
        "id": "Model.Location",
        "path": "Model.Location",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Reference",
            "profile": "http://example.org/fhir/StructureDefinition/KelaLocation"
          }
        ]
      }
    ]
  }
}