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

FHIR IG Statistics: SearchParameter/il-core-parent-name-given

Packageil.core.fhir.r4
Resource TypeSearchParameter
Idil-core-parent-name-given
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=il.core.fhir.r4@0.18.0&canonical=http://fhir.health.gov.il/SearchParameter/il-core-parent-name-given
URLhttp://fhir.health.gov.il/SearchParameter/il-core-parent-name-given
Version1.0.0
Statusactive
Date2024-09-13
NameILCoreParentNameGiven
Realmil
Authoritynational
DescriptionReturns resources (e.g. Patient, Practitioner, RelatedPerson) where the AdminParentName extension’s given name matches the specified value.
Typestring

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": "il-core-parent-name-given",
  "url": "http://fhir.health.gov.il/SearchParameter/il-core-parent-name-given",
  "version": "1.0.0",
  "name": "ILCoreParentNameGiven",
  "status": "active",
  "date": "2024-09-13",
  "publisher": "Israel Core Team",
  "contact": [
    {
      "name": "Israel Core Team",
      "telecom": [
        {
          "system": "email",
          "value": "tal.primak@moh.gov.il"
        }
      ]
    }
  ],
  "description": "Returns resources (e.g. Patient, Practitioner, RelatedPerson) where the AdminParentName extension’s given name matches the specified value.",
  "jurisdiction": [
    {
      "coding": [
        {
          "code": "IL",
          "system": "urn:iso:std:iso:3166"
        }
      ]
    }
  ],
  "code": "parent-name-given",
  "base": [
    "Patient",
    "Practitioner",
    "RelatedPerson",
    "Person"
  ],
  "type": "string",
  "expression": "extension('http://fhir.health.gov.il/StructureDefinition/ext-administrative-parent-name').extension('given').value",
  "xpathUsage": "normal",
  "multipleOr": true,
  "multipleAnd": false
}