{
  "resourceType": "Organization",
  "id": "ad1-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": "11111111"
    },
    {
      "assigner": {
        "identifier": {
          "system": "http://fhir.nl/fhir/NamingSystem/ura",
          "value": "11111111",
          "type": {
            "coding": [
              {
                "code": "author",
                "system": "http://terminology.hl7.org/CodeSystem/provenance-participant-type"
              }
            ]
          }
        }
      },
      "system": "https://cp1-test.example.org/departments",
      "value": "4cb35b96-f021-4e15-bf71-d67a6d4bebec"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "code": "Z3",
          "system": "http://nictiz.nl/fhir/NamingSystem/organization-type",
          "display": "Huisartspraktijk (zelfstandig of groepspraktijk)"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+3131599991",
      "use": "work"
    },
    {
      "system": "email",
      "value": "info@cp1.example.org",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "Vogelenzangweg 31",
        null,
        null
      ],
      "_line": [
        null,
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Vogelenzangweg"
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "31"
            }
          ]
        }
      ],
      "city": "Ulft",
      "postalCode": "7071 PT"
    }
  ],
  "endpoint": [
    {
      "reference": "Endpoint/ad1-e1"
    }
  ],
  "name": "example General Practice"
}
