This page is part of the AU Base Implementation Guide 4.1.1-preview based on FHIR R4. For a full list of available versions, see the Directory of published versions
: Organization - The Corporation of the Council of the Ward of Nundah - JSON Representation
Raw json | Download
{
"resourceType" : "Organization",
"id" : "example5",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"example5\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Organization "example5" </p></div><p><b>identifier</b>: ABN:\u00a091420780376</p><p><b>active</b>: true</p><p><b>type</b>: Religious Institution <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-organization-type.html\">Organization type</a>#reli)</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"
}
]
}