FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.base
Resource TypeCapabilityStatement
IdCapabilityStatement-mii-cps-person-capabilitystatement.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source


English


Generated Narrative: CapabilityStatement mii-cps-person-capabilitystatement

MII CPS Person CapabilityStatement

  • Implementation Guide Version: 2026.0.1
  • FHIR Version: 4.0.1
  • Supported Formats: xml, json
  • Published on: 2026-06-09
  • Published by: Medical Informatics Initiative (MII)

Note to Implementers: FHIR Capabilities

Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.

FHIR RESTful Capabilities

Mode: server

Capabilities by Resource/Profile

Summary

The summary table lists the resources that are part of this configuration, and for each resource it lists:

  • The relevant profiles (if any)
  • The interactions supported by each resource (Read, Search, Update, and Create, are always shown, while VRead, Patch, Delete, History on Instance, or History on Type are only present if at least one of the resources has support for them.
  • The required, recommended, and some optional search parameters (if any).
  • The linked resources enabled for _include
  • The other resources enabled for _revinclude
  • The operations on the resource (if any)
Resource TypeProfileRSUCSearches_include_revincludeOperations
PatientSupported Profiles
  MII PR Person Patientversion: 2026.0.1)
  MII PR Person Patient (Pseudonymisiert)version: 2026.0.1)
YY_count, _summary, _id, _profile, identifier, assigner-pid, given, family, name, prefix, prefix-qualifier, gender, other-amtlich, birthdate, death-date, deceased, address, address-city, address-postalcode, address-country, gemeindeschluessel, strasse, hausnummer, adresszusatz, postfach, stadtteil, link
ObservationSupported Profiles
  MII PR Person Vitalstatusversion: 2026.0.1)
YY_count, _summary, _id, _profile, status, code, subject, patient, date, value-concept, code-value-concept
ConditionSupported Profiles
  MII PR Person Todesursacheversion: 2026.0.1)
YY_count, _summary, _id, _profile, category, code, subject, patient

Resource Conformance: SHALL Patient

Core FHIR Resource
Patient
Reference Policy
Interaction summary
  • SHALL support read, search-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALL_countspecial

Example: GET [base]/Patient?_count=10

Notes: For further details see FHIR core specification, section Page Count.

SHALL_summaryspecial

Example: GET [base]/Patient?_summary=count

Notes: For further details see FHIR core specification, section Summary.

SHALL_idtoken

Example: GET [base]/Patient?_id=mii-exa-person-patient-1

Notes: The _id parameter is rarely used on its own since the READ interaction is more appropriate for fetching a single resource by id. It can be combined with _include to pull related resources in one request, e.g.: GET [base]/Patient?_id=mii-exa-person-patient-1&_include=Patient:link For further details see FHIR core specification, section Parameters for all resources.

SHALL_profileuri

Example: GET [base]/Patient?_profile=https://www.medizininformatik-initiative.de/fhir/core/modul-person/StructureDefinition/Patient|2026.0.1

Notes: Searches on Patient.meta.profile. For further details see FHIR core specification, section Parameters for all resources.

SHALLidentifiertoken

Example: GET [base]/Patient?identifier=https://www.charite.de/fhir/sid/patienten|42285243 GET [base]/Patient?identifier=42285243

Notes: Searches on Patient.identifier. For further details see FHIR core specification.

SHALLassigner-pidtoken

Example: GET [base]/Patient?assigner-pid=https://www.medizininformatik-initiative.de/fhir/core/CodeSystem/core-location-identifier|Charité GET [base]/Patient?assigner-pid=http://fhir.de/sid/arge-ik/iknr|260326822

Notes: Searches on Patient.identifier.assigner. For further details see FHIR core specification.

SHALLgivenstring

Example: GET [base]/Patient?given=Maja

Notes: Searches on Patient.name.given. For further details see FHIR core specification.

SHALLfamilystring

Example: GET [base]/Patient?family=Van-der-Dussen

Notes: Searches on Patient.name.family. For further details see FHIR core specification.

SHALLnamestring

Example: GET [base]/Patient?name=Van-der-Dussen GET [base]/Patient?name=Maja

Notes: Searches on Patient.name. For further details see FHIR core specification.

SHALLprefixtoken

Example: GET [base]/Patient?prefix=Prof. Dr. med.

Notes: Searches on Patient.name.prefix. For further details see FHIR core specification.

SHALLprefix-qualifiertoken

Example: GET [base]/Patient?prefix-qualifier=AC

Notes: Searches on Patient.name.prefix.extension:prefix-qualifier. For further details see FHIR core specification.

SHALLgendertoken

Example: GET [base]/Patient?gender=female

Notes: Searches on Patient.gender. For further details see FHIR core specification.

SHALLother-amtlichtoken

Example: GET [base]/Patient?other-amtlich=http://fhir.de/CodeSystem/gender-amtlich-de|D

Notes: Searches on Patient.gender.extension:other-amtlich. For further details see FHIR core specification.

SHALLbirthdatedate

Example: GET [base]/Patient?birthdate=1998-09-19 GET [base]/Patient?birthdate=ge1990-01-01&birthdate=le2000-12-31

Notes: Searches on Patient.birthDate. For further details see FHIR core specification.

SHALLdeath-datedate

Example: GET [base]/Patient?death-date=2021-01-01

Notes: Searches on Patient.deceased. For further details see FHIR core specification.

SHALLdeceasedtoken

Example: GET [base]/Patient?deceased=false

Notes: Searches on Patient.deceased. For further details see FHIR core specification.

SHALLaddressstring

Example: GET [base]/Patient?address=Berlin

Notes: Searches on Patient.address. For further details see FHIR core specification.

SHALLaddress-citystring

Example: GET [base]/Patient?address-city=Berlin

Notes: Searches on Patient.address.city. For further details see FHIR core specification.

SHALLaddress-postalcodestring

Example: GET [base]/Patient?address-postalcode=10178

Notes: Searches on Patient.address.postalCode. For further details see FHIR core specification.

SHALLaddress-countrystring

Example: GET [base]/Patient?address-country=DE

Notes: Searches on Patient.address.country. For further details see FHIR core specification.

SHALLgemeindeschluesseltoken

Example: GET [base]/Patient?gemeindeschluessel=http://fhir.de/sid/destatis/ags|11000000

Notes: Searches on Patient.address.city.extension:gemeindeschluessel. For further details see FHIR core specification.

SHALLstrassestring

Example: GET [base]/Patient?strasse=Anna-Louisa-Karsch%20Str.

Notes: Searches on Patient.address.line.extension:Strasse. For further details see FHIR core specification.

SHALLhausnummerstring

Example: GET [base]/Patient?hausnummer=2

Notes: Searches on Patient.address.line.extension:Hausnummer. For further details see FHIR core specification.

SHALLadresszusatzstring

Example: GET [base]/Patient?adresszusatz=c%2FO%20Abteilung%20XYZ

Notes: Searches on Patient.address.line.extension:Adresszusatz. For further details see FHIR core specification.

SHALLpostfachstring

Example: GET [base]/Patient?postfach=Postfach-252618

Notes: Searches on Patient.address.line.extension:Postfach. For further details see FHIR core specification.

SHALLstadtteilstring

Example: GET [base]/Patient?stadtteil=Berlin-Mitte

Notes: Searches on Patient.address.extension:Stadtteil. For further details see FHIR core specification.

SHALLlinkreference

Example: GET [base]/Patient?link=Patient/mii-exa-person-patient-1

Notes: Searches on Patient.link.other. For further details see FHIR core specification.

 

Resource Conformance: SHALL Observation

Core FHIR Resource
Observation
Reference Policy
Interaction summary
  • SHALL support read, search-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALL_countspecial

Example: GET [base]/Observation?_count=10

Notes: For further details see FHIR core specification, section Page Count.

SHALL_summaryspecial

Example: GET [base]/Observation?_summary=count

Notes: For further details see FHIR core specification, section Summary.

SHALL_idtoken

Example: GET [base]/Observation?_id=mii-exa-person-observation-vitalstatus

Notes: For further details see FHIR core specification, section Parameters for all resources.

SHALL_profileuri

Example: GET [base]/Observation?_profile=https://www.medizininformatik-initiative.de/fhir/core/modul-person/StructureDefinition/Vitalstatus|2026.0.1

Notes: Searches on Observation.meta.profile. For further details see FHIR core specification, section Parameters for all resources.

SHALLstatustoken

Example: GET [base]/Observation?status=final

Notes: Searches on Observation.status. For further details see FHIR core specification.

SHALLcodetoken

Example: GET [base]/Observation?code=http://loinc.org|67162-8

Notes: Searches on Observation.code. For further details see FHIR core specification.

SHALLsubjectreference

Example: GET [base]/Observation?subject=Patient/mii-exa-person-patient-1

Notes: Searches on Observation.subject. For further details see FHIR core specification.

SHALLpatientreference

Example: GET [base]/Observation?patient=Patient/mii-exa-person-patient-1

Notes: Searches on Observation.subject where the subject is a Patient. For further details see FHIR core specification.

SHALLdatedate

Example: GET [base]/Observation?date=2020-01-08 GET [base]/Observation?date=ge2020-01-01&date=le2020-12-31

Notes: Searches on Observation.effective. For further details see FHIR core specification.

SHALLvalue-concepttoken

Example: GET [base]/Observation?value-concept=https://www.medizininformatik-initiative.de/fhir/core/modul-person/CodeSystem/Vitalstatus|L

Notes: Searches on Observation.value as CodeableConcept. For further details see FHIR core specification.

SHALLcode-value-conceptcomposite

Example: GET [base]/Observation?code-value-concept=http://loinc.org|67162-8$https://www.medizininformatik-initiative.de/fhir/core/modul-person/CodeSystem/Vitalstatus|L

Notes: Combines Observation.code and Observation.value as CodeableConcept in a single filter. For further details see FHIR core specification.

 

Resource Conformance: SHALL Condition

Core FHIR Resource
Condition
Reference Policy
Interaction summary
  • SHALL support read, search-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALL_countspecial

Example: GET [base]/Condition?_count=10

Notes: For further details see FHIR core specification, section Page Count.

SHALL_summaryspecial

Example: GET [base]/Condition?_summary=count

Notes: For further details see FHIR core specification, section Summary.

SHALL_idtoken

Example: GET [base]/Condition?_id=mii-exa-diagnose-mehrfachcodierung-primaercode

Notes: For further details see FHIR core specification, section Parameters for all resources.

SHALL_profileuri

Example: GET [base]/Condition?_profile=https://www.medizininformatik-initiative.de/fhir/core/modul-diagnose/StructureDefinition/Diagnose|2026.0.1

Notes: Searches on Condition.meta.profile. For further details see FHIR core specification, section Parameters for all resources.

SHALLcategorytoken

Example: GET [base]/Condition?category=http://snomed.info/sct|161000001

Notes: Searches on Condition.category. For further details see FHIR core specification.

SHALLcodetoken

Example: GET [base]/Condition?code=http://fhir.de/CodeSystem/bfarm/icd-10-gm|A54.4

Notes: Searches on Condition.code. For further details see FHIR core specification.

SHALLsubjectreference

Example: GET [base]/Condition?subject=Patient/mii-exa-person-patient-1

Notes: Searches on Condition.subject. For further details see FHIR core specification.

SHALLpatientreference

Example: GET [base]/Condition?patient=Patient/mii-exa-person-patient-1

Notes: Searches on Condition.subject where the subject is a Patient. For further details see FHIR core specification.

 

German


Generated Narrative: CapabilityStatement mii-cps-person-capabilitystatement

MII CPS Person CapabilityStatement

  • Implementation Guide Version: 2026.0.1
  • FHIR Version: 4.0.1
  • Supported Formats: xml, json
  • Published on: 2026-06-09
  • Published by: Medical Informatics Initiative (MII)

Note to Implementers: FHIR Capabilities

Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.

FHIR RESTful Capabilities

Mode: server

Capabilities by Resource/Profile

Summary

The summary table lists the resources that are part of this configuration, and for each resource it lists:

  • The relevant profiles (if any)
  • The interactions supported by each resource (Read, Search, Update, and Create, are always shown, while VRead, Patch, Delete, History on Instance, or History on Type are only present if at least one of the resources has support for them.
  • The required, recommended, and some optional search parameters (if any).
  • The linked resources enabled for _include
  • The other resources enabled for _revinclude
  • The operations on the resource (if any)
Resource TypeProfileRSUCSearches_include_revincludeOperations
PatientSupported Profiles
  MII PR Person Patientversion: 2026.0.1)
  MII PR Person Patient (Pseudonymisiert)version: 2026.0.1)
YY_count, _summary, _id, _profile, identifier, assigner-pid, given, family, name, prefix, prefix-qualifier, gender, other-amtlich, birthdate, death-date, deceased, address, address-city, address-postalcode, address-country, gemeindeschluessel, strasse, hausnummer, adresszusatz, postfach, stadtteil, link
ObservationSupported Profiles
  MII PR Person Vitalstatusversion: 2026.0.1)
YY_count, _summary, _id, _profile, status, code, subject, patient, date, value-concept, code-value-concept
ConditionSupported Profiles
  MII PR Person Todesursacheversion: 2026.0.1)
YY_count, _summary, _id, _profile, category, code, subject, patient

Resource Conformance: SHALL Patient

Core FHIR Resource
Patient
Reference Policy
Interaction summary
  • SHALL support read, search-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALL_countspecial

Example: GET [base]/Patient?_count=10

Notes: For further details see FHIR core specification, section Page Count.

SHALL_summaryspecial

Example: GET [base]/Patient?_summary=count

Notes: For further details see FHIR core specification, section Summary.

SHALL_idtoken

Example: GET [base]/Patient?_id=mii-exa-person-patient-1

Notes: The _id parameter is rarely used on its own since the READ interaction is more appropriate for fetching a single resource by id. It can be combined with _include to pull related resources in one request, e.g.: GET [base]/Patient?_id=mii-exa-person-patient-1&_include=Patient:link For further details see FHIR core specification, section Parameters for all resources.

SHALL_profileuri

Example: GET [base]/Patient?_profile=https://www.medizininformatik-initiative.de/fhir/core/modul-person/StructureDefinition/Patient|2026.0.1

Notes: Searches on Patient.meta.profile. For further details see FHIR core specification, section Parameters for all resources.

SHALLidentifiertoken

Example: GET [base]/Patient?identifier=https://www.charite.de/fhir/sid/patienten|42285243 GET [base]/Patient?identifier=42285243

Notes: Searches on Patient.identifier. For further details see FHIR core specification.

SHALLassigner-pidtoken

Example: GET [base]/Patient?assigner-pid=https://www.medizininformatik-initiative.de/fhir/core/CodeSystem/core-location-identifier|Charité GET [base]/Patient?assigner-pid=http://fhir.de/sid/arge-ik/iknr|260326822

Notes: Searches on Patient.identifier.assigner. For further details see FHIR core specification.

SHALLgivenstring

Example: GET [base]/Patient?given=Maja

Notes: Searches on Patient.name.given. For further details see FHIR core specification.

SHALLfamilystring

Example: GET [base]/Patient?family=Van-der-Dussen

Notes: Searches on Patient.name.family. For further details see FHIR core specification.

SHALLnamestring

Example: GET [base]/Patient?name=Van-der-Dussen GET [base]/Patient?name=Maja

Notes: Searches on Patient.name. For further details see FHIR core specification.

SHALLprefixtoken

Example: GET [base]/Patient?prefix=Prof. Dr. med.

Notes: Searches on Patient.name.prefix. For further details see FHIR core specification.

SHALLprefix-qualifiertoken

Example: GET [base]/Patient?prefix-qualifier=AC

Notes: Searches on Patient.name.prefix.extension:prefix-qualifier. For further details see FHIR core specification.

SHALLgendertoken

Example: GET [base]/Patient?gender=female

Notes: Searches on Patient.gender. For further details see FHIR core specification.

SHALLother-amtlichtoken

Example: GET [base]/Patient?other-amtlich=http://fhir.de/CodeSystem/gender-amtlich-de|D

Notes: Searches on Patient.gender.extension:other-amtlich. For further details see FHIR core specification.

SHALLbirthdatedate

Example: GET [base]/Patient?birthdate=1998-09-19 GET [base]/Patient?birthdate=ge1990-01-01&birthdate=le2000-12-31

Notes: Searches on Patient.birthDate. For further details see FHIR core specification.

SHALLdeath-datedate

Example: GET [base]/Patient?death-date=2021-01-01

Notes: Searches on Patient.deceased. For further details see FHIR core specification.

SHALLdeceasedtoken

Example: GET [base]/Patient?deceased=false

Notes: Searches on Patient.deceased. For further details see FHIR core specification.

SHALLaddressstring

Example: GET [base]/Patient?address=Berlin

Notes: Searches on Patient.address. For further details see FHIR core specification.

SHALLaddress-citystring

Example: GET [base]/Patient?address-city=Berlin

Notes: Searches on Patient.address.city. For further details see FHIR core specification.

SHALLaddress-postalcodestring

Example: GET [base]/Patient?address-postalcode=10178

Notes: Searches on Patient.address.postalCode. For further details see FHIR core specification.

SHALLaddress-countrystring

Example: GET [base]/Patient?address-country=DE

Notes: Searches on Patient.address.country. For further details see FHIR core specification.

SHALLgemeindeschluesseltoken

Example: GET [base]/Patient?gemeindeschluessel=http://fhir.de/sid/destatis/ags|11000000

Notes: Searches on Patient.address.city.extension:gemeindeschluessel. For further details see FHIR core specification.

SHALLstrassestring

Example: GET [base]/Patient?strasse=Anna-Louisa-Karsch%20Str.

Notes: Searches on Patient.address.line.extension:Strasse. For further details see FHIR core specification.

SHALLhausnummerstring

Example: GET [base]/Patient?hausnummer=2

Notes: Searches on Patient.address.line.extension:Hausnummer. For further details see FHIR core specification.

SHALLadresszusatzstring

Example: GET [base]/Patient?adresszusatz=c%2FO%20Abteilung%20XYZ

Notes: Searches on Patient.address.line.extension:Adresszusatz. For further details see FHIR core specification.

SHALLpostfachstring

Example: GET [base]/Patient?postfach=Postfach-252618

Notes: Searches on Patient.address.line.extension:Postfach. For further details see FHIR core specification.

SHALLstadtteilstring

Example: GET [base]/Patient?stadtteil=Berlin-Mitte

Notes: Searches on Patient.address.extension:Stadtteil. For further details see FHIR core specification.

SHALLlinkreference

Example: GET [base]/Patient?link=Patient/mii-exa-person-patient-1

Notes: Searches on Patient.link.other. For further details see FHIR core specification.

 

Resource Conformance: SHALL Observation

Core FHIR Resource
Observation
Reference Policy
Interaction summary
  • SHALL support read, search-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALL_countspecial

Example: GET [base]/Observation?_count=10

Notes: For further details see FHIR core specification, section Page Count.

SHALL_summaryspecial

Example: GET [base]/Observation?_summary=count

Notes: For further details see FHIR core specification, section Summary.

SHALL_idtoken

Example: GET [base]/Observation?_id=mii-exa-person-observation-vitalstatus

Notes: For further details see FHIR core specification, section Parameters for all resources.

SHALL_profileuri

Example: GET [base]/Observation?_profile=https://www.medizininformatik-initiative.de/fhir/core/modul-person/StructureDefinition/Vitalstatus|2026.0.1

Notes: Searches on Observation.meta.profile. For further details see FHIR core specification, section Parameters for all resources.

SHALLstatustoken

Example: GET [base]/Observation?status=final

Notes: Searches on Observation.status. For further details see FHIR core specification.

SHALLcodetoken

Example: GET [base]/Observation?code=http://loinc.org|67162-8

Notes: Searches on Observation.code. For further details see FHIR core specification.

SHALLsubjectreference

Example: GET [base]/Observation?subject=Patient/mii-exa-person-patient-1

Notes: Searches on Observation.subject. For further details see FHIR core specification.

SHALLpatientreference

Example: GET [base]/Observation?patient=Patient/mii-exa-person-patient-1

Notes: Searches on Observation.subject where the subject is a Patient. For further details see FHIR core specification.

SHALLdatedate

Example: GET [base]/Observation?date=2020-01-08 GET [base]/Observation?date=ge2020-01-01&date=le2020-12-31

Notes: Searches on Observation.effective. For further details see FHIR core specification.

SHALLvalue-concepttoken

Example: GET [base]/Observation?value-concept=https://www.medizininformatik-initiative.de/fhir/core/modul-person/CodeSystem/Vitalstatus|L

Notes: Searches on Observation.value as CodeableConcept. For further details see FHIR core specification.

SHALLcode-value-conceptcomposite

Example: GET [base]/Observation?code-value-concept=http://loinc.org|67162-8$https://www.medizininformatik-initiative.de/fhir/core/modul-person/CodeSystem/Vitalstatus|L

Notes: Combines Observation.code and Observation.value as CodeableConcept in a single filter. For further details see FHIR core specification.

 

Resource Conformance: SHALL Condition

Core FHIR Resource
Condition
Reference Policy
Interaction summary
  • SHALL support read, search-type.

Search Parameters
ConformanceParameterTypeDocumentation
SHALL_countspecial

Example: GET [base]/Condition?_count=10

Notes: For further details see FHIR core specification, section Page Count.

SHALL_summaryspecial

Example: GET [base]/Condition?_summary=count

Notes: For further details see FHIR core specification, section Summary.

SHALL_idtoken

Example: GET [base]/Condition?_id=mii-exa-diagnose-mehrfachcodierung-primaercode

Notes: For further details see FHIR core specification, section Parameters for all resources.

SHALL_profileuri

Example: GET [base]/Condition?_profile=https://www.medizininformatik-initiative.de/fhir/core/modul-diagnose/StructureDefinition/Diagnose|2026.0.1

Notes: Searches on Condition.meta.profile. For further details see FHIR core specification, section Parameters for all resources.

SHALLcategorytoken

Example: GET [base]/Condition?category=http://snomed.info/sct|161000001

Notes: Searches on Condition.category. For further details see FHIR core specification.

SHALLcodetoken

Example: GET [base]/Condition?code=http://fhir.de/CodeSystem/bfarm/icd-10-gm|A54.4

Notes: Searches on Condition.code. For further details see FHIR core specification.

SHALLsubjectreference

Example: GET [base]/Condition?subject=Patient/mii-exa-person-patient-1

Notes: Searches on Condition.subject. For further details see FHIR core specification.

SHALLpatientreference

Example: GET [base]/Condition?patient=Patient/mii-exa-person-patient-1

Notes: Searches on Condition.subject where the subject is a Patient. For further details see FHIR core specification.

 

Source1

{
  "resourceType": "CapabilityStatement",
  "id": "mii-cps-person-capabilitystatement",
  "meta": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-license",
        "valueCode": "CC-BY-4.0"
      },
      {
        "extension": [
          {
            "url": "packageId",
            "valueId": "de.medizininformatikinitiative.kerndatensatz.base"
          },
          {
            "url": "version",
            "valueString": "2026.0.1"
          },
          {
            "url": "uri",
            "valueUri": "https://www.medizininformatik-initiative.de/fhir/modul-base"
          }
        ],
        "url": "http://hl7.org/fhir/StructureDefinition/package-source"
      }
    ],
    "profile": [
      "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablecapabilitystatement",
      "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-publishablecapabilitystatement"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/artifact-versionAlgorithm",
      "valueCoding": {
        "system": "http://hl7.org/fhir/version-algorithm",
        "code": "semver",
        "display": "SemVer"
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
      "valueCode": "shareable"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
      "valueCode": "publishable"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/artifact-versionPolicy",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/artifact-version-policy-codes",
            "code": "package",
            "display": "Package"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/artifact-usage",
      "valueMarkdown": "Use this CapabilityStatement to determine the minimum RESTful server capabilities required for a system that implements the corresponding module of the Medical Informatics Initiative core dataset. It lists the FHIR resource types and MII profiles that SHALL be supported, together with required interactions, supported formats, and search parameters for read and search access. Systems claiming conformance to the module are expected to implement the listed capabilities according to the stated conformance expectations."
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/resource-approvalDate",
      "valueDate": "2024-03-07"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/resource-effectivePeriod",
      "valuePeriod": {
        "start": "2026"
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/artifact-topic",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
            "code": "C16960"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/artifact-topic",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
            "code": "C25190"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/artifact-topic",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
            "code": "C81239"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/artifact-topic",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
            "code": "C25717"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/artifact-author",
      "valueContactDetail": {
        "telecom": [
          {
            "system": "email",
            "value": "julian.sass@charite.de"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/artifact-editor",
      "valueContactDetail": {
        "name": "Taskforce Core Data Set"
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/artifact-reviewer",
      "valueContactDetail": {
        "name": "Interoperability Working Group",
        "telecom": [
          {
            "system": "url",
            "value": "https://www.medizininformatik-initiative.de/en/collaboration/interoperability-working-group"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/artifact-reviewer",
      "valueContactDetail": {
        "name": "National Steering Committee",
        "telecom": [
          {
            "system": "url",
            "value": "https://www.medizininformatik-initiative.de/en/collaboration/national-steering-committee"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/artifact-endorser",
      "valueContactDetail": {
        "name": "Interoperability Working Group",
        "telecom": [
          {
            "system": "url",
            "value": "https://www.medizininformatik-initiative.de/en/collaboration/interoperability-working-group"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/artifact-endorser",
      "valueContactDetail": {
        "name": "National Steering Committee",
        "telecom": [
          {
            "system": "url",
            "value": "https://www.medizininformatik-initiative.de/en/collaboration/national-steering-committee"
          }
        ]
      }
    }
  ],
  "url": "https://www.medizininformatik-initiative.de/fhir/core/modul-person/CapabilityStatement/metadata",
  "version": "2026.0.1",
  "name": "MII_CPS_Person_CapabilityStatement",
  "title": "MII CPS Person CapabilityStatement",
  "status": "active",
  "experimental": false,
  "date": "2026-06-09",
  "publisher": "Medical Informatics Initiative (MII)",
  "contact": [
    {
      "name": "Medical Informatics Initiative (MII)",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.medizininformatik-initiative.de/en"
        }
      ]
    }
  ],
  "description": "Das vorliegende CapabilityStatement beschreibt alle verpflichtenden Interaktionen die ein konformes System unterstützen muss um das Modul Person der Medizininformatik Initiative zu implementieren.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DE",
          "display": "Germany"
        }
      ]
    }
  ],
  "purpose": "Define the minimum capabilities a system must support to implement and claim conformance to the MII Person module.",
  "kind": "requirements",
  "fhirVersion": "4.0.1",
  "format": [
    "xml",
    "json"
  ],
  "rest": [
    {
      "mode": "server",
      "resource": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode": "SHALL"
            }
          ],
          "type": "Patient",
          "supportedProfile": [
            "https://www.medizininformatik-initiative.de/fhir/core/modul-person/StructureDefinition/Patient|2026.0.1",
            "https://www.medizininformatik-initiative.de/fhir/core/modul-person/StructureDefinition/PatientPseudonymisiert|2026.0.1"
          ],
          "interaction": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "code": "read"
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "code": "search-type"
            }
          ],
          "searchParam": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "_count",
              "type": "special",
              "documentation": "**Example:**\n`GET [base]/Patient?_count=10`\n\n**Notes:**\nFor further details see FHIR core specification, section [Page Count](https://www.hl7.org/fhir/R4/search.html#count)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "_summary",
              "type": "special",
              "documentation": "**Example:**\n`GET [base]/Patient?_summary=count`\n\n**Notes:**\nFor further details see FHIR core specification, section [Summary](https://www.hl7.org/fhir/R4/search.html#summary)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token",
              "documentation": "**Example:**\n`GET [base]/Patient?_id=mii-exa-person-patient-1`\n\n**Notes:**\nThe `_id` parameter is rarely used on its own since the `READ` interaction is more appropriate for fetching a single resource by id. It can be combined with `_include` to pull related resources in one request, e.g.:\n`GET [base]/Patient?_id=mii-exa-person-patient-1&_include=Patient:link`\nFor further details see FHIR core specification, section [Parameters for all resources](https://hl7.org/fhir/R4/search.html#all)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri",
              "documentation": "**Example:**\n`GET [base]/Patient?_profile=https://www.medizininformatik-initiative.de/fhir/core/modul-person/StructureDefinition/Patient|2026.0.1`\n\n**Notes:**\nSearches on `Patient.meta.profile`. For further details see FHIR core specification, section [Parameters for all resources](https://hl7.org/fhir/R4/search.html#all)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "identifier",
              "definition": "http://hl7.org/fhir/SearchParameter/Patient-identifier",
              "type": "token",
              "documentation": "**Example:**\n`GET [base]/Patient?identifier=https://www.charite.de/fhir/sid/patienten|42285243`\n`GET [base]/Patient?identifier=42285243`\n\n**Notes:**\nSearches on `Patient.identifier`. For further details see [FHIR core specification](https://hl7.org/fhir/R4/search.html#token)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "assigner-pid",
              "definition": "https://www.medizininformatik-initiative.de/fhir/modul-meta/SearchParameter/mii-sp-meta-patient-assignerpid",
              "type": "token",
              "documentation": "**Example:**\n`GET [base]/Patient?assigner-pid=https://www.medizininformatik-initiative.de/fhir/core/CodeSystem/core-location-identifier|Charité`\n`GET [base]/Patient?assigner-pid=http://fhir.de/sid/arge-ik/iknr|260326822`\n\n**Notes:**\nSearches on `Patient.identifier.assigner`. For further details see [FHIR core specification](https://hl7.org/fhir/R4/search.html#token)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "given",
              "definition": "http://hl7.org/fhir/SearchParameter/individual-given",
              "type": "string",
              "documentation": "**Example:**\n`GET [base]/Patient?given=Maja`\n\n**Notes:**\nSearches on `Patient.name.given`. For further details see [FHIR core specification](https://hl7.org/fhir/R4/search.html#string)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "family",
              "definition": "http://hl7.org/fhir/SearchParameter/individual-family",
              "type": "string",
              "documentation": "**Example:**\n`GET [base]/Patient?family=Van-der-Dussen`\n\n**Notes:**\nSearches on `Patient.name.family`. For further details see [FHIR core specification](https://hl7.org/fhir/R4/search.html#string)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "name",
              "definition": "http://hl7.org/fhir/SearchParameter/Patient-name",
              "type": "string",
              "documentation": "**Example:**\n`GET [base]/Patient?name=Van-der-Dussen`\n`GET [base]/Patient?name=Maja`\n\n**Notes:**\nSearches on `Patient.name`. For further details see [FHIR core specification](https://hl7.org/fhir/R4/search.html#string)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "prefix",
              "definition": "https://www.medizininformatik-initiative.de/fhir/modul-meta/SearchParameter/mii-sp-meta-patient-prefix",
              "type": "token",
              "documentation": "**Example:**\n`GET [base]/Patient?prefix=Prof. Dr. med.`\n\n**Notes:**\nSearches on `Patient.name.prefix`. For further details see [FHIR core specification](https://hl7.org/fhir/R4/search.html#string)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "prefix-qualifier",
              "definition": "https://www.medizininformatik-initiative.de/fhir/modul-meta/SearchParameter/mii-sp-meta-patient-prefixqualifier",
              "type": "token",
              "documentation": "**Example:**\n`GET [base]/Patient?prefix-qualifier=AC`\n\n**Notes:**\nSearches on `Patient.name.prefix.extension:prefix-qualifier`. For further details see [FHIR core specification](https://hl7.org/fhir/R4/search.html#token)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "gender",
              "definition": "http://hl7.org/fhir/SearchParameter/individual-gender",
              "type": "token",
              "documentation": "**Example:**\n`GET [base]/Patient?gender=female`\n\n**Notes:**\nSearches on `Patient.gender`. For further details see [FHIR core specification](https://hl7.org/fhir/R4/search.html#token)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "other-amtlich",
              "definition": "https://www.medizininformatik-initiative.de/fhir/modul-meta/SearchParameter/mii-sp-meta-patient-otheramtlich",
              "type": "token",
              "documentation": "**Example:**\n`GET [base]/Patient?other-amtlich=http://fhir.de/CodeSystem/gender-amtlich-de|D`\n\n**Notes:**\nSearches on `Patient.gender.extension:other-amtlich`. For further details see [FHIR core specification](https://hl7.org/fhir/R4/search.html#token)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "birthdate",
              "definition": "http://hl7.org/fhir/SearchParameter/individual-birthdate",
              "type": "date",
              "documentation": "**Example:**\n`GET [base]/Patient?birthdate=1998-09-19`\n`GET [base]/Patient?birthdate=ge1990-01-01&birthdate=le2000-12-31`\n\n**Notes:**\nSearches on `Patient.birthDate`. For further details see [FHIR core specification](https://hl7.org/fhir/R4/search.html#date)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "death-date",
              "definition": "http://hl7.org/fhir/SearchParameter/Patient-death-date",
              "type": "date",
              "documentation": "**Example:**\n`GET [base]/Patient?death-date=2021-01-01`\n\n**Notes:**\nSearches on `Patient.deceased`. For further details see [FHIR core specification](https://hl7.org/fhir/R4/search.html#date)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "deceased",
              "definition": "http://hl7.org/fhir/SearchParameter/Patient-deceased",
              "type": "token",
              "documentation": "**Example:**\n`GET [base]/Patient?deceased=false`\n\n**Notes:**\nSearches on `Patient.deceased`. For further details see [FHIR core specification](https://hl7.org/fhir/R4/search.html#token)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "address",
              "definition": "http://hl7.org/fhir/SearchParameter/individual-address",
              "type": "string",
              "documentation": "**Example:**\n`GET [base]/Patient?address=Berlin`\n\n**Notes:**\nSearches on `Patient.address`. For further details see [FHIR core specification](https://hl7.org/fhir/R4/search.html#string)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "address-city",
              "definition": "http://hl7.org/fhir/SearchParameter/individual-address-city",
              "type": "string",
              "documentation": "**Example:**\n`GET [base]/Patient?address-city=Berlin`\n\n**Notes:**\nSearches on `Patient.address.city`. For further details see [FHIR core specification](https://hl7.org/fhir/R4/search.html#string)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "address-postalcode",
              "definition": "http://hl7.org/fhir/SearchParameter/individual-address-postalcode",
              "type": "string",
              "documentation": "**Example:**\n`GET [base]/Patient?address-postalcode=10178`\n\n**Notes:**\nSearches on `Patient.address.postalCode`. For further details see [FHIR core specification](https://hl7.org/fhir/R4/search.html#string)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "address-country",
              "definition": "http://hl7.org/fhir/SearchParameter/individual-address-country",
              "type": "string",
              "documentation": "**Example:**\n`GET [base]/Patient?address-country=DE`\n\n**Notes:**\nSearches on `Patient.address.country`. For further details see [FHIR core specification](https://hl7.org/fhir/R4/search.html#string)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "gemeindeschluessel",
              "definition": "https://www.medizininformatik-initiative.de/fhir/modul-meta/SearchParameter/mii-sp-meta-patient-gemeindeschluessel",
              "type": "token",
              "documentation": "**Example:**\n`GET [base]/Patient?gemeindeschluessel=http://fhir.de/sid/destatis/ags|11000000`\n\n**Notes:**\nSearches on `Patient.address.city.extension:gemeindeschluessel`. For further details see [FHIR core specification](https://hl7.org/fhir/R4/search.html#token)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "strasse",
              "definition": "https://www.medizininformatik-initiative.de/fhir/modul-meta/SearchParameter/mii-sp-meta-patient-strasse",
              "type": "string",
              "documentation": "**Example:**\n`GET [base]/Patient?strasse=Anna-Louisa-Karsch%20Str.`\n\n**Notes:**\nSearches on `Patient.address.line.extension:Strasse`. For further details see [FHIR core specification](https://hl7.org/fhir/R4/search.html#string)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "hausnummer",
              "definition": "https://www.medizininformatik-initiative.de/fhir/modul-meta/SearchParameter/mii-sp-meta-patient-hausnummer",
              "type": "string",
              "documentation": "**Example:**\n`GET [base]/Patient?hausnummer=2`\n\n**Notes:**\nSearches on `Patient.address.line.extension:Hausnummer`. For further details see [FHIR core specification](https://hl7.org/fhir/R4/search.html#string)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "adresszusatz",
              "definition": "https://www.medizininformatik-initiative.de/fhir/modul-meta/SearchParameter/mii-sp-meta-patient-adresszusatz",
              "type": "string",
              "documentation": "**Example:**\n`GET [base]/Patient?adresszusatz=c%2FO%20Abteilung%20XYZ`\n\n**Notes:**\nSearches on `Patient.address.line.extension:Adresszusatz`. For further details see [FHIR core specification](https://hl7.org/fhir/R4/search.html#string)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "postfach",
              "definition": "https://www.medizininformatik-initiative.de/fhir/modul-meta/SearchParameter/mii-sp-meta-patient-postfach",
              "type": "string",
              "documentation": "**Example:**\n`GET [base]/Patient?postfach=Postfach-252618`\n\n**Notes:**\nSearches on `Patient.address.line.extension:Postfach`. For further details see [FHIR core specification](https://hl7.org/fhir/R4/search.html#string)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "stadtteil",
              "definition": "https://www.medizininformatik-initiative.de/fhir/modul-meta/SearchParameter/mii-sp-meta-patient-stadtteil",
              "type": "string",
              "documentation": "**Example:**\n`GET [base]/Patient?stadtteil=Berlin-Mitte`\n\n**Notes:**\nSearches on `Patient.address.extension:Stadtteil`. For further details see [FHIR core specification](https://hl7.org/fhir/R4/search.html#string)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "link",
              "definition": "http://hl7.org/fhir/SearchParameter/Patient-link",
              "type": "reference",
              "documentation": "**Example:**\n`GET [base]/Patient?link=Patient/mii-exa-person-patient-1`\n\n**Notes:**\nSearches on `Patient.link.other`. For further details see [FHIR core specification](https://hl7.org/fhir/R4/search.html#reference)."
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode": "SHALL"
            }
          ],
          "type": "Observation",
          "supportedProfile": [
            "https://www.medizininformatik-initiative.de/fhir/core/modul-person/StructureDefinition/Vitalstatus|2026.0.1"
          ],
          "interaction": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "code": "read"
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "code": "search-type"
            }
          ],
          "searchParam": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "_count",
              "type": "special",
              "documentation": "**Example:**\n`GET [base]/Observation?_count=10`\n\n**Notes:**\nFor further details see FHIR core specification, section [Page Count](https://www.hl7.org/fhir/R4/search.html#count)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "_summary",
              "type": "special",
              "documentation": "**Example:**\n`GET [base]/Observation?_summary=count`\n\n**Notes:**\nFor further details see FHIR core specification, section [Summary](https://www.hl7.org/fhir/R4/search.html#summary)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token",
              "documentation": "**Example:**\n`GET [base]/Observation?_id=mii-exa-person-observation-vitalstatus`\n\n**Notes:**\nFor further details see FHIR core specification, section [Parameters for all resources](https://hl7.org/fhir/R4/search.html#all)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri",
              "documentation": "**Example:**\n`GET [base]/Observation?_profile=https://www.medizininformatik-initiative.de/fhir/core/modul-person/StructureDefinition/Vitalstatus|2026.0.1`\n\n**Notes:**\nSearches on `Observation.meta.profile`. For further details see FHIR core specification, section [Parameters for all resources](https://hl7.org/fhir/R4/search.html#all)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "status",
              "definition": "http://hl7.org/fhir/SearchParameter/Observation-status",
              "type": "token",
              "documentation": "**Example:**\n`GET [base]/Observation?status=final`\n\n**Notes:**\nSearches on `Observation.status`. For further details see [FHIR core specification](https://hl7.org/fhir/R4/search.html#token)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "code",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-code",
              "type": "token",
              "documentation": "**Example:**\n`GET [base]/Observation?code=http://loinc.org|67162-8`\n\n**Notes:**\nSearches on `Observation.code`. For further details see [FHIR core specification](https://hl7.org/fhir/R4/search.html#token)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "subject",
              "definition": "http://hl7.org/fhir/SearchParameter/Observation-subject",
              "type": "reference",
              "documentation": "**Example:**\n`GET [base]/Observation?subject=Patient/mii-exa-person-patient-1`\n\n**Notes:**\nSearches on `Observation.subject`. For further details see [FHIR core specification](https://hl7.org/fhir/R4/search.html#reference)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "patient",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient",
              "type": "reference",
              "documentation": "**Example:**\n`GET [base]/Observation?patient=Patient/mii-exa-person-patient-1`\n\n**Notes:**\nSearches on `Observation.subject` where the subject is a Patient. For further details see [FHIR core specification](https://hl7.org/fhir/R4/search.html#reference)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "date",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-date",
              "type": "date",
              "documentation": "**Example:**\n`GET [base]/Observation?date=2020-01-08`\n`GET [base]/Observation?date=ge2020-01-01&date=le2020-12-31`\n\n**Notes:**\nSearches on `Observation.effective`. For further details see [FHIR core specification](https://hl7.org/fhir/R4/search.html#date)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "value-concept",
              "definition": "http://hl7.org/fhir/SearchParameter/Observation-value-concept",
              "type": "token",
              "documentation": "**Example:**\n`GET [base]/Observation?value-concept=https://www.medizininformatik-initiative.de/fhir/core/modul-person/CodeSystem/Vitalstatus|L`\n\n**Notes:**\nSearches on `Observation.value` as CodeableConcept. For further details see [FHIR core specification](https://hl7.org/fhir/R4/search.html#token)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "code-value-concept",
              "definition": "http://hl7.org/fhir/SearchParameter/Observation-code-value-concept",
              "type": "composite",
              "documentation": "**Example:**\n`GET [base]/Observation?code-value-concept=http://loinc.org|67162-8$https://www.medizininformatik-initiative.de/fhir/core/modul-person/CodeSystem/Vitalstatus|L`\n\n**Notes:**\nCombines `Observation.code` and `Observation.value` as CodeableConcept in a single filter. For further details see [FHIR core specification](https://hl7.org/fhir/R4/search.html#composite)."
            }
          ]
        },
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
              "valueCode": "SHALL"
            }
          ],
          "type": "Condition",
          "supportedProfile": [
            "https://www.medizininformatik-initiative.de/fhir/core/modul-person/StructureDefinition/Todesursache|2026.0.1"
          ],
          "interaction": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "code": "read"
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "code": "search-type"
            }
          ],
          "searchParam": [
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "_count",
              "type": "special",
              "documentation": "**Example:**\n`GET [base]/Condition?_count=10`\n\n**Notes:**\nFor further details see FHIR core specification, section [Page Count](https://www.hl7.org/fhir/R4/search.html#count)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "_summary",
              "type": "special",
              "documentation": "**Example:**\n`GET [base]/Condition?_summary=count`\n\n**Notes:**\nFor further details see FHIR core specification, section [Summary](https://www.hl7.org/fhir/R4/search.html#summary)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "_id",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-id",
              "type": "token",
              "documentation": "**Example:**\n`GET [base]/Condition?_id=mii-exa-diagnose-mehrfachcodierung-primaercode`\n\n**Notes:**\nFor further details see FHIR core specification, section [Parameters for all resources](https://hl7.org/fhir/R4/search.html#all)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "_profile",
              "definition": "http://hl7.org/fhir/SearchParameter/Resource-profile",
              "type": "uri",
              "documentation": "**Example:**\n`GET [base]/Condition?_profile=https://www.medizininformatik-initiative.de/fhir/core/modul-diagnose/StructureDefinition/Diagnose|2026.0.1`\n\n**Notes:**\nSearches on `Condition.meta.profile`. For further details see FHIR core specification, section [Parameters for all resources](https://hl7.org/fhir/R4/search.html#all)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "category",
              "definition": "http://hl7.org/fhir/SearchParameter/Condition-category",
              "type": "token",
              "documentation": "**Example:**\n`GET [base]/Condition?category=http://snomed.info/sct|161000001`\n\n**Notes:**\nSearches on `Condition.category`. For further details see [FHIR core specification](https://hl7.org/fhir/R4/search.html#token)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "code",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-code",
              "type": "token",
              "documentation": "**Example:**\n`GET [base]/Condition?code=http://fhir.de/CodeSystem/bfarm/icd-10-gm|A54.4`\n\n**Notes:**\nSearches on `Condition.code`. For further details see [FHIR core specification](https://hl7.org/fhir/R4/search.html#token)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "subject",
              "definition": "http://hl7.org/fhir/SearchParameter/Condition-subject",
              "type": "reference",
              "documentation": "**Example:**\n`GET [base]/Condition?subject=Patient/mii-exa-person-patient-1`\n\n**Notes:**\nSearches on `Condition.subject`. For further details see [FHIR core specification](https://hl7.org/fhir/R4/search.html#reference)."
            },
            {
              "extension": [
                {
                  "url": "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation",
                  "valueCode": "SHALL"
                }
              ],
              "name": "patient",
              "definition": "http://hl7.org/fhir/SearchParameter/clinical-patient",
              "type": "reference",
              "documentation": "**Example:**\n`GET [base]/Condition?patient=Patient/mii-exa-person-patient-1`\n\n**Notes:**\nSearches on `Condition.subject` where the subject is a Patient. For further details see [FHIR core specification](https://hl7.org/fhir/R4/search.html#reference)."
            }
          ]
        }
      ]
    }
  ]
}