FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: SearchParameter/Encounter-end-date

Packagede.gematik.isik
Resource TypeSearchParameter
IdEncounter-end-date
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.isik@5.0.0&canonical=https://gematik.de/fhir/isik/SearchParameter/Encounter-end-date
URLhttps://gematik.de/fhir/isik/SearchParameter/Encounter-end-date
Version5.0.0
Statusactive
Date2025-06-26
NameEndDate
Realmde
DescriptionThe actual end date of the Encounter (Backport from R5). The parameter cannot repeat or have multiple values.
Typedate

Resources that use this resource

CapabilityStatement
ISiKCapabilityStatementStammdatenRolleCapabilityStatement für Rolle "StammdatenRolle"

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "SearchParameter",
  "id": "Encounter-end-date",
  "url": "https://gematik.de/fhir/isik/SearchParameter/Encounter-end-date",
  "description": "The actual end date of the Encounter (Backport from R5). The parameter cannot repeat or have multiple values.",
  "version": "5.0.0",
  "status": "active",
  "experimental": false,
  "publisher": "gematik GmbH",
  "date": "2025-06-26",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.gematik.de"
        }
      ]
    }
  ],
  "jurisdiction": [
    {
      "coding": [
        {
          "code": "DE",
          "system": "urn:iso:std:iso:3166",
          "display": "Germany"
        }
      ]
    }
  ],
  "name": "EndDate",
  "code": "end-date",
  "base": [
    "Encounter"
  ],
  "type": "date",
  "expression": "Encounter.period.end",
  "comparator": [
    "eq",
    "ne",
    "gt",
    "ge",
    "lt",
    "le",
    "sa",
    "eb",
    "ap"
  ]
}