US Core Implementation Guide
8.0.0-ballot - Ballot 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 8.0.0-ballot 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|8.0.0-ballot"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CareTeam example</b></p><a name="example"> </a><a name="hcexample"> </a><a name="example-en-US"> </a><p><b>status</b>: Active</p><p><b>name</b>: US-Core example CareTeam</p><p><b>subject</b>: <a href="Patient-example.html">Amy V. Shaw</a></p><blockquote><p><b>participant</b></p><p><b>role</b>: <span title="Codes:{http://snomed.info/sct 17561000}">Cardiologist</span></p><p><b>member</b>: <a href="Practitioner-practitioner-1.html">Ronald Bone, MD</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title="Codes:{http://snomed.info/sct 453231000124104}">Primary care provider</span></p><p><b>member</b>: <a href="Practitioner-practitioner-2.html">Kathy Fielding, MD</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title="Codes:{http://snomed.info/sct 116154003}">Patient (person)</span></p><p><b>member</b>: <a href="Patient-example.html">Amy V. Shaw</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: <span title="Codes:{http://snomed.info/sct 133932002}">Caregiver (person)</span></p><p><b>member</b>: <a href="RelatedPerson-shaw-niece.html">Sarah van Putten</a></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>