View raw Markdown
type: exampleresource: Flagexample: flag-example-encounter

Flag Example: flag-example-encounter

Narrative

Follow Infection Control Level 3 Protocol

Example XML

<?xml version="1.0" encoding="UTF-8"?>
<Flag xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../schema/flag.xsd">
  <id value="example-encounter"/>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">Follow Infection Control Level 3 Protocol</div>
  </text>
  <status value="active"/>
  <category>
    <coding>
      <system value="http://example.org/local"/>
      <code value="infection"/>
      <display value="Infection Control Level"/>
    </coding>    
  </category>
  <code>
    <coding>
      <system value="http://example.org/local/if1"/>
      <code value="l3"/>
      <display value="Follow Level 3 Protocol"/>
    </coding>
  </code>

  <subject>
    <reference value="Patient/example"/>
    <display value="Peter Patient"/>
  </subject>

  <encounter>
    <reference value="Encounter/example"/>
  </encounter>
</Flag>