HL7 FHIR® US Core Implementation Guide STU 3

This page is part of the US Core (v3.0.0: STU3) 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

XML Format: CareTeam-example

Download Raw xml


<CareTeam xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <meta>
    <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 with Details</b></p><p><b>id</b>: example</p><p><b>meta</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: id: example; Medical Record Number = 1032702 (USUAL); active; Amy V. Shaw ; ph: 555-555-5555(HOME), amy.shaw@example.com; gender: female; birthDate: Feb 20, 2007</a></p><blockquote><p><b>participant</b></p><p><b>role</b>: Allopathic &amp;amp; Osteopathic Physicians:Internal Medicine:Cardiovascular Disease <span style="background: LightGoldenRodYellow">(Details : {http://nucc.org/provider-taxonomy code '207RC0000X' = 'Cardiovascular Disease', given as 'Allopathic &amp;amp; Osteopathic Physicians:Internal Medicine:Cardiovascular Disease'})</span></p><p><b>member</b>: <a href="Practitioner-practitioner-1.html">Ronald Bone, MD. Generated Summary: id: practitioner-1; 9941339108, 25456; Ronald Bone </a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: Allopathic &amp;amp; Osteopathic Physicians:General Practice <span style="background: LightGoldenRodYellow">(Details : {http://nucc.org/provider-taxonomy code '208D00000X' = 'General Practice', given as 'Allopathic &amp;amp; Osteopathic Physicians:General Practice'})</span></p><p><b>member</b>: <a href="Practitioner-practitioner-2.html">Kathy Fielding, MD. Generated Summary: id: practitioner-2; 1245319599, 456789; Fielding Kathy </a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: Patient (person) <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '116154003' = 'Patient', given as 'Patient (person)'})</span></p><p><b>member</b>: <a href="Patient-example.html">Amy V. Shaw. Generated Summary: id: example; Medical Record Number = 1032702 (USUAL); active; Amy V. Shaw ; ph: 555-555-5555(HOME), amy.shaw@example.com; gender: female; birthDate: Feb 20, 2007</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://nucc.org/provider-taxonomy"/>
        <code value="207RC0000X"/>
        <display
                 value="Allopathic &amp;amp; Osteopathic Physicians:Internal Medicine:Cardiovascular Disease"/>
      </coding>
    </role>
    <member>
      <reference value="Practitioner/practitioner-1"/>
      <display value="Ronald Bone, MD"/>
    </member>
  </participant>
  <participant>
    <role>
      <coding>
        <system value="http://nucc.org/provider-taxonomy"/>
        <code value="208D00000X"/>
        <display
                 value="Allopathic &amp;amp; Osteopathic Physicians:General Practice"/>
      </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>