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

FHIR IG Statistics: SearchParameter/PDSm-List-PatientAsSubject

Packageans.fhir.fr.pdsm
TypeSearchParameter
IdPDSm-List-PatientAsSubject
FHIR VersionR4
Sourcehttps://interop.esante.gouv.fr/ig/fhir/pdsm/https://interop.esante.gouv.fr/ig/fhir/pdsm/3.1.0/SearchParameter-PDSm-List-PatientAsSubject.html
URLhttps://interop.esante.gouv.fr/ig/fhir/pdsm/SearchParameter/PDSm-List-PatientAsSubject
Version3.1.0
Statusactive
Date2021-07-30
NamePDSmListPatientAsSubject
Realmfr
Authoritynational
DescriptionParamètre de recherche chaîné créé pour le volet PDSm de manière à pouvoir utiliser comme critère de recherche l'élément subject:Patient.identifier
Typereference

Resources that use this resource

CapabilityStatement
PDSm-ConsommateurDeDocumentsCI-SIS Partage-De-Documents-De-Sante - ConsommateurDeDocuments
PDSm-GestionnaireDePartageDeDocumentsCI-SIS Partage-De-Documents-De-Sante - GestionnaireDePartageDeDocuments

Resources that this resource uses

No resources found


Narrative

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

PDSmListPatientAsSubject

Parameter patient:reference

Paramètre de recherche chaîné créé pour le volet PDSm de manière à pouvoir utiliser comme critère de recherche l'élément subject:Patient.identifier

ResourceList
ExpressionList.subject.where(resolve() is Patient)
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
ModifiersAllowed: missing, type, identifier
ChainsAllowed: identifier

Source

{
  "resourceType": "SearchParameter",
  "id": "PDSm-List-PatientAsSubject",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://interop.esante.gouv.fr/ig/fhir/pdsm/SearchParameter/PDSm-List-PatientAsSubject",
  "version": "3.1.0",
  "name": "PDSmListPatientAsSubject",
  "derivedFrom": "http://hl7.org/fhir/SearchParameter/clinical-patient",
  "status": "active",
  "date": "2021-07-30",
  "publisher": "ANS",
  "contact": [
    {
      "name": "ANS",
      "telecom": [
        {
          "system": "url",
          "value": "https://esante.gouv.fr"
        }
      ]
    }
  ],
  "description": "Paramètre de recherche chaîné créé pour le volet PDSm de manière à pouvoir utiliser comme critère de recherche l'élément subject:Patient.identifier",
  "code": "patient",
  "base": [
    "List"
  ],
  "type": "reference",
  "expression": "List.subject.where(resolve() is Patient)",
  "multipleOr": true,
  "multipleAnd": true,
  "modifier": [
    "missing",
    "type",
    "identifier"
  ],
  "chain": [
    "identifier"
  ]
}