{
  "resourceType" : "Group",
  "id" : "BehavioralHealthGroupAtBurrClinic",
  "meta" : {
    "lastUpdated" : "2020-07-07T13:26:22.0314215+00:00",
    "profile" : ["http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-Group"]
  },
  "language" : "en",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Group BehavioralHealthGroupAtBurrClinic</b></p><a name=\"BehavioralHealthGroupAtBurrClinic\"> </a><a name=\"hcBehavioralHealthGroupAtBurrClinic\"> </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: 2020-07-07 13:26:22+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ndh-Group.html\">NDH Group</a></p></div><p><b>Service Offered for a Group</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/ndh-healthcare-service-category behav}\">Behavioral Health</span></p><p><b>NDH Location Reference</b>: <a href=\"Location-HospLoc1.html\">Location Hartford Hospital Location 1</a></p><p><b>NDH Endpoint Reference</b>: <a href=\"Endpoint-CoordinationOfCareEndpoint.html\">Endpoint Endpoint for Coordination of Care</a></p><p><b>Artifact Description</b>: </p><div><p>This is a group of practitioners that provide behavioral health services to patients at the Burr Clinic.</p>\n</div><p><b>Artifact Effective Period</b>: 2020-01-01 --&gt; 2025-12-31</p><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://loinc.org LA27978-8}\">Condition-focused care team</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>"
  },
  "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"
    }
  }],
  "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
  }]
}