AU Base Implementation Guide
4.2.2-ballot - Ballot
This page is part of the Australian Base IG (v4.2.2-ballot: AU Base R4.2 Ballot 5) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 4.1.0. For a full list of available versions, see the Directory of published versions
Page standards status: Informative |
{
"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><a name=\"example5-en-AU\"> </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"
}
]
}