{

"resourceType": "Organization",
"id": "1",
"identifier": [
  {
    "system": "http://www.acme.org.au/units",
    "value": "Gastro"
  }
],
"name": "Gastroenterology",
"telecom": [
  {
    "system": "phone",
    "value": "+1 555 234 3523",
    "use": "mobile"
  },
  {
    "system": "email",
    "value": "gastro@acme.org",
    "use": "work"
  }
],
"meta": {
  "tag": [
    {
      "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
      "code": "HTEST",
      "display": "test health data"
    }
  ]
}

}