View raw Markdown
type: exampleresource: DetectedIssueexample: detectedissue-example-lab

DetectedIssue Example: detectedissue-example-lab

Narrative

[Put rendering here]

Example XML

<?xml version="1.0" encoding="UTF-8"?>
<DetectedIssue xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../schema/detectedissue.xsd">
  <id value="lab"/>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">[Put rendering here]</div>
  </text>

  <!-- insert contents here -->
  <status value="final"/>
</DetectedIssue>