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

FHIR IG analytics

Packagerl.fhir.r4
Resource TypeSearchParameter
IdSearchParameter_RL_PractitionerRole_DataInsert.json
FHIR VersionR4

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": "RLPractitionerRoleDataInsert",
  "meta": {
    "lastUpdated": "2022-09-23T10:59:52.7835329+00:00"
  },
  "url": "https://fhir.siss.regione.lombardia.it/SearchParameter/RLPractitionerRoleDataInsert",
  "name": "RLPractitionerRoleDataInsert",
  "status": "active",
  "experimental": false,
  "description": "Parametro di ricerca della data di inserimento associata al ruolo che può essere assunto dai medici prescrittori",
  "code": "dataInsert",
  "base": [
    "PractitionerRole"
  ],
  "type": "date",
  "expression": "extension.where(url='https://fhir.siss.regione.lombardia.it/StructureDefinition/RLPractitionerRoleDataInsert').value",
  "comparator": [
    "eq",
    "ne",
    "gt",
    "lt",
    "ge",
    "le"
  ]
}