FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.ndh
Resource TypeGroup
IdGroup-aGroup.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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


Source1

{
  "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
    }
  ]
}