electronic Case Reporting (eCR) Implementation Guide: STU2 Ballot

This page is part of the electronic Case Reporting (eCR) (v0.2.0: STU 1 Ballot 2) based on FHIR R3. 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-eicr-pregnancy-status-eve-everywoman

Raw xml


<Observation xmlns="http://hl7.org/fhir">
  <id value="eicr-pregnancy-status-eve-everywoman"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/ecr/StructureDefinition/pregnancy-status"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <table>
        <thead>
          <tr>
            <th>id</th>
            <th>Pregnancy Status</th>
            <th>Date(s)</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td>eicr-pregnancy-status-eve-everywoman</td>
            <td>Not Pregnant</td>
            <td>JAN 1, 2016 to present</td>
          </tr>
        </tbody>
      </table>
    </div>
  </text>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="82810-3"/>
      <display value="Pregnancy status"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/ecr-patient-eve-everywoman"/>
    <display value="Eve Everywoman"/>
  </subject>
  <effectivePeriod>
    <start value="2016-01-01"/>
  </effectivePeriod>
  <valueCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="60001007"/>
      <display value="Not pregnant (finding)"/>
    </coding>
  </valueCodeableConcept>
</Observation>