{
  "resourceType" : "HealthcareService",
  "id" : "topend-medical-clinic",
  "meta" : {
    "profile" : ["http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-healthcareservice-core-1"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService topend-medical-clinic</b></p><a name=\"topend-medical-clinic\"> </a><a name=\"hctopend-medical-clinic\"> </a><a name=\"topend-medical-clinic-en-AU\"> </a><p><b>identifier</b>: HPI-O/8003621566684455</p><p><b>providedBy</b>: <a href=\"Organization-topend-medical-clinic.html\">Organization Top End Medical Clinic</a></p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 788007007}\">General practice service</span>, <span title=\"Codes:{http://snomed.info/sct 1238911000168108}\">Immunisation service</span>, <span title=\"Codes:{http://snomed.info/sct 1575161000168105}\">COVID-19 vaccination service</span></p><p><b>name</b>: Top End Medical Clinic</p><p><b>telecom</b>: ph: (08) 8423 9999(Work), <a href=\"mailto:admin@topendmedicalclinic.example.com.au\">admin@topendmedicalclinic.example.com.au</a></p></div>"
  },
  "identifier" : [{
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org.au/CodeSystem/v2-0203",
        "code" : "NOI"
      }],
      "text" : "HPI-O"
    },
    "system" : "http://ns.electronichealth.net.au/id/hi/hpio/1.0",
    "value" : "8003621566684455"
  }],
  "providedBy" : {
    "reference" : "Organization/topend-medical-clinic"
  },
  "type" : [{
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "788007007",
      "display" : "General practice service"
    }]
  },
  {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "1238911000168108",
      "display" : "Immunisation service"
    }]
  },
  {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "1575161000168105",
      "display" : "COVID-19 vaccination service"
    }]
  }],
  "name" : "Top End Medical Clinic",
  "telecom" : [{
    "system" : "phone",
    "value" : "(08) 8423 9999",
    "use" : "work"
  },
  {
    "system" : "email",
    "value" : "admin@topendmedicalclinic.example.com.au",
    "use" : "work"
  }]
}