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
| Page standards status: Informative |
{
"resourceType" : "Group",
"id" : "aGroup",
"meta" : {
"lastUpdated" : "2026-02-18T13:26:22.0314215+00:00",
"profile" : [
🔗 "http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Group"
]
},
"text" : {
"status" : "generated",
"div" : "<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 --> 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 --> 2025-12-31</p><p><b>inactive</b>: false</p></blockquote></div>"
},
"active" : true,
"type" : "practitioner",
"actual" : true,
"code" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/ndh-healthcare-service-category",
"code" : "behav"
}
]
},
"name" : "Behavioral Health Group",
"managingEntity" : {
🔗 "reference" : "Organization/BurrClinic"
},
"member" : [
{
"entity" : {
🔗 "reference" : "Practitioner/JoeSmith"
},
"period" : {
"start" : "2020-01-01",
"end" : "2025-12-31"
},
"inactive" : false
},
{
"entity" : {
🔗 "reference" : "Practitioner/HansSolo"
},
"period" : {
"start" : "2020-01-01",
"end" : "2025-12-31"
},
"inactive" : false
}
]
}