{
  "resourceType": "StructureDefinition",
  "id": "ei-location",
  "meta": {
    "lastUpdated": "2019-12-13T05:23:11.851+00:00"
  },
  "url": "http://www.agfa.com/ei/fhir/StructureDefinition/ei-location",
  "version": "1.0",
  "name": "Enterprise Imaging Location",
  "status": "draft",
  "date": "2017-09-19T04:44:21.086+00:00",
  "fhirVersion": "3.0.1",
  "mapping": [
    {
      "identity": "agfa-ei-model",
      "name": "Enterprise Imaging Data Model"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Location",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Location",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Location.status",
        "path": "Location.status",
        "max": "0"
      },
      {
        "id": "Location.operationalStatus",
        "path": "Location.operationalStatus",
        "max": "0"
      },
      {
        "id": "Location.name",
        "path": "Location.name",
        "mapping": [
          {
            "identity": "agfa-ei-model",
            "map": "TRANSFER#BED"
          },
          {
            "identity": "agfa-ei-model",
            "map": "ROOM"
          }
        ]
      },
      {
        "id": "Location.alias",
        "path": "Location.alias",
        "max": "0"
      },
      {
        "id": "Location.description",
        "path": "Location.description",
        "max": "0"
      },
      {
        "id": "Location.type",
        "path": "Location.type",
        "max": "0"
      },
      {
        "id": "Location.telecom",
        "path": "Location.telecom",
        "max": "0"
      },
      {
        "id": "Location.address",
        "path": "Location.address",
        "max": "0"
      },
      {
        "id": "Location.position",
        "path": "Location.position",
        "max": "0"
      }
    ]
  }
}