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

FHIR IG analytics

Packagelazio.crea.cup.irt
Resource TypeSearchParameter
IdSearchParameter-appointment-subject-identifier.json
FHIR VersionR5
Sourcehttps://simplifier.net/resolve?scope=lazio.crea.cup.irt@1.3.0&canonical=https://www.fhir.laziocrea.it/SearchParameter/appointment-subject-identifier
URLhttps://www.fhir.laziocrea.it/SearchParameter/appointment-subject-identifier
Version1.0.0
Statusactive
Date2026-07-10
NameAppointmentSubjectIdentifier
TitleAppointment Subject Identifier
DescriptionPermette di cercare le Appointment per identificatore dell'assistito referenziato in subject.
Typetoken

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "SearchParameter",
  "id": "appointment-subject-identifier",
  "url": "https://www.fhir.laziocrea.it/SearchParameter/appointment-subject-identifier",
  "version": "1.0.0",
  "name": "AppointmentSubjectIdentifier",
  "title": "Appointment Subject Identifier",
  "status": "active",
  "experimental": false,
  "date": "2026-07-10",
  "publisher": "LazioCrea",
  "description": "Permette di cercare le Appointment per identificatore dell'assistito referenziato in subject.",
  "code": "subject-identifier",
  "base": [
    "Appointment"
  ],
  "type": "token",
  "expression": "Appointment.subject.resolve().identifier",
  "multipleOr": true,
  "multipleAnd": true
}