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

JSON Format: Observation-eicr-pregnancy-status-eve-everywoman

Raw json

{
  "resourceType" : "Observation",
  "id" : "eicr-pregnancy-status-eve-everywoman",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/ecr/StructureDefinition/pregnancy-status"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "82810-3",
        "display" : "Pregnancy status"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/ecr-patient-eve-everywoman",
    "display" : "Eve Everywoman"
  },
  "effectivePeriod" : {
    "start" : "2016-01-01"
  },
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "60001007",
        "display" : "Not pregnant (finding)"
      }
    ]
  }
}