{
  "resourceType": "StructureDefinition",
  "id": "location-eu-core",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    }
  ],
  "url": "http://hl7.eu/fhir/base/StructureDefinition/location-eu-core",
  "name": "LocationEuCore",
  "title": "Location (EU core)",
  "status": "active",
  "description": "This profile introduces essential constraints and extensions for the Location resource that apply across multiple use cases.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Location",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Location",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Location.identifier",
        "path": "Location.identifier",
        "short": "Location identifier"
      },
      {
        "id": "Location.name",
        "path": "Location.name",
        "short": "Location name"
      },
      {
        "id": "Location.description",
        "path": "Location.description",
        "short": "Description of the location"
      },
      {
        "id": "Location.telecom",
        "path": "Location.telecom",
        "short": "Location telecom"
      },
      {
        "id": "Location.address",
        "path": "Location.address",
        "type": [
          {
            "code": "Address",
            "profile": [
              "http://hl7.eu/fhir/base/StructureDefinition/Address-eu"
            ]
          }
        ]
      },
      {
        "id": "Location.physicalType",
        "path": "Location.physicalType",
        "short": "Location type"
      },
      {
        "id": "Location.managingOrganization",
        "path": "Location.managingOrganization",
        "short": "Managing organization",
        "comment": "The managing organization is the organization responsible for the location, such as a hospital or clinic."
      },
      {
        "id": "Location.partOf",
        "path": "Location.partOf",
        "short": "Location this one is physically a part of"
      }
    ]
  }
}
