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 - XML Representation

Draft as of 2020-04-01

Raw xml | Download



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