National Directory of Healthcare Providers & Services (NDH) Implementation Guide
2.0.0-current - ci-build United States of America flag

National Directory of Healthcare Providers & Services (NDH) Implementation Guide, published by HL7 International / Patient Administration. This guide is not an authorized publication; it is the continuous build for version 2.0.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-us-ndh/ and changes regularly. See the Directory of published versions

: aGroup - XML Representation

Page standards status: Informative

Raw xml | Download


<Group xmlns="http://hl7.org/fhir">
  <id value="aGroup"/>
  <meta>
    <lastUpdated value="2026-02-18T13:26:22.0314215+00:00"/>
    <profile
             value="http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Group"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Group aGroup</b></p><a name="aGroup"> </a><a name="hcaGroup"> </a><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">Last updated: 2026-02-18 13:26:22+0000</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-ndh-Group.html">NDH Group</a></p></div><p><b>active</b>: true</p><p><b>type</b>: Practitioner</p><p><b>actual</b>: true</p><p><b>code</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/ndh-healthcare-service-category behav}">Behavioral Health</span></p><p><b>name</b>: Behavioral Health Group</p><p><b>managingEntity</b>: <a href="Organization-BurrClinic.html">Organization Burr Clinic</a></p><blockquote><p><b>member</b></p><p><b>entity</b>: <a href="Practitioner-JoeSmith.html">Practitioner Joe Smith, MD</a></p><p><b>period</b>: 2020-01-01 --&gt; 2025-12-31</p><p><b>inactive</b>: false</p></blockquote><blockquote><p><b>member</b></p><p><b>entity</b>: <a href="Practitioner-HansSolo.html">Practitioner Hans Solo, MD</a></p><p><b>period</b>: 2020-01-01 --&gt; 2025-12-31</p><p><b>inactive</b>: false</p></blockquote></div>
  </text>
  <active value="true"/>
  <type value="practitioner"/>
  <actual value="true"/>
  <code>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/ndh-healthcare-service-category"/>
      <code value="behav"/>
    </coding>
  </code>
  <name value="Behavioral Health Group"/>
  <managingEntity>🔗 
    <reference value="Organization/BurrClinic"/>
  </managingEntity>
  <member>
    <entity>🔗 
      <reference value="Practitioner/JoeSmith"/>
    </entity>
    <period>
      <start value="2020-01-01"/>
      <end value="2025-12-31"/>
    </period>
    <inactive value="false"/>
  </member>
  <member>
    <entity>🔗 
      <reference value="Practitioner/HansSolo"/>
    </entity>
    <period>
      <start value="2020-01-01"/>
      <end value="2025-12-31"/>
    </period>
    <inactive value="false"/>
  </member>
</Group>