Element: PubMedPubDate

Includes additional dates associated with the publications. The type of date is designated by the @PubStatus attribute. Some of the dates pertain to NLM processing, e.g. entrez, pmc-release, and medline. Other dates pertain to a publication's history, e.g. dates the publisher received and accepted the article.

Content Model

( Year, Month, Day, ( Hour, ( Minute, Second? )? )? )

Contains:

Attributes

  • PubStatus (received | accepted | epublish | ppublish | revised | aheadofprint | retracted | ecollection | pmc | pmcr | pubmed | pubmedr | premedline | medline | medliner | entrez | pmc-release) #REQUIRED

May be contained in:

Examples

<PubMedPubDate PubStatus="received">
    <Year>2016</Year>
    <Month>08</Month>
    <Day>25</Day>
</PubMedPubDate>
 
<PubMedPubDate PubStatus="accepted">
    <Year>2017</Year>
    <Month>06</Month>
    <Day>14</Day>
</PubMedPubDate>

<PubMedPubDate PubStatus="entrez">
    <Year>2017</Year>
    <Month>8</Month>
    <Day>3</Day>
    <Hour>6</Hour>
    <Minute>0</Minute>
</PubMedPubDate>

<PubMedPubDate PubStatus="pubmed">
    <Year>2017</Year>
    <Month>8</Month>
    <Day>3</Day>
    <Hour>6</Hour>
    <Minute>0</Minute>  
</PubMedPubDate>

<PubMedPubDate PubStatus="medline">
    <Year>2017</Year>
    <Month>8</Month>
    <Day>3</Day>
    <Hour>6</Hour>
    <Minute>0</Minute>
</PubMedPubDate>