Sha256: a82a461e029749b1ae026efa95b7a6ca5973208e50b69d23c2d222f4d882550e

Contents?: true

Size: 1.84 KB

Versions: 23

Compression:

Stored size: 1.84 KB

Contents

<?xml version="1.0" encoding="UTF-8"?><List xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <table>
        <thead>
          <tr>
            <th>Condition</th>
            <th>Severity</th>
            <th>Date</th>
            <th>Location</th>
            <th>Status</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td>Burnt Ear</td>
            <td>Severe</td>
            <td>24-May 2012</td>
            <td>Left Ear</td>
            <td>deleted</td>
          </tr>
          <tr>
            <td>Asthma</td>
            <td>Mild</td>
            <td>21-Nov 2012</td>
            <td>--</td>
            <td>added</td>
          </tr>
        </tbody>
      </table>
    </div>
  </text>
  <identifier>
    <system value="urn:uuid:a9fcea7c-fcdf-4d17-a5e0-f26dda030b59"/>
    <value value="23974652"/>
  </identifier>
  <status value="current"/>
  <mode value="changes"/>
  <!--  This list doesn't have a code. In actual fact, 
    it's a Condition list produced at the end of an encounter 
    to a regular primary care practitioner. But the only way
    to know this is to hunt down the place it is used 
    and find out  -->
  <subject>
    <reference value="Patient/example"/>
  </subject>  
  <encounter>
    <reference value="Encounter/example"/>
  </encounter>  
  <date value="2012-11-25T22:17:00+11:00"/>
  <source>
    <reference value="Patient/example"/>
  </source>
  <entry>
    <flag>
      <text value="Deleted due to error"/>
    </flag>
    <deleted value="true"/>
    <item>
      <reference value="Condition/example"/>
    </item>
  </entry>
  <entry>
    <flag>
      <text value="Added"/>
    </flag>
    <date value="2012-11-21"/>
    <item>
      <reference value="Condition/example2"/>
    </item>
  </entry>
</List>

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
fhir_stu3_models-3.2.0 lib/fhir_stu3_models/examples/xml/list-example.xml
fhir_stu3_models-3.1.1 lib/fhir_stu3_models/examples/xml/list-example.xml
fhir_stu3_models-3.1.0 lib/fhir_stu3_models/examples/xml/list-example.xml
fhir_stu3_models-3.0.2 lib/fhir_stu3_models/examples/xml/list-example.xml
fhir_stu3_models-3.0.1 lib/fhir_stu3_models/examples/xml/list-example.xml
fhir_stu3_models-3.0.0 lib/fhir_stu3_models/examples/xml/list-example.xml
fhir_models-3.0.4 lib/fhir_models/examples/xml/list-example.xml
fhir_models-3.0.3 lib/fhir_models/examples/xml/list-example.xml
fhir_models-3.0.2 lib/fhir_models/examples/xml/list-example.xml
fhir_models-3.0.1 lib/fhir_models/examples/xml/list-example.xml
fhir_models-1.8.3 lib/fhir_models/examples/xml/list-example.xml
fhir_models-1.8.2 lib/fhir_models/examples/xml/list-example.xml
fhir_models-1.8.1 lib/fhir_models/examples/xml/list-example.xml
fhir_models-1.8.0 lib/fhir_models/examples/xml/list-example.xml
fhir_models-1.6.8 lib/fhir_models/examples/xml/list-example.xml
fhir_models-1.6.7 lib/fhir_models/examples/xml/list-example.xml
fhir_models-1.6.6 lib/fhir_models/examples/xml/list-example.xml
fhir_models-1.6.4 lib/fhir_models/examples/xml/list-example.xml
fhir_models-1.6.3 examples/xml/list-example.xml
fhir_models-1.6.2 examples/xml/list-example.xml