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

FHIR IG Statistics: SearchParameter/encounter-end-date

Packagesignal.core.r4
Resource TypeSearchParameter
Idencounter-end-date
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=signal.core.r4@0.2.10&canonical=https://signalbhn.org/fhir/SearchParameter/encounter-end-date
URLhttps://signalbhn.org/fhir/SearchParameter/encounter-end-date
Version1.0
Statusdraft
NameEncounterEndDate
DescriptionCustom Search parameter for encounter end date
Typedate

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "SearchParameter",
  "id": "encounter-end-date",
  "url": "https://signalbhn.org/fhir/SearchParameter/encounter-end-date",
  "version": "1.0",
  "name": "EncounterEndDate",
  "status": "draft",
  "description": "Custom Search parameter for encounter end date",
  "code": "encounterenddate",
  "base": [
    "Encounter"
  ],
  "type": "date",
  "expression": "Encounter.period.end"
}