{
  "resourceType": "StructureDefinition",
  "id": "ae5c00aa-8d8b-4f2f-aeec-2378091d2843",
  "meta": {
    "lastUpdated": "2019-04-05T12:05:24.4317423+00:00"
  },
  "url": "http://example.org/fhir/StructureDefinition/KelaLocation3D",
  "version": "0.2",
  "name": "KelaLocation3D",
  "status": "draft",
  "date": "2019-04-05T12:05:24.3364761+00:00",
  "fhirVersion": "3.0.1",
  "kind": "logical",
  "abstract": false,
  "type": "Element",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element",
  "derivation": "specialization",
  "snapshot": {
    "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.Z",
        "path": "Location.Z",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "decimal",
            "profile": "http://hl7.org/fhir/StructureDefinition/decimal"
          }
        ]
      },
      {
        "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"
          }
        ]
      },
      {
        "id": "Location.meta.comment",
        "path": "Location.meta.comment",
        "min": 0,
        "max": "0",
        "type": [
          {
            "code": "string",
            "profile": "http://hl7.org/fhir/StructureDefinition/string"
          }
        ]
      }
    ]
  }
}