{
  "resourceType" : "Organization",
  "id" : "example5",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization example5</b></p><a name=\"example5\"> </a><a name=\"hcexample5\"> </a><p><b>identifier</b>: ABN/91420780376</p><p><b>active</b>: true</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/organization-type reli}\">Religious Institution</span></p><p><b>name</b>: The Corporation of the Synod of the Diocese of Nundah</p><p><b>telecom</b>: <a href=\"mailto:info@CSDN.example.com\">info@CSDN.example.com</a></p><p><b>address</b>: 700 Church Road Zillmere QLD 4034 AU (work)</p></div>"
  },
  "identifier" : [{
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "XX"
      }],
      "text" : "ABN"
    },
    "system" : "http://hl7.org.au/id/abn",
    "value" : "91420780376"
  }],
  "active" : true,
  "type" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
      "code" : "reli"
    }],
    "text" : "Religious Institution"
  }],
  "name" : "The Corporation of the Synod of the Diocese of Nundah",
  "telecom" : [{
    "system" : "email",
    "value" : "info@CSDN.example.com",
    "use" : "work"
  }],
  "address" : [{
    "use" : "work",
    "line" : ["700 Church Road"],
    "city" : "Zillmere",
    "state" : "QLD",
    "postalCode" : "4034",
    "country" : "AU"
  }]
}