{
  "resourceType": "Organization",
  "id": "Organization-example26",
  "meta": {
    "versionId": "6",
    "lastUpdated": "2016-11-09T17:27:51.255+00:00",
    "profile": [
      "http://fhir.nl/fhir/StructureDefinition/nl-core-organization"
    ]
  },
  "text": {
    "status": "additional",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><tbody><tr><th style=\"text-align: center;\" colspan=\"2\">Organization</th></tr><tr><th>ID</th><th>Name</th></tr><tr><td>12341234 (AGB)<br />12341234 (URA)</td><td>Ziekenhuis Gooi en Overvecht</td></tr><tr><th>Contact</th><th>Address</th></tr><tr><td>work phone: <a href=\"tel:+3130-1234567\">030-1234567</a></td><td>Ventweg 12<br />1000 AA<br />Utrecht</td></tr><tr><th style=\"text-align: center;\" colspan=\"2\">Contact Persons</th></tr><tr><th>Purpose</th><th>Details</th></tr><tr><td>Administrative</td><td>work phone: <a href=\"tel:+3130-1234567\">030-1234567</a> - Mevrouw Pietersen</td></tr></tbody></table><p style=\"font-weight: bold;\">Open issues</p><p>None</p></div>"
  },
  "identifier": [
    {
      "system": "http://fhir.nl/fhir/NamingSystem/agb-z",
      "value": "12341234"
    },
    {
      "system": "http://fhir.nl/fhir/NamingSystem/ura",
      "value": "12341234"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "urn:oid:2.16.840.1.113883.2.4.6.7",
          "code": "0329",
          "display": "Psychiatrie"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://nictiz.nl/fhir/NamingSystem/organization-type",
          "code": "V4",
          "display": "Ziekenhuis"
        }
      ]
    }
  ],
  "name": "Ziekenhuis Gooi en Overvecht",
  "alias": [
    "ZGO"
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "030-1234567",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "line": [
        "Ventweg 12"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Ventweg"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "12"
            }
          ]
        }
      ],
      "city": "Utrecht",
      "postalCode": "1000 AA",
      "country": "NLD"
    }
  ],
  "partOf": {
    "reference": "http://example.org/fhir/Organization/1123442"
  },
  "contact": [
    {
      "purpose": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/contactentity-type",
            "code": "ADMIN",
            "display": "Administrative"
          }
        ]
      },
      "name": {
        "text": "Mevrouw Pietersen"
      },
      "telecom": [
        {
          "system": "phone",
          "value": "030-1234567",
          "use": "work"
        }
      ]
    }
  ]
}