Sha256: 1bf84a44028e690f71cbb8d334d25446b2d366d92ff1ef6ef918a90092f42bd5

Contents?: true

Size: 1.51 KB

Versions: 7

Compression:

Stored size: 1.51 KB

Contents

<?xml version="1.0" encoding="UTF-8"?><Encounter xmlns="http://hl7.org/fhir">
  <id value="xcda"/>
  <text><status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: xcda</p><p><b>identifier</b>: 1234213.52345873 (OFFICIAL)</p><p><b>status</b>: finished</p><p><b>class</b>: ambulatory (Details: http://hl7.org/fhir/v3/ActCode code AMB = &#39;ambulatory&#39;, stated as &#39;ambulatory&#39;)</p><p><b>patient</b>: <a>Patient/xcda</a></p><h3>Participants</h3><table><tr><td>-</td><td><b>Individual</b></td></tr><tr><td>*</td><td><a>Practitioner/xcda1</a></td></tr></table><p><b>reason</b>: Arm <span>(Details : {http://ihe.net/xds/connectathon/eventCodes code &#39;T-D8200&#39; = &#39;??&#39;, given as &#39;Arm&#39;})</span></p></div></text><identifier>
    <use value="official"/>
    <system value="http://healthcare.example.org/identifiers/enocunter"/>
    <value value="1234213.52345873"/>
  </identifier>
  <status value="finished"/>
    <class>
        <system value="http://hl7.org/fhir/v3/ActCode"/>
        <code value="AMB"/> <!--   outpatient   -->
        <display value="ambulatory"/>
    </class>
  <patient>
    <reference value="Patient/xcda"/>
  </patient>
  <participant>
    <individual>
      <reference value="Practitioner/xcda1"/>
    </individual>
  </participant>
  <reason>
    <coding>
      <system value="http://ihe.net/xds/connectathon/eventCodes"/>
      <code value="T-D8200"/>
      <display value="Arm"/>
    </coding>
  </reason>
</Encounter>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fhir_models-1.6.8 lib/fhir_models/examples/xml/encounter-example-xcda.xml
fhir_models-1.6.7 lib/fhir_models/examples/xml/encounter-example-xcda.xml
fhir_models-1.6.6 lib/fhir_models/examples/xml/encounter-example-xcda.xml
fhir_models-1.6.4 lib/fhir_models/examples/xml/encounter-example-xcda.xml
fhir_models-1.6.3 examples/xml/encounter-example-xcda.xml
fhir_models-1.6.2 examples/xml/encounter-example-xcda.xml
fhir_models-1.6.1 examples/xml/encounter-example-xcda.xml