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

FHIR IG Statistics: SearchParameter/gd-Person-given

Packageehelse.fhir.no.grunndata.test
Resource TypeSearchParameter
Idgd-Person-given
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ehelse.fhir.no.grunndata.test@2.3.3&canonical=http://ehelse.no/fhir/SearchParameter/gd-Person-given
URLhttp://ehelse.no/fhir/SearchParameter/gd-Person-given
Version2.2.0
Statusactive
NameGdPersonGiven
DescriptionSearchParameter the given name of a Person
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": "gd-Person-given",
  "url": "http://ehelse.no/fhir/SearchParameter/gd-Person-given",
  "version": "2.2.0",
  "name": "GdPersonGiven",
  "status": "active",
  "description": "SearchParameter the given name of a Person",
  "code": "given",
  "base": [
    "Person"
  ],
  "type": "string",
  "expression": "Person.name.given",
  "xpath": "f:Person/f:name/f:given",
  "xpathUsage": "normal",
  "multipleOr": true,
  "multipleAnd": true
}