This page is part of the FHIR Specification (v0.06: DSTU 1 Ballot 2). 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

 

ACME Laboratory

{"Organization": {
  "text": {
    "status": "generated",
    "div": "<div>\n      <p>Clinical Laboratory @ Acme Hospital. ph: +1 555 234 1234, email: <a href=\"mailto:contact@labs.acme.org\">contact@labs.acme.org<\/a><\/p>\n    <\/div>"
  },
  "name": [{"value": "Acme Org, Clinical Lab"}],
  "telecom": [
    {
      "system": "phone",
      "value": {"value": "+1 555 234 1234"},
      "use": "work"
    },
    {
      "system": "email",
      "value": {"value": "contact@labs.acme.org"},
      "use": "work"
    }
  ]
}}