{
  "resourceType": "Organization",
  "id": "nl-core-organization-example-1",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2019-02-12",
    "profile": [
      "http://fhir.nl/fhir/StructureDefinition/nl-core-organization"
    ]
  },
  "identifier": [
    {
      "system": "http://fhir.nl/fhir/NamingSystem/ura",
      "value": "12345678"
    },
    {
      "system": "http://fhir.nl/fhir/NamingSystem/agb-z",
      "value": "12341234"
    },
    {
      "system": "http://fhir.nl/fhir/NamingSystem/LVR-ID",
      "value": "1234"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "urn:oid:2.16.840.1.113883.2.4.6.7",
          "code": "0307",
          "display": "Medisch specialisten, obstetrie en gynaecologie"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://nictiz.nl/fhir/NamingSystem/organization-type",
          "code": "V4",
          "display": "Ziekenhuis"
        }
      ]
    }
  ],
  "name": "Dijklander Ziekenhuis",
  "alias": [
    "DLZ"
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "0229 257 257",
      "use": "work"
    }
  ],
  "address": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
          "valueString": "Maelsonstraat"
        },
        {
          "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
          "valueString": "3"
        }
      ],
      "use": "work",
      "line": [
        "Maelsonstraat 3"
      ],
      "city": "Hoorn",
      "postalCode": "1624",
      "country": "NLD"
    }
  ],
  "contact": [
    {
      "purpose": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/contactentity-type",
            "code": "ADMIN",
            "display": "Administrative"
          }
        ]
      },
      "name": {
        "text": "mw. dr. M.J. Lambers"
      },
      "telecom": [
        {
          "system": "phone",
          "value": "0229 - 257 829",
          "use": "work"
        }
      ]
    }
  ]
}