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

FHIR IG Statistics: SearchParameter/patient-extensions-Patient-mothersMaidenName

Packagehl7.fhir.uv.extensions
Resource TypeSearchParameter
Idpatient-extensions-Patient-mothersMaidenName
FHIR VersionR5
Sourcehttp://hl7.org/fhir/extensions/https://build.fhir.org/ig/HL7/fhir-extensions/SearchParameter-patient-extensions-Patient-mothersMaidenName.html
URLhttp://hl7.org/fhir/SearchParameter/patient-extensions-Patient-mothersMaidenName
Version5.3.0-ballot-tc1
Statusactive
Date2025-08-04T03:03:22+00:00
NameMothersMaidenName
Titlemothers Maiden Name
Realmuv
Authorityhl7
DescriptionSearch based on patient's mother's maiden name
Typestring

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: SearchParameter patient-extensions-Patient-mothersMaidenName

MothersMaidenName TU

Parameter mothersMaidenName:string

Search based on patient's mother's maiden name

ResourcePatient
ExpressionPatient.extension('http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName').value
Processing ModeNormal
Multiples
  • multipleAnd: It's up to the server whether the parameter may repeat in order to specify multiple values that must all be true
  • multipleOr: It's up to the server whether the parameter can have multiple values (separated by comma) where at least one must be true

Source

{
  "resourceType": "SearchParameter",
  "id": "patient-extensions-Patient-mothersMaidenName",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "pa"
    }
  ],
  "url": "http://hl7.org/fhir/SearchParameter/patient-extensions-Patient-mothersMaidenName",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.31.16"
    }
  ],
  "version": "5.3.0-ballot-tc1",
  "name": "MothersMaidenName",
  "title": "mothers Maiden Name",
  "status": "active",
  "experimental": false,
  "date": "2025-08-04T03:03:22+00:00",
  "publisher": "HL7 International / Patient Administration",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pafm"
        }
      ]
    }
  ],
  "description": "Search based on patient's mother's maiden name",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "code": "mothersMaidenName",
  "base": [
    "Patient"
  ],
  "type": "string",
  "expression": "Patient.extension('http://hl7.org/fhir/StructureDefinition/patient-mothersMaidenName').value",
  "processingMode": "normal"
}