Australian Base Implementation Guide

This page is part of AU Base v4.0.0 based on FHIR R4. For a full list of available versions, see the Directory of published versions

Example: Organization-example5

Formats: Narrative, XML, JSON, Turtle

Raw json


{
  "resourceType" : "Organization",
  "id" : "example5",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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 \"example5\" </p></div><p><b>identifier</b>: ABN: 91420780376</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/3.1.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"
    }
  ]
}
Issues & Feedback