2nd DSTU Draft For Comment

This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

Extension Mother's Maiden name - Definition

URL for this extension:

http://hl7.org/fhir/ExtensionDefinition/patient-mothers-maiden-name

Status: draft

Mother's maiden name - commonly collected to help verify patient identity.

HL7

usage info: todo

Extension Content

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/patient-mothers-maiden-name
Mother's Maiden name: Mother's maiden name - commonly collected to help verify patient identity.
Use on element: Patient
..valueString 0..1stringMother's Maiden name
Use on element: Patient

XML Template

<!-- Mother's Maiden name -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/patient-mothers-maiden-name" >
 <!-- from Element: extension -->
 <valueString value="[string]"/>
</extension>

JSON Template

// extension added to existing objectdoco

  "http://hl7.org/fhir/ExtensionDefinition/patient-mothers-maiden-name" : { // Mother's Maiden name
    "valueString" : ["<string>"] //Mother's Maiden name
  }

Structure

NameFlagsCard.TypeDescription & Constraintsdoco
.. extensionExtensionURL = http://hl7.org/fhir/ExtensionDefinition/patient-mothers-maiden-name
Mother's Maiden name: Mother's maiden name - commonly collected to help verify patient identity.
Use on element: Patient
..valueString 0..1stringMother's Maiden name
Use on element: Patient

XML Template

<!-- Mother's Maiden name -->doco

<extension xmlns="http://hl7.org/fhir"
     url="http://hl7.org/fhir/ExtensionDefinition/patient-mothers-maiden-name" >
 <!-- from Element: extension -->
 <valueString value="[string]"/>
</extension>

JSON Template

to do