{
  "resourceType": "Organization",
  "id": "ad2-o1",
  "meta": {
    "profile": [
      "http://nuts-foundation.github.io/nl-generic-functions-ig/StructureDefinition/nl-gf-organization"
    ]
  },
  "identifier": [
    {
      "system": "http://fhir.nl/fhir/NamingSystem/ura",
      "value": "22222222"
    },
    {
      "assigner": {
        "identifier": {
          "system": "http://fhir.nl/fhir/NamingSystem/ura",
          "value": "22222222",
          "type": {
            "coding": [
              {
                "code": "author",
                "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type"
              }
            ]
          }
        }
      },
      "system": "https://cp2-test.example.org/departments",
      "value": "cff921f3-c1c1-4a4c-8f0f-cafd0aa25067"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "code": "V4",
          "system": "http://nictiz.nl/fhir/NamingSystem/organization-type",
          "display": "Ziekenhuis"
        }
      ]
    },
    {
      "coding": [
        {
          "code": "22232009",
          "system": "http://snomed.info/sct",
          "display": "Hospital"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+31301234567",
      "use": "work"
    },
    {
      "system": "email",
      "value": "info@cp2.example.org",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "Catharinastraat 21"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Catharinastraat"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "21"
            }
          ]
        }
      ],
      "city": "Doetinchem",
      "postalCode": "7001 BZ"
    }
  ],
  "endpoint": [
    {
      "reference": "Endpoint/ad2-e1"
    },
    {
      "reference": "Endpoint/ad2-e2"
    },
    {
      "reference": "Endpoint/ad2-e3"
    }
  ],
  "name": "example Hospital"
}
