QI-Core Implementation Guide: STU 4 (v4.0.0 for FHIR 4.0.1)

QI-Core Implementation Guide - This is the current published version.. See the Directory of published versions

CareTeam/example

Formats: Narrative, XML, JSON, Turtle

Raw xml


<CareTeam xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: example</p><p><b>status</b>: active</p><p><b>subject</b>: Eve Everywoman</p><h3>Participants</h3><table class="grid"><tr><td>-</td><td><b>Role</b></td><td><b>Member</b></td></tr><tr><td>*</td><td>MW - Midwife <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '75271001' = 'Professional midwife', given as 'MW - Midwife'})</span></td><td>Mabel Midwife</td></tr></table></div>
  </text>
  <status value="active"/>
  <subject>
  <!-- reference value="Patient/mom"/ -->
    <display value="Eve Everywoman"/>
  </subject>
  <participant>
  <!-- coding>
                <system value="http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-common-persona"/>
                <code value="2222"/>
                <display value="Midwifery professional"/>
            </coding -->
  <!-- text value="Midwifery professional"/ -->
    <role>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="75271001"/>
        <display value="MW - Midwife"/>
      </coding>
    </role>
    <member>
    <!-- reference value="Practitioner/midwife"/ -->
      <display value="Mabel Midwife"/>
    </member>
  </participant>
</CareTeam>