Sha256: b388264232ff4473539bffe0e9eaafe9dc2c58f6092ff84d0102c8262fc69b9a

Contents?: true

Size: 1.13 KB

Versions: 11

Compression:

Stored size: 1.13 KB

Contents

<?xml version="1.0" encoding="UTF-8"?><Communication xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Patient has very high serum potassium</div>
  </text>
  <identifier>
    <type>
      <text value="Paging System"/>
    </type>
    <system value="urn:oid:1.3.4.5.6.7"/>
    <value value="2345678901"/>
  </identifier>
  <status value="completed"/>
  <category>
    <coding>
      <system value="http://acme.org/messagetypes"/>
      <code value="Alert"/>
    </coding>
    <text value="Alert"/>
  </category>
  <subject>
    <reference value="Patient/1"/>
  </subject>
  <sent value="2014-12-12T18:01:10-08:00"/>
  <sender>
    <reference value="Device/f001"/>
  </sender>
  <recipient>
    <reference value="Practitioner/21"/>
  </recipient>
  <payload>
    <contentString value="Patient 1 has a very high serum potassium value (7.2 mmol/L on 2014-Dec-12 at 5:55 pm)"/>
  </payload>
  <payload>
    <!-- Reference to the lab result  -->
    <contentReference>
      <reference value="Observation/643666aa12f"/>
    </contentReference>
  </payload>
</Communication>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
fhir_models-1.8.3 lib/fhir_models/examples/xml/communication-example.xml
fhir_models-1.8.2 lib/fhir_models/examples/xml/communication-example.xml
fhir_models-1.8.1 lib/fhir_models/examples/xml/communication-example.xml
fhir_models-1.8.0 lib/fhir_models/examples/xml/communication-example.xml
fhir_models-1.6.8 lib/fhir_models/examples/xml/communication-example.xml
fhir_models-1.6.7 lib/fhir_models/examples/xml/communication-example.xml
fhir_models-1.6.6 lib/fhir_models/examples/xml/communication-example.xml
fhir_models-1.6.4 lib/fhir_models/examples/xml/communication-example.xml
fhir_models-1.6.3 examples/xml/communication-example.xml
fhir_models-1.6.2 examples/xml/communication-example.xml
fhir_models-1.6.1 examples/xml/communication-example.xml