{
  "resourceType" : "Organization",
  "id" : "territory-medical-centre-0810",
  "meta" : {
    "profile" : ["http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-organization-core-1"]
  },
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en-AU\">\n            <p><b>Name</b>: Territory Medical Centre</p>\n            <p><b>Phone</b>: (08) 8948 9999 (work)</p>\n            <p><b>Website</b>: https://territorymedicalcentre.example.com</p>\n            <p><b>Address</b>: 159 Clematis Street, Nightcliff NT 0810</p>\n        </div>"
  },
  "active" : true,
  "name" : "Territory Medical Centre",
  "alias" : ["Northern Territory Family Medical Centre"],
  "telecom" : [{
    "system" : "phone",
    "value" : "(08) 5550 9999",
    "use" : "work"
  },
  {
    "system" : "url",
    "value" : "https://territorymedicalcentre.example.com",
    "use" : "work"
  }],
  "address" : [{
    "type" : "both",
    "line" : ["159 Clematis Street"],
    "city" : "Nightcliff",
    "state" : "NT",
    "postalCode" : "0810",
    "country" : "AU"
  }]
}