View raw Markdown
type: exampleresource: CommunicationRequestexample: communicationrequest-example

CommunicationRequest Example: communicationrequest-example

Narrative

To be filled out at a later time

Example XML

<?xml version="1.0" encoding="UTF-8"?>
<CommunicationRequest   xmlns="http://hl7.org/fhir" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://hl7.org/fhir ../../schema/communicationrequest.xsd">
  <id value="example"/>
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">To be filled out at a later time</div>
  </text>
  <status value="active"/>
  <intent value="proposal"/>
  <!-- insert contents here -->
  <subject>
    <reference value="Patient/example"/>
  </subject>
  <encounter>
    <reference value="Encounter/example"/>
  </encounter>
</CommunicationRequest>