US Core Implementation Guide
4.0.0 - STU4 Release

This page is part of the US Core (v4.0.0: STU4) based on FHIR R4. The current version which supercedes this version is 5.0.1. For a full list of available versions, see the Directory of published versions

: CareTeam Example - XML Representation

Raw xml | Download



<CareTeam xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <meta>
    <extension url="http://hl7.org/fhir/StructureDefinition/instance-name">
      <valueString value="CareTeam Example"/>
    </extension>
    <extension
               url="http://hl7.org/fhir/StructureDefinition/instance-description">
      <valueMarkdown
                     value="This is a careteam example for the *US Core CareTeam Profile*."/>
    </extension>
    <profile
             value="http://hl7.org/fhir/us/core/StructureDefinition/us-core-careteam"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><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. Generated Summary: Medical Record Number: 1032702 (USUAL); active; Amy V. Shaw , Amy V. Baxter ; Phone: 555-555-5555, amy.shaw@example.com; gender: female; birthDate: 1987-02-20</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. Generated Summary: id: 9941339108, id: 25456; Ronald Bone </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. Generated Summary: id: 1245319599, id: 456789; Fielding Kathy ; Kathy.Fielding@direct.ExampleMedicalPractice.net</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. Generated Summary: Medical Record Number: 1032702 (USUAL); active; Amy V. Shaw , Amy V. Baxter ; Phone: 555-555-5555, amy.shaw@example.com; gender: female; birthDate: 1987-02-20</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"/>
        <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"/>
        <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"/>
        <code value="116154003"/>
        <display value="Patient (person)"/>
      </coding>
    </role>
    <member>
      <reference value="Patient/example"/>
      <display value="Amy V. Shaw"/>
    </member>
  </participant>
</CareTeam>