{

"resourceType": "Organization",
"id": "f002",
"active": true,
"type": [
  {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/organization-type",
        "code": "dept",
        "display": "Hospital Department"
      }
    ]
  }
],
"name": "Burgers UMC Cardiology unit",
"telecom": [
  {
    "system": "phone",
    "value": "022-655 2320"
  }
],
"address": [
  {
    "line": [
      "South Wing, floor 2"
    ]
  }
],
"partOf": {
  "reference": "Organization/f001"
},
"contact": [
  {
    "purpose": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/contactentity-type",
          "code": "ADMIN"
        }
      ]
    },
    "name": {
      "text": "mevr. D. de Haan"
    },
    "telecom": [
      {
        "system": "phone",
        "value": "022-655 2321"
      },
      {
        "system": "email",
        "value": "cardio@burgersumc.nl"
      },
      {
        "system": "fax",
        "value": "022-655 2322"
      }
    ],
    "address": {
      "line": [
        "South Wing, floor 2"
      ]
    }
  }
],
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}