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

FHIR IG Statistics: SearchParameter/cds-careteam-participant-end

Packageans.fhir.fr.cds
TypeSearchParameter
Idcds-careteam-participant-end
FHIR VersionR4
Sourcehttps://interop.esante.gouv.fr/ig/fhir/cds/https://interop.esante.gouv.fr/ig/fhir/cds/2.0.0/SearchParameter-cds-careteam-participant-end.html
URLhttps://interop.esante.gouv.fr/ig/fhir/cds/SearchParameter/cds-careteam-participant-end
Version2.0.0
Statusactive
Date2024-09-24T14:07:38+00:00
NameCDSCareTeamParticipantEnd
Realmfr
Authoritynational
DescriptionDate de sortie d’un membre du cercle de soins
Typedate

Resources that use this resource

CapabilityStatement
CDSConsommateurCI-SIS Gestion du Cercle de Soins - Consommateur

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: SearchParameter cds-careteam-participant-end

CDSCareTeamParticipantEnd

Parameter participant-end:date

Date de sortie d’un membre du cercle de soins

ResourceCareTeam
ExpressionCareTeam.participant.period.end
Multiples
  • multipleAnd: The parameter may repeat in order to specify multiple values that must all be true
  • multipleOr: The parameter may have multiple values (separated by comma) where at least one must be true
ComparatorsAllowed: eq, ne, gt, lt, ge, le, sa, eb, ap

Source

{
  "resourceType": "SearchParameter",
  "id": "cds-careteam-participant-end",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://interop.esante.gouv.fr/ig/fhir/cds/SearchParameter/cds-careteam-participant-end",
  "version": "2.0.0",
  "name": "CDSCareTeamParticipantEnd",
  "status": "active",
  "date": "2024-09-24T14:07:38+00:00",
  "publisher": "ANS",
  "contact": [
    {
      "name": "ANS",
      "telecom": [
        {
          "system": "url",
          "value": "https://esante.gouv.fr"
        }
      ]
    }
  ],
  "description": "Date de sortie d’un membre du cercle de soins",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "FR",
          "display": "FRANCE"
        }
      ]
    }
  ],
  "code": "participant-end",
  "base": [
    "CareTeam"
  ],
  "type": "date",
  "expression": "CareTeam.participant.period.end",
  "multipleOr": true,
  "multipleAnd": true,
  "comparator": [
    "eq",
    "ne",
    "gt",
    "lt",
    "ge",
    "le",
    "sa",
    "eb",
    "ap"
  ]
}