HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm CI Build

This page is part of the electronic Case Reporting (eCR) (v1.0.0: STU 1) based on FHIR R4. The current version which supercedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions

XML Format: Observation-observation-last-menstrual-period-eve-everywoman

Raw xml


<Observation xmlns="http://hl7.org/fhir">
<!-- Last Menstrual Period -->
  <id value="observation-last-menstrual-period-eve-everywoman"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/ecr/StructureDefinition/last-menstrual-period"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
         <table xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
            <tr>
               <td style="font-weight: bold">id</td>
               <td>
                  <div title="id">observation-last-menstrual-period-eve-everywoman</div> 
               </td>
            </tr>
            <tr>
               <td style="font-weight: bold">meta</td>
               <td>
                  <table>
                     <tr>
                        <td style="font-weight: bold">profile</td>
                        <td>
                           <div title="profile">http://hl7.org/fhir/us/ecr/StructureDefinition/last-menstrual-period</div> 
                        </td>
                     </tr>
                  </table>
               </td>
            </tr>
            <tr>
               <td style="font-weight: bold">identifier</td>
               <td>
                  <ul style="list-style:none; padding-left:0; margin:0 0;">
                     <li>
                        <div title="system">urn:ietf:rfc:3986</div> 
                     </li>
                     <li>
                        <div title="value">urn:uuid:5ffea0ae-9ae5-4313-956a-30219b4a6afa</div> 
                     </li>
                  </ul>
               </td>
            </tr>
            <tr>
               <td style="font-weight: bold">status</td>
               <td>
                  <div title="status">final</div> 
               </td>
            </tr>
            <tr>
               <td style="font-weight: bold">code</td>
               <td>
                  <ul style="list-style:none; padding-left:0; margin:0 0;">
                     <li>
                        <ul style="list-style:none; padding-left:0; margin:0 0;">
                           <li>
                              <div title="display">Last menstrual period start date</div>  (<div title="code">8665-2</div> )
          </li>
                           <li>
                              <div title="system">
                                 <a href="http://loinc.org">http://loinc.org</a>
                              </div>
                           </li>
                        </ul>
                     </li>
                  </ul>
               </td>
            </tr>
            <tr>
               <td style="font-weight: bold">subject</td>
               <td>
                  <ul style="list-style:none; padding-left:0; margin:0 0;">
                     <li/>
                     <li>
                        <a href="Patient-patient-ecr-eve-everywoman.html">Eve Everywoman</a>
                     </li>
                  </ul>
               </td>
            </tr>
            <tr>
               <td style="font-weight: bold">effectiveDateTime</td>
               <td>
                  <div title="effectiveDateTime">2018-01-05T10:15:00+10:00</div> 
               </td>
            </tr>
            <tr>
               <td style="font-weight: bold">valueDateTime</td>
               <td>
                  <div title="valueDateTime">2017-08-01</div> 
               </td>
            </tr>
         </table>
      </div>
  </text>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:uuid:5ffea0ae-9ae5-4313-956a-30219b4a6afa"/>
  </identifier>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="8665-2"/>
      <display value="Last menstrual period start date"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/patient-ecr-eve-everywoman"/>
    <display value="Eve Everywoman"/>
  </subject>
  <effectiveDateTime value="2018-01-05T10:15:00+10:00"/>
<!-- Start of last menstrual period -->
  <valueDateTime value="2017-08-01"/>
</Observation>