<?xml version="1.0" encoding="UTF-8"?>

<CareTeam xmlns="http://hl7.org/fhir">
  <id value="resmed-care-team-example"/>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: CareTeam</b><a name="resmed-care-team-example"> </a></p><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">Resource CareTeam &quot;resmed-care-team-example&quot; </p></div><p><b>status</b>: active</p><p><b>subject</b>: <a href="Patient-airview-patient.html">Patient/airview-patient</a> &quot; SMITH&quot;</p><blockquote><p><b>participant</b></p><p><b>role</b>: Respiratory physician <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#41672002)</span></p><p><b>member</b>: <a href="Practitioner-resmed-practitioner-example.html">Practitioner/resmed-practitioner-example</a> &quot; SMITH&quot;</p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: Health coach <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT</a>#432100008)</span></p><p><b>member</b>: <a href="Practitioner-sleep-coach-practitioner.html">Practitioner/sleep-coach-practitioner</a> &quot; HARRISON&quot;</p></blockquote></div>
  </text>
  <status value="active"/>
  <subject>
    <reference value="Patient/airview-patient"/>
  </subject>
  <participant>
    <role>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="41672002"/>
        <display value="Respiratory physician"/>
      </coding>
    </role>
    <member>
      <reference value="Practitioner/resmed-practitioner-example"/>
    </member>
  </participant>
  <participant>
    <role>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="432100008"/>
        <display value="Health coach"/>
      </coding>
    </role>
    <member>
      <reference value="Practitioner/sleep-coach-practitioner"/>
    </member>
  </participant>
</CareTeam>