Projo FHIR Documentation
0.1.0 - ci-build Switzerland flag

Projo FHIR Documentation - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Routing Flag (route-to-review) - XML Representation

Raw xml | Download


<Flag xmlns="http://hl7.org/fhir">
  <id value="ExampleRoutingFlag"/>
  <meta>
    <profile
             value="https://projo.evoleen.com/fhir/StructureDefinition/projo-flag"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Flag ExampleRoutingFlag</b></p><a name="ExampleRoutingFlag"> </a><a name="hcExampleRoutingFlag"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-projo-flag.html">Projo Flag</a></p></div><p><b>identifier</b>: <code>https://projo.evoleen.com/fhir/identifier/routing-resource</code>/qr-12345:review</p><p><b>status</b>: Active</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/flag-category clinical}">Clinical</span></p><p><b>code</b>: <span title="Codes:{https://projo.evoleen.com/fhir/CodeSystem/bounded-action route-to-review}">Route to review</span></p><p><b>subject</b>: <a href="Patient/example-patient">Patient/example-patient</a></p><p><b>period</b>: 2024-01-15 09:15:00+0000 --&gt; (ongoing)</p></div>
  </text>
  <identifier>
    <system
            value="https://projo.evoleen.com/fhir/identifier/routing-resource"/>
    <value value="qr-12345:review"/>
  </identifier>
  <status value="active"/>
  <category>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/flag-category"/>
      <code value="clinical"/>
    </coding>
  </category>
  <code>
    <coding>
      <system
              value="https://projo.evoleen.com/fhir/CodeSystem/bounded-action"/>
      <code value="route-to-review"/>
    </coding>
  </code>
  <subject>
    <reference value="Patient/example-patient"/>
  </subject>
  <period>
    <start value="2024-01-15T09:15:00Z"/>
  </period>
</Flag>