This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Organization-example-f201-aumc.json

Real-world organization example (Artis UMC)

{
  "resourceType": "Organization",
  "text": {
    "status": "generated",
    "div": "<div>\n      <p>\n        <b>Generated Narrative</b>\n      </p>\n      <p>\n        <b>identifier</b>: Zorginstelling naam = Artis University Medical Center (official)\n      </p>\n      <p>\n        <b>name</b>: Artis University Medical Center (AUMC)\n      </p>\n      <p>\n        <b>type</b>: \n        <span title=\"Codes: {http://snomed.info/sct 405608006}, {urn:oid:2.16.840.1.113883.2.4.15.1060 V6}, {http://hl7.org/fhir/organization-type prov}\">Academic Medical Center</span>\n      </p>\n      <p>\n        <b>telecom</b>: ph: +31715269111(work)\n      </p>\n      <p>\n        <b>address</b>: Walvisbaai 3 Den Helder 2333ZA NLD (work)\n      </p>\n      <h3>Contacts</h3>\n      <table class=\"grid\">\n        <tr>\n          <td>\n            <b>Purpose</b>\n          </td>\n          <td>\n            <b>Name</b>\n          </td>\n          <td>\n            <b>Telecom</b>\n          </td>\n          <td>\n            <b>Address</b>\n          </td>\n          <td>\n            <b>Gender</b>\n          </td>\n        </tr>\n        <tr>\n          <td> </td>\n          <td>Professor Brand(official)</td>\n          <td>ph: +31715269702(work)</td>\n          <td>Walvisbaai 3 Gebouw 2 Den helder 2333ZA NLD </td>\n          <td> </td>\n        </tr>\n      </table>\n      <p>\n        <b>active</b>: true\n      </p>\n    </div>"
  },
  "identifier": [
    {
      "use": "official",
      "label": "Zorginstelling naam",
      "system": "http://www.zorgkaartnederland.nl/",
      "value": "Artis University Medical Center"
    }
  ],
  "name": "Artis University Medical Center (AUMC)",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "405608006",
        "display": "Academic Medical Center"
      },
      {
        "system": "urn:oid:2.16.840.1.113883.2.4.15.1060",
        "code": "V6",
        "display": "University Medical Hospital"
      },
      {
        "system": "http://hl7.org/fhir/organization-type",
        "code": "prov",
        "display": "Healthcare Provider"
      }
    ]
  },
  "telecom": [
    {
      "system": "phone",
      "value": "+31715269111",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "line": [
        "Walvisbaai 3"
      ],
      "city": "Den Helder",
      "zip": "2333ZA",
      "country": "NLD"
    }
  ],
  "contact": [
    {
      "name": {
        "use": "official",
        "text": "Professor Brand",
        "family": [
          "Brand"
        ],
        "given": [
          "Ronald"
        ],
        "prefix": [
          "Prof.Dr."
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "+31715269702",
          "use": "work"
        }
      ],
      "address": {
        "line": [
          "Walvisbaai 3",
          "Gebouw 2"
        ],
        "city": "Den helder",
        "zip": "2333ZA",
        "country": "NLD"
      }
    }
  ],
  "active": true
}