<?xml-model href="http://hl7.org/fhir/STU3/capabilitystatement.sch" type="application/xml" schematypens="http://purl.oclc.org/dsdl/schematron"?>
<CapabilityStatement xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir http://hl7.org/fhir/STU3/capabilitystatement.xsd">
  <url value="http://nictiz.nl/fhir/CapabilityStatement/allergyintolerance-clientcapabilities" />
  <version value="1.1" />
  <name value="AllergyIntoleranceClient" />
  <status value="active" />
  <date value="2017-12-20" />
  <publisher value="Nictiz" />
  <contact>
    <name value="Nictiz" />
    <telecom>
      <system value="email" />
      <value value="info@nictiz.nl" />
      <use value="work" />
    </telecom>
  </contact>
  <description value="This CapabilityStatement describes the minimal requirements for a client to fulfill the AllergyIntolerance use case described for MedMij. The MedMij use cases can be found here: https://informatiestandaarden.nictiz.nl/wiki/MedMij:Vcurrent_FHIR_IG" />
  <copyright value="CC0" />
  <kind value="requirements" />
  <fhirVersion value="3.0.1" />
  <acceptUnknown value="both" />
  <format value="xml" />
  <format value="json" />
  <profile>
    <reference value="http://fhir.nl/fhir/StructureDefinition/nl-core-patient" />
  </profile>
  <profile>
    <reference value="http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner" />
  </profile>
  <profile>
    <reference value="http://nictiz.nl/fhir/StructureDefinition/zib-AllergyIntolerance" />
  </profile>
  <rest>
    <mode value="client" />
    <resource>
      <type value="AllergyIntolerance" />
      <interaction>
        <code value="search-type" />
      </interaction>
      <searchParam>
        <name value="patient" />
        <type value="reference" />
      </searchParam>
    </resource>
  </rest>
</CapabilityStatement>