{
  "resourceType": "CapabilityStatement",
  "url": "http://nictiz.nl/fhir/CapabilityStatement/gp-patientdata2017-servercapabilities",
  "version": "2.0.4",
  "name": "DutchGeneralPractitionerPatientDataServer2017",
  "status": "active",
  "date": "2022-09-22",
  "publisher": "Nictiz",
  "contact": [
    {
      "name": "Nictiz",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.nictiz.nl",
          "use": "work"
        }
      ]
    }
  ],
  "description": "This CapabilityStatement describes the minimal requirements for a server to retrieve the \"GP Patient Summary\", where applicable, based on HCIM release 2017.",
  "purpose": "This CapabilityStatement is informative in nature and does not represent the minimum or maximum set of capabilities the client or server should support. The aim is to design the CapabilityStatement as complete as possible, however for the exact set of capabilities the implementation guide of the corresponding information standard should be consulted.",
  "copyright": "CC0",
  "kind": "requirements",
  "fhirVersion": "3.0.2",
  "acceptUnknown": "both",
  "format": [
    "xml",
    "json"
  ],
  "profile": [
    {
      "reference": "http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner",
      "display": "nl-core-practitioner"
    },
    {
      "reference": "http://fhir.nl/fhir/StructureDefinition/nl-core-practitionerrole",
      "display": "nl-core-practitionerrole"
    },
    {
      "reference": "http://fhir.nl/fhir/StructureDefinition/nl-core-organization",
      "display": "nl-core-organization"
    },
    {
      "reference": "http://fhir.nl/fhir/StructureDefinition/nl-core-patient",
      "display": "nl-core-patient"
    },
    {
      "reference": "http://fhir.nl/fhir/StructureDefinition/nl-core-episodeofcare",
      "display": "nl-core-episodeofcare"
    },
    {
      "reference": "http://nictiz.nl/fhir/StructureDefinition/zib-Problem",
      "display": "zib-Problem"
    },
    {
      "reference": "http://nictiz.nl/fhir/StructureDefinition/zib-Alert",
      "display": "zib-Alert"
    },
    {
      "reference": "http://nictiz.nl/fhir/StructureDefinition/zib-MedicationAgreement",
      "display": "zib-MedicationAgreement"
    },
    {
      "reference": "http://nictiz.nl/fhir/StructureDefinition/zib-AllergyIntolerance",
      "display": "zib-AllergyIntolerance"
    },
    {
      "reference": "http://nictiz.nl/fhir/StructureDefinition/gp-DiagnosticResult",
      "display": "gp-DiagnosticResult"
    },
    {
      "reference": "http://nictiz.nl/fhir/StructureDefinition/gp-EncounterReport",
      "display": "gp-EncounterReport"
    },
    {
      "reference": "http://nictiz.nl/fhir/StructureDefinition/gp-JournalEntry",
      "display": "gp-JournalEntry"
    },
    {
      "reference": "http://nictiz.nl/fhir/StructureDefinition/gp-Encounter",
      "display": "gp-Encounter"
    },
    {
      "reference": "http://nictiz.nl/fhir/StructureDefinition/gp-LaboratoryResult",
      "display": "gp-LaboratoryResult"
    }
  ],
  "rest": [
    {
      "mode": "server",
      "resource": [
        {
          "type": "Patient",
          "interaction": [
            {
              "code": "search-type"
            }
          ],
          "searchInclude": [
            "Patient:general-practitioner"
          ]
        },
        {
          "type": "EpisodeOfCare",
          "interaction": [
            {
              "code": "search-type"
            }
          ]
        },
        {
          "type": "Observation",
          "interaction": [
            {
              "code": "search-type"
            }
          ],
          "searchInclude": [
            "Observation:related-target",
            "Observation:specimen"
          ],
          "searchParam": [
            {
              "name": "code",
              "type": "token"
            },
            {
              "name": "date",
              "type": "date"
            }
          ]
        },
        {
          "type": "MedicationRequest",
          "interaction": [
            {
              "code": "search-type"
            }
          ],
          "searchInclude": [
            "MedicationRequest:medication"
          ],
          "searchParam": [
            {
              "name": "category",
              "type": "token"
            },
            {
              "name": "periodofuse",
              "definition": "http://nictiz.nl/fhir/SearchParameter/Medications-periodofuse",
              "type": "date"
            }
          ]
        },
        {
          "type": "AllergyIntolerance",
          "interaction": [
            {
              "code": "search-type"
            }
          ],
          "searchParam": [
            {
              "name": "category",
              "type": "token"
            }
          ]
        },
        {
          "type": "Composition",
          "interaction": [
            {
              "code": "search-type"
            }
          ],
          "searchParam": [
            {
              "name": "type",
              "type": "token"
            }
          ]
        },
        {
          "type": "Encounter",
          "interaction": [
            {
              "code": "search-type"
            }
          ]
        }
      ],
      "interaction": [
        {
          "code": "batch"
        }
      ]
    }
  ]
}