{
  "resourceType" : "CapabilityStatement",
  "id" : "CcaCapabilityStatement",
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">CCA capabilities</div>"
  },
  "url" : "http://hl7.org.nz/fhir/ig/cca/CapabilityStatement/CcaCapabilityStatement",
  "version" : "0.1.0",
  "name" : "HPI_CapabilityStatement",
  "title" : "Capability Statement describing CCA FHIR APIs",
  "status" : "draft",
  "date" : "2020-04-01",
  "publisher" : "Te Aho o Te Kahu, Cancer Control Agency",
  "description" : "This is the computable resource that describes the RESTful endpoint",
  "kind" : "instance",
  "implementation" : {
    "description" : "The regimen query endpoint",
    "url" : "http://moh.org.nz/hpi/fhir"
  },
  "fhirVersion" : "4.0.1",
  "format" : ["json"],
  "rest" : [{
    "mode" : "server",
    "resource" : [{
      "type" : "PlanDefinition",
      "supportedProfile" : ["http://hl7.org.nz/fhir/StructureDefinition/CcaPlanDefinition"],
      "documentation" : "PlanDefinition query\n",
      "interaction" : [{
        "code" : "read",
        "documentation" : "Used to retrieve a PlanDefinition resource by Id."
      }]
    }]
  }]
}