{
  "resourceType": "StructureDefinition",
  "id": "organization-eu",
  "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/organization-eu",
  "name": "OrganizationEu",
  "title": "Organization (EU base)",
  "status": "active",
  "description": "This profile specifies how the HL7 FHIR Organization resource should be used for conveying commonly used concepts in the European context.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Organization",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Organization",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Organization",
        "path": "Organization",
        "constraint": [
          {
            "key": "name-or-identifier",
            "severity": "error",
            "human": "identifier or name SHALL be present",
            "expression": "identifier.exists() or name.exists()",
            "source": "http://hl7.eu/fhir/base/StructureDefinition/organization-eu"
          }
        ]
      },
      {
        "id": "Organization.identifier",
        "path": "Organization.identifier",
        "short": "Organization business identifier"
      },
      {
        "id": "Organization.type",
        "path": "Organization.type",
        "short": "Organization type"
      },
      {
        "id": "Organization.name",
        "path": "Organization.name",
        "short": "Name of the organization"
      },
      {
        "id": "Organization.telecom",
        "path": "Organization.telecom",
        "short": "Organization telecom"
      },
      {
        "id": "Organization.address",
        "path": "Organization.address",
        "type": [
          {
            "code": "Address",
            "profile": [
              "http://hl7.eu/fhir/base/StructureDefinition/Address-eu"
            ]
          }
        ]
      },
      {
        "id": "Organization.partOf",
        "path": "Organization.partOf",
        "short": "The organization of which this organization is part of: e.g. an ERN"
      },
      {
        "id": "Organization.contact",
        "path": "Organization.contact",
        "short": "Organization contact infos"
      }
    ]
  }
}
