Open Health Hub FHIR Implementation Guide
0.1.0 - v0.1.0

Open Health Hub FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: OHH CareTeam Category - JSON Representation

Active as of 2025-12-03

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "care-team-category",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem care-team-category</b></p><a name=\"care-team-category\"> </a><a name=\"hccare-team-category\"> </a><p>This case-insensitive code system <code>https://api.openhealthhub.com/OpenHealthhub/fhir/4/CodeSystem/care-team-category</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">care_providers<a name=\"care-team-category-care_providers\"> </a></td><td>Care Providers</td><td>Healthcare professionals providing care to the patient</td></tr><tr><td style=\"white-space:nowrap\">caregivers<a name=\"care-team-category-caregivers\"> </a></td><td>Caregivers</td><td>Individuals who fill out questionnaires about the patient</td></tr></table></div>"
  },
  "url" : "https://api.openhealthhub.com/OpenHealthhub/fhir/4/CodeSystem/care-team-category",
  "version" : "0.1.0",
  "name" : "CareTeamCategory",
  "title" : "Care Team Category",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-12-03T12:00:57+00:00",
  "publisher" : "Open Health Hub",
  "contact" : [
    {
      "name" : "Open Health Hub",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.openhealthhub.com"
        },
        {
          "system" : "email",
          "value" : "support@openhealthhub.com"
        }
      ]
    }
  ],
  "description" : "CodeSystem for categorizing care teams",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "care_providers",
      "display" : "Care Providers",
      "definition" : "Healthcare professionals providing care to the patient"
    },
    {
      "code" : "caregivers",
      "display" : "Caregivers",
      "definition" : "Individuals who fill out questionnaires about the patient"
    }
  ]
}