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

: eCR Task Example: task-ecr-ehr-requested-eicr - XML Representation

Raw xml | Download



<Task xmlns="http://hl7.org/fhir">
  <id value="task-ecr-ehr-requested-eicr"/>
  <meta>
    <versionId value="5"/>
    <lastUpdated value="2020-12-02T03:47:35.808+00:00"/>
    <source value="#ISbnnJGV9vvKFPSZ"/>
    <profile value="http://hl7.org/fhir/us/ecr/StructureDefinition/ecr-task"/>
  </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">id</td>
                    <td>
                        <div title="id">task-ecr-ehr-requested-eicr</div>
                    </td>
                </tr>
                <tr>
                    <td style="font-weight: bold">meta</td>
                    <td>
                        <table>
                            <tr>
                                <td style="font-weight: bold">versionId</td>
                                <td>
                                    <div title="versionId">9</div>
                                </td>
                            </tr>
                            <tr>
                                <td style="font-weight: bold">lastUpdated</td>
                                <td>
                                    <div title="lastUpdated">2019-10-05T03:15:42.000-04:00</div>
                                </td>
                            </tr>
                            <tr>
                                <td style="font-weight: bold">profile</td>
                                <td>
                                    <div title="profile">http://hl7.org/fhir/us/ecr/StructureDefinition/ecr-task</div>
                                </td>
                            </tr>
                        </table>
                    </td>
                </tr>
                <tr>
                    <td style="font-weight: bold">status</td>
                    <td>
                        <div title="status">requested</div>
                    </td>
                </tr>
                <tr>
                    <td style="font-weight: bold">businessStatus</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">Send eICR</div>  (
                                        
                                        
                                        <div title="code">sent-eicr</div> )
          
                                    
                                    
                                    </li>
                                    <li>
                                        <div title="system">
                                            <a href="CodeSystem-codesystem-task-businessStatus.html">http://hl7.org/fhir/us/ecr/CodeSystem/codesystem-task-businessStatus</a>
                                        </div>
                                    </li>
                                </ul>
                            </li>
                        </ul>
                    </td>
                </tr>
                <tr>
                    <td style="font-weight: bold">intent</td>
                    <td>
                        <div title="intent">order</div>
                    </td>
                </tr>
                <tr>
                    <td style="font-weight: bold">focus</td>
                    <td>
                        <ul style="list-style:none; padding-left:0; margin:0 0;">
                            <li>
                                <a href="Bundle-bundle-eicr-document-zika.html">Bundle/bundle-eicr-document-zika</a>
                            </li>
                        </ul>
                    </td>
                </tr>
                <tr>
                    <td style="font-weight: bold">authoredOn</td>
                    <td>
                        <div title="authoredOn">2019-05-04T14:43:32-04:00</div>
                    </td>
                </tr>
                <tr>
                    <td style="font-weight: bold">owner</td>
                    <td>
                        <ul style="list-style:none; padding-left:0; margin:0 0;">
                            <li>
                                <a href="Organization-organization-ecr-ymca-center.html">Organization/organization-ecr-ymca-center</a>
                            </li>
                        </ul>
                    </td>
                </tr>
            </table>
        </div>
  </text>
  <status value="requested"/>
  <businessStatus>
    <coding>
      <system
              value="http://hl7.org/fhir/us/ecr/CodeSystem/codesystem-task-businessStatus"/>
      <code value="sent-eicr"/>
      <display value="Send eICR"/>
    </coding>
  </businessStatus>
  <intent value="order"/>
  <focus>
    <reference value="Bundle/bundle-eicr-document-zika"/>
  </focus>
  <authoredOn value="2019-05-04T14:43:32-04:00"/>
  <owner>
    <reference value="Organization/organization-ecr-ymca-center"/>
  </owner>
</Task>