{
  "resourceType": "StructureDefinition",
  "id": "69096a87-2558-4c87-9b3b-e36a5a380e17",
  "meta": {
    "lastUpdated": "2019-10-01T15:24:13.417943+00:00"
  },
  "url": "http://example.org/fhir/StructureDefinition/KelaLocation",
  "name": "KelaLocation",
  "status": "draft",
  "date": "2019-10-01T15:24:13.3088432+00:00",
  "description": "Example Location model created in Forge STU3",
  "fhirVersion": "3.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "http://example.org/fhir/StructureDefinition/Location",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "Location",
        "path": "Location",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Element"
          }
        ]
      },
      {
        "id": "Location.X",
        "path": "Location.X",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "decimal",
            "profile": "http://hl7.org/fhir/StructureDefinition/decimal"
          }
        ],
        "mapping": [
          {
            "identity": "CCDA",
            "map": "GeoLocation.X"
          },
          {
            "identity": "FHIR",
            "map": "Location.longitude"
          }
        ]
      },
      {
        "id": "Location.Y",
        "path": "Location.Y",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "decimal",
            "profile": "http://hl7.org/fhir/StructureDefinition/decimal"
          }
        ],
        "mapping": [
          {
            "identity": "FHIR",
            "map": "Location.langitude"
          }
        ]
      },
      {
        "id": "Location.meta",
        "path": "Location.meta",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "Location.meta.displayname",
        "path": "Location.meta.displayname",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "string",
            "profile": "http://hl7.org/fhir/StructureDefinition/string"
          }
        ]
      }
    ]
  }
}