FHIR IG analytics| Package | hl7.fhir.us.ndh |
| Resource Type | Group |
| Id | Group-aGroup.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Group aGroup
Last updated: 2026-02-18 13:26:22+0000
Profile: NDH Group
active: true
type: Practitioner
actual: true
code: Behavioral Health
name: Behavioral Health Group
managingEntity: Organization Burr Clinic
member
entity: Practitioner Joe Smith, MD
period: 2020-01-01 --> 2025-12-31
inactive: false
member
entity: Practitioner Hans Solo, MD
period: 2020-01-01 --> 2025-12-31
inactive: false
{
"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": "<!-- snip (see above) -->"
},
"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
}
]
}