{
  "resourceType": "Organization",
  "id": "adha",
  "meta": {
    "profile": [
      "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-organization-core-1"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"adha\"> </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 \"adha\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-dh-organization-core-1.html\">ADHA Core Organization</a></p></div><p><b>identifier</b>: ABN: 84425496912</p><p><b>type</b>: Commonwealth Government Entity <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (1292.0#7510)</span></p><p><b>name</b>: Australian Digital Health Agency</p><p><b>telecom</b>: <a href=\"https://www.digitalhealth.gov.au\">https://www.digitalhealth.gov.au</a>, <a href=\"mailto:help@digitalhealth.gov.au\">help@digitalhealth.gov.au</a>, ph: 1300901001(WORK)</p><p><b>address</b>: </p><ul><li>GPO Box 9942 Sydney NSW 2000 AU (WORK)</li><li>Level 25, 175 Liverpool Street Sydney NSW 2000 AU (WORK)</li></ul><p><b>partOf</b>: <a href=\"Organization-healthau.html\">Organization/healthau</a> \"Australian Government Department of Health\"</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": "84425496912"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://www.abs.gov.au/ausstats/abs@.nsf/mf/1292.0",
          "code": "7510"
        }
      ],
      "text": "Commonwealth Government Entity"
    }
  ],
  "name": "Australian Digital Health Agency",
  "telecom": [
    {
      "system": "url",
      "value": "https://www.digitalhealth.gov.au",
      "use": "work"
    },
    {
      "system": "email",
      "value": "help@digitalhealth.gov.au",
      "use": "work"
    },
    {
      "system": "phone",
      "value": "1300901001",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "type": "postal",
      "line": [
        "GPO Box 9942"
      ],
      "city": "Sydney",
      "state": "NSW",
      "postalCode": "2000",
      "country": "AU"
    },
    {
      "use": "work",
      "line": [
        "Level 25, 175 Liverpool Street"
      ],
      "city": "Sydney",
      "state": "NSW",
      "postalCode": "2000",
      "country": "AU"
    }
  ],
  "partOf": {
    "reference": "Organization/healthau"
  }
}