Sha256: ca05cdfb5f03b0b015461edf6b8d049aa2dbd3f12a10306e347d0fdb30495e9c

Contents?: true

Size: 1.94 KB

Versions: 23

Compression:

Stored size: 1.94 KB

Contents

<?xml version="1.0" encoding="UTF-8"?><List xmlns="http://hl7.org/fhir">
  <id value="med-list"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>Add hydroxocobalamin</p>
      <p>Cancel Morphine Sulphate</p>
    </div>
  </text>
  <status value="current"/>
  <mode value="changes"/>
  <code>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="182836005"/>
      <display value="Review of medication"/>
    </coding>
    <text value="Medication Review"/>
  </code>
  <date value="2013-11-20T23:10:23+11:00"/>
  <source>
    <reference value="Patient/example"/>
  </source>
  <!--  
      in a real medications list, we'd actually have medication resources.
      but this an example to demonstrate a changes list, so we'll just use 
      display  -->
  <entry>
    <!--  patient was prescribed hydroxocobalamin. the flag marks this 
       as a prescription. Note that healthcare workers will now get into
       a long debate the exact implication of "prescribed". That's why the
       spec doesn't fix the flag values  -->
    <flag>
      <coding>
        <system value="http://nehta.gov.au/codes/medications/changetype"/>
        <code value="01"/>
        <display value="Prescribed"/>
      </coding>
    </flag>
    <item> 
      <display value="hydroxocobalamin"/>
    </item>
  </entry>  
  <!-- 
     on this one, we record that the patient was taken off morphine sulfate.
     because not every system knows the flags, and the ensure there's no confusion,
     if the flag implies that something was removed from the list, then the
     deleted element must also be set 
   -->  
  <entry>
    <flag>
      <coding>
        <system value="http://nehta.gov.au/codes/medications/changetype"/>
        <code value="02"/>
        <display value="Cancelled"/>
      </coding>
    </flag>
    <deleted value="true"/>
    <item> 
      <display value="Morphine Sulfate"/>
    </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-medlist.xml
fhir_stu3_models-3.1.1 lib/fhir_stu3_models/examples/xml/list-example-medlist.xml
fhir_stu3_models-3.1.0 lib/fhir_stu3_models/examples/xml/list-example-medlist.xml
fhir_stu3_models-3.0.2 lib/fhir_stu3_models/examples/xml/list-example-medlist.xml
fhir_stu3_models-3.0.1 lib/fhir_stu3_models/examples/xml/list-example-medlist.xml
fhir_stu3_models-3.0.0 lib/fhir_stu3_models/examples/xml/list-example-medlist.xml
fhir_models-3.0.4 lib/fhir_models/examples/xml/list-example-medlist.xml
fhir_models-3.0.3 lib/fhir_models/examples/xml/list-example-medlist.xml
fhir_models-3.0.2 lib/fhir_models/examples/xml/list-example-medlist.xml
fhir_models-3.0.1 lib/fhir_models/examples/xml/list-example-medlist.xml
fhir_models-1.8.3 lib/fhir_models/examples/xml/list-example-medlist.xml
fhir_models-1.8.2 lib/fhir_models/examples/xml/list-example-medlist.xml
fhir_models-1.8.1 lib/fhir_models/examples/xml/list-example-medlist.xml
fhir_models-1.8.0 lib/fhir_models/examples/xml/list-example-medlist.xml
fhir_models-1.6.8 lib/fhir_models/examples/xml/list-example-medlist.xml
fhir_models-1.6.7 lib/fhir_models/examples/xml/list-example-medlist.xml
fhir_models-1.6.6 lib/fhir_models/examples/xml/list-example-medlist.xml
fhir_models-1.6.4 lib/fhir_models/examples/xml/list-example-medlist.xml
fhir_models-1.6.3 examples/xml/list-example-medlist.xml
fhir_models-1.6.2 examples/xml/list-example-medlist.xml