STU 2 Ballot

This page is part of the Data Access Framework (v1.6.0: STU 2 Ballot 1) based on FHIR v1.6.0. . For a full list of available versions, see the Directory of published versions

DAF-Core CareTeam XML Example: example

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 <span style="background: LightGoldenRodYellow ">(Details : {http://hl7.org/fhir/us/daf/CodeSystem/daf-careteam-status code 'null' = '??', given as 'Active'})</span></p><p><b>name</b>: DAF-Core exampe CareTeam</p><p><b>subject</b>: <a href="Patient/example">Patient/example</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' = '??', given as 'Allopathic &amp;amp; Osteopathic Physicians:Internal Medicine:Cardiovascular Disease'})</span></p><p><b>member</b>: <a href="Practitioner/example">Kurtis Giles, MD</a></p></blockquote><blockquote><p><b>participant</b></p><p><b>role</b>: Behavioral Health &amp;amp; Social Service Providers:Psychologist <span style="background: LightGoldenRodYellow ">(Details : {http://nucc.org/provider-taxonomy code '103T00000X' = '??', given as 'Behavioral Health &amp;amp; Social Service Providers:Psychologist'})</span></p><p><b>member</b>: <a href="Practitioner/example2">Kathy Fielding, MD</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">Daniel A Johnson</a></p></blockquote></div>
  </text>
  <status>
    <coding>
      <system value="http://hl7.org/fhir/us/daf/CodeSystem/daf-careteam-status"/>
      <code/>
      <display value="Active"/>
    </coding>
  </status>
  <name value="DAF-Core exampe CareTeam"/>
  <subject>
    <reference value="Patient/example"/>
  </subject>
  <participant>
    <role>
      <coding>
        <system value="http://nucc.org/provider-taxonomy"/>
        <code value="207RC0000X"/>
        <display
                 value="Allopathic &amp; Osteopathic Physicians:Internal Medicine:Cardiovascular Disease"/>
      </coding>
    </role>
    <member>
      <reference value="Practitioner/example"/>
      <display value="Kurtis Giles, MD"/>
    </member>
  </participant>
  <participant>
    <role>
      <coding>
        <system value="http://nucc.org/provider-taxonomy"/>
        <code value="103T00000X"/>
        <display
                 value="Behavioral Health &amp; Social Service Providers:Psychologist"/>
      </coding>
    </role>
    <member>
      <reference value="Practitioner/example2"/>
      <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="Daniel A Johnson"/>
    </member>
  </participant>
</CareTeam>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.