Sha256: 6be1a8998356ac29a39da985cc529eaa32b9341d9c8ec71a15306f883e06e165

Contents?: true

Size: 505 Bytes

Versions: 11

Compression:

Stored size: 505 Bytes

Contents

<?xml version="1.0" encoding="UTF-8"?><Encounter xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Encounter with patient @example</div>
  </text> 
  <status value="in-progress"/>
    <class>
        <system value="http://hl7.org/fhir/v3/ActCode"/>
        <code value="IMP"/>
        <display value="inpatient encounter"/>
    </class>
  <patient>
    <reference value="Patient/example"/>
  </patient>
</Encounter>

Version data entries

11 entries across 11 versions & 1 rubygems

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