HL7® FHIR® Te Aho o Te Kahu, Cancer Control Agency Implementation Guide
0.1.0 - CI Build

HL7® FHIR® Te Aho o Te Kahu, Cancer Control Agency Implementation Guide, published by Te Aho o Te Kahu, Cancer Control Agency. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7NZ/cca/ and changes regularly. See the Directory of published versions

: CapabilityStatement - JSON Representation

Draft as of 2020-04-01

Raw json | Download


{
  "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",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "NZ"
        }
      ]
    }
  ],
  "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."
            }
          ]
        }
      ]
    }
  ]
}