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

FHIR IG analytics

Packagehl7.fhir.us.ndh
Resource TypeGroup
IdGroup-BehavioralHealthGroupAtBurrClinic.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 BehavioralHealthGroupAtBurrClinic

Last updated: 2020-07-07 13:26:22+0000

Profile: NDH Group

Service Offered for a Group: Behavioral Health

NDH Location Reference: Location Hartford Hospital Location 1

NDH Endpoint Reference: Endpoint Endpoint for Coordination of Care

Artifact Description:

This is a group of practitioners that provide behavioral health services to patients at the Burr Clinic.

Artifact Effective Period: 2020-01-01 --> 2025-12-31

NDH Verification Status: Complete

active: true

type: Practitioner

actual: true

code: Condition-focused care team

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": "BehavioralHealthGroupAtBurrClinic",
  "meta": {
    "lastUpdated": "2020-07-07T13:26:22.0314215+00:00",
    "profile": [
      "http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Group"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-service-offered",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/ndh-healthcare-service-category",
            "code": "behav"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-location-reference",
      "valueReference": {
        "reference": "Location/HospLoc1"
      }
    },
    {
      "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-endpoint-reference",
      "valueReference": {
        "reference": "Endpoint/CoordinationOfCareEndpoint"
      }
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/artifact-description",
      "valueMarkdown": "This is a group of practitioners that provide behavioral health services to patients at the Burr Clinic."
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/artifact-effectivePeriod",
      "valuePeriod": {
        "start": "2020-01-01",
        "end": "2025-12-31"
      }
    },
    {
      "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-verification-status",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/ndh/CodeSystem/NdhVerificationStatusCS",
            "code": "complete",
            "display": "Complete"
          }
        ]
      }
    }
  ],
  "active": true,
  "type": "practitioner",
  "actual": true,
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "LA27978-8",
        "display": "Condition-focused care team"
      }
    ]
  },
  "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
    }
  ]
}