HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
1.1.0 - STU 2 Ballot

This page is part of the electronic Case Reporting (eCR) (v1.1.0: STU 2 on FHIR R4 Ballot 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

: Postpartum Status Example: observation-postpartum-status-eve-everywoman - XML Representation

Raw xml | Download



<Observation xmlns="http://hl7.org/fhir">
  <id value="observation-postpartum-status-eve-everywoman"/>
  <meta>
    <versionId value="2"/>
    <lastUpdated value="2020-10-28T06:46:33.341+00:00"/>
    <source value="#U1nKkTV3ZaZWfep8"/>
    <profile
             value="http://hl7.org/fhir/us/ecr/StructureDefinition/postpartum-status"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
            <table xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
                <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/postpartum-status</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:9701b264-0f70-47f9-bfbf-aa4f9686cd3a</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">Maternal condition during puerperium (observable entity)</div>  (
                                        
                                        <div title="code">249197004</div> )
          
                                    
                                    </li>
                                    <li>
                                        <div title="system">
                                            <a href="http://snomed.info/sct">http://snomed.info/sct</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">valueCodeableConcept</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">Mid postpartum state (finding)</div>  (
                                        
                                        <div title="code">42814007</div> )
          
                                    
                                    </li>
                                    <li>
                                        <div title="system">
                                            <a href="http://snomed.info/sct">http://snomed.info/sct</a>
                                        </div>
                                    </li>
                                </ul>
                            </li>
                        </ul>
                    </td>
                </tr>
            </table>
        </div>
  </text>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:uuid:9701b264-0f70-47f9-bfbf-aa4f9686cd3a"/>
  </identifier>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="249197004"/>
      <display value="Maternal condition during puerperium (observable entity)"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/patient-ecr-eve-everywoman"/>
    <display value="Eve Everywoman"/>
  </subject>
  <effectiveDateTime value="2018-01-05T10:15:00+10:00"/>
  <valueCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="42814007"/>
      <display value="Mid postpartum state (finding)"/>
    </coding>
  </valueCodeableConcept>
</Observation>