{
  "resourceType": "Organization",
  "id": "organization-eu-core-example",
  "meta": {
    "profile": [
      "http://hl7.eu/fhir/base/StructureDefinition/organization-eu-core"
    ]
  },
  "type": [
    {
      "coding": [
        {
          "code": "prov",
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "display": "Healthcare Provider"
        }
      ]
    }
  ],
  "address": [
    {
      "line": [
        "123 Example Street"
      ],
      "city": "Example City",
      "state": "EX",
      "postalCode": "12345",
      "country": "EX"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "555-1234",
      "use": "work"
    }
  ],
  "name": "Example Health Organization"
}
