US Core Implementation Guide
7.0.0 - STU7 United States of America flag

US Core Implementation Guide, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 7.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/US-Core/ and changes regularly. See the Directory of published versions

: CareTeam Example - XML Representation

Page standards status: Informative

Raw xml | Download



<CareTeam xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-careteam|7.0.0"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: CareTeam</b><a name="example"> </a><a name="hcexample"> </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;example&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-us-core-careteam.html">US Core CareTeam Profile (version 7.0.0)</a></p></div><p><b>status</b>: active</p><p><b>name</b>: US-Core example CareTeam</p><p><b>subject</b>: <a href="Patient-example.html">Patient/example: Amy V. Shaw</a> &quot; SHAW&quot;</p><blockquote><p><b>participant</b></p><p><b>role</b>: Cardiologist <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT[US]</a>#17561000)</span></p><p><b>member</b>: <a href="Practitioner-practitioner-1.html">Practitioner/practitioner-1: Ronald Bone, MD</a> &quot; BONE&quot;</p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: Primary care provider <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT[US]</a>#453231000124104)</span></p><p><b>member</b>: <a href="Practitioner-practitioner-2.html">Practitioner/practitioner-2: Kathy Fielding, MD</a> &quot; KATHY&quot;</p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: Patient (person) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT[US]</a>#116154003)</span></p><p><b>member</b>: <a href="Patient-example.html">Patient/example: Amy V. Shaw</a> &quot; SHAW&quot;</p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: Caregiver (person) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="https://browser.ihtsdotools.org/">SNOMED CT[US]</a>#133932002)</span></p><p><b>member</b>: <a href="RelatedPerson-shaw-niece.html">RelatedPerson/shaw-niece: Sarah van Putten</a> &quot; VAN PUTTEN&quot;</p></blockquote></div>
  </text>
  <status value="active"/>
  <name value="US-Core example CareTeam"/>
  <subject>🔗 
    <reference value="Patient/example"/>
    <display value="Amy V. Shaw"/>
  </subject>
  <participant>
    <role>
      <coding>
        <system value="http://snomed.info/sct"/>
        <version value="http://snomed.info/sct/731000124108"/>
        <code value="17561000"/>
        <display value="Cardiologist"/>
      </coding>
    </role>
    <member>🔗 
      <reference value="Practitioner/practitioner-1"/>
      <display value="Ronald Bone, MD"/>
    </member>
  </participant>
  <participant>
    <role>
      <coding>
        <system value="http://snomed.info/sct"/>
        <version value="http://snomed.info/sct/731000124108"/>
        <code value="453231000124104"/>
        <display value="Primary care provider"/>
      </coding>
    </role>
    <member>🔗 
      <reference value="Practitioner/practitioner-2"/>
      <display value="Kathy Fielding, MD"/>
    </member>
  </participant>
  <participant>
    <role>
      <coding>
        <system value="http://snomed.info/sct"/>
        <version value="http://snomed.info/sct/731000124108"/>
        <code value="116154003"/>
        <display value="Patient (person)"/>
      </coding>
    </role>
    <member>🔗 
      <reference value="Patient/example"/>
      <display value="Amy V. Shaw"/>
    </member>
  </participant>
  <participant>
    <role>
      <coding>
        <system value="http://snomed.info/sct"/>
        <version value="http://snomed.info/sct/731000124108"/>
        <code value="133932002"/>
        <display value="Caregiver (person)"/>
      </coding>
    </role>
    <member>🔗 
      <reference value="RelatedPerson/shaw-niece"/>
      <display value="Sarah van Putten"/>
    </member>
  </participant>
</CareTeam>