This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). The current version which supercedes this version is 4.0.1. For a full list of available versions, see the Directory of published versions

 

ACME Healthcare

{"Organization": {
  "text": {
    "status": "generated",
    "div": "<div>\n      <p>Gastroenterology @ Acme Hospital. ph: +1 555 234 3523, email: <a href=\"mailto:gastro@acme.org\">gastro@acme.org<\/a><\/p>\n    <\/div>"
  },
  "relatedOrganization": [{
    "organization": {
      "id": {"value": "1"},
      "display": {"value": "ACME Healthcare, Inc"},
      "type": {"value": "Organization"}
    },
    "type": {"coding": [{
      "system": {"value": "oid:2.16.840.1.113883.5.110"},
      "code": {"value": "TERR"}
    }]}
  }],
  "name": [{"value": "Gastroenterology"}],
  "telecom": [
    {
      "system": "phone",
      "value": {"value": "+1 555 234 3523"},
      "use": "mobile"
    },
    {
      "system": "email",
      "value": {"value": "gastro@acme.org"},
      "use": "work"
    }
  ],
  "identifier": [{"identifier": {
    "id": {"value": "Gastro"},
    "system": {"value": "http://www.acme.org.au/units"}
  }}]
}}