Patient Birth Name

back to homepage

Approval Status

  • Approval Status: Approved
  • Example Task Force: 7/7/2016
  • SDWG: 7/7/2016
  • SDWG C-CDA R2.1 Upgrade: 2/2/2017

  • Reviewed on 12/9/2021 Examples Task Force and agreed to rename this example to Birth Name, not previous name.

C-CDA 2.1 Example:

  • recordTarget

Reference to full CDA sample:

  • Empty CCD

Validation location

  • SITE

  • Other required elements are omitted so several errors will be present if inserted without adding other information (e.g. telecom, address)

Comments

  • This example illustrates how to structure Patient's birth name, which is a special case of previous name.

Certification

  • ONC

Custodian

  • Brett Marquard, brett@waveoneassociates.com (GitHub: brettmarquard)

Keywords

  • Demographics, Name, Prior Name, Previous Name, Birth Name

Permalink

Links

 

Example: download example view on GitHub

<recordTarget>
    <!-- Note: several other data elements (telecom, address, etc.) are required to meet C-CDA R2.1 requirements -->
    <patientRole>
        <id extension="444222222" root="2.16.840.1.113883.4.1"/>
        <patient>
            <!-- SDWG reviewed and approved approach for recording a birth name and legal name -->
            <name use="L">
                <given>Alice</given>
                <given>Jones</given>
                <family>Newman</family>
            </name>
            <name> 
                <given qualifier="BR">Alicia</given> <!-- BR = Birth name-->
                <given>Jones</given>
                <family qualifier="BR">Newman</family> <!-- BR = Birth name-->
                <!-- Optional valid time - best practice -->
                <validTime>
                    <low value="20010505"/>
                    <high value="20210510"/>
                </validTime>
            </name>		
        </patient>
    </patientRole>
</recordTarget>
  1. C-CDA Example Search Help

    C-CDA Example Search Results
    This screen displays the results of executing the example search criteria against the existing examples recorded in the example database.

  2. Search Criteria Panel

    This panel allow you to further refine your queries and narrow the results

  3. Text Search Words

    Use this field to enter words related to your search. These words can appear in the title, the comments or as part of a special list of keywords associated with the example. The search words should be entered with spaces separating the items.

  4. Filter by example status

    By selecting the various statuses, the search results can be limited to only the example that are set to the selected status(es). By removing all status selections, the filtering is removed and examples from all statuses will be returned (based on any other filtering).

  5. Select only ONC Certified examples

    These are samples referenced in a government rule or certification companion guide.

  6. Execute the search based on the criteria entered (or retrieve all examples if no criteria specified).

  7. The number of results that match the query parameters can be found here.

  8. Use this link to jump back to the initial page of the application (that lists the sections).

  9. This columns list the names of the examples that match the criteria (and the comment for each example).

  10. This columns lists the area in the C-CDA specification (the specification is broken into distinct topics for the various exchangeable documents, the common header, and the sections that occur within the exchangeable documents) that the example demonstrates.

  11. This columns lists the state of the example in the example verification and approval process.

  12. You can select to download the examples directly or navigate to page with the full detailed description of the example.

  13. Tour Complete

    Return to the C-CDA Example Search Results page.