0.1.0 - ci-build

collabreefhirdocumentation - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Collabree Organization Type Code System - JSON Representation

Draft as of 2025-11-04

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "collabree-organization-type-cs",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem collabree-organization-type-cs</b></p><a name=\"collabree-organization-type-cs\"> </a><a name=\"hccollabree-organization-type-cs\"> </a><p>This  code system <code>https://fhir.collabree.com/fhir/CodeSystem/collabree-organization-type-cs</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\">root<a name=\"collabree-organization-type-cs-root\"> </a></td><td>Root Organization</td><td>The root organization in the Collabree hierarchy</td></tr><tr><td style=\"white-space:nowrap\">customer<a name=\"collabree-organization-type-cs-customer\"> </a></td><td>Customer Organization</td><td>A customer organization using Collabree services</td></tr></table></div>"
  },
  "url" : "https://fhir.collabree.com/fhir/CodeSystem/collabree-organization-type-cs",
  "version" : "0.1.0",
  "name" : "CollabreeOrganizationTypeCS",
  "title" : "Collabree Organization Type Code System",
  "status" : "draft",
  "date" : "2025-11-04T17:00:46+01:00",
  "publisher" : "Collabree AG",
  "contact" : [
    {
      "name" : "Collabree AG",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.collabree.com"
        }
      ]
    }
  ],
  "description" : "Code system for organization types in the Collabree system.",
  "content" : "complete",
  "count" : 2,
  "concept" : [
    {
      "code" : "root",
      "display" : "Root Organization",
      "definition" : "The root organization in the Collabree hierarchy"
    },
    {
      "code" : "customer",
      "display" : "Customer Organization",
      "definition" : "A customer organization using Collabree services"
    }
  ]
}