Healthcare Financial Services IG Edition 1
0.3.0 - STU-Ballot Saudi Arabia flag

Healthcare Financial Services IG Edition 1 - Local Development build (v0.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Organization Type - JSON Representation

Active as of 2025-07-30

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "organization-type",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2024-08-15T13:41:39.626+03:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem organization-type</b></p><a name=\"organization-type\"> </a><a name=\"hcorganization-type\"> </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\">version: 2; Last updated: 2024-08-15 13:41:39+0300</p></div><p>This case-sensitive code system <code>http://nphies.sa/terminology/CodeSystem/organization-type</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><td><b>Arabic (ar)</b></td></tr><tr><td style=\"white-space:nowrap\">dept<a name=\"organization-type-dept\"> </a></td><td>Hospital Department</td><td>A department or ward within a hospital (Generally is not applicable to top level organizations)</td><td>قسم تابع لمستشفى</td></tr><tr><td style=\"white-space:nowrap\">prov<a name=\"organization-type-prov\"> </a></td><td>Healthcare Provider</td><td>An organization that provides healthcare services.</td><td>مقدم رعاية صحية</td></tr><tr><td style=\"white-space:nowrap\">pay<a name=\"organization-type-pay\"> </a></td><td>Payer</td><td>A company, charity, or governmental organization, which processes claims and/or issues payments to providers on behalf of patients or groups of patients.</td><td>الجهة الدافعة</td></tr><tr><td style=\"white-space:nowrap\">ins<a name=\"organization-type-ins\"> </a></td><td>Insurance Company</td><td>A company that provides insurance to its subscribers that may include healthcare related policies.</td><td>شركة تأمين</td></tr><tr><td style=\"white-space:nowrap\">other<a name=\"organization-type-other\"> </a></td><td>Other</td><td>Other type of organization not already specified.</td><td>أخرى</td></tr></table></div>"
  },
  "url" : "http://nphies.sa/terminology/CodeSystem/organization-type",
  "version" : "0.3.0",
  "name" : "OrganizationType",
  "title" : "Organization Type",
  "status" : "active",
  "experimental" : false,
  "date" : "2025-07-30T12:41:32+03:00",
  "publisher" : "HL7 Saudi Arabia",
  "contact" : [
    {
      "name" : "HL7 Saudi Arabia",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://test-project.org/test-publisher"
        }
      ]
    }
  ],
  "description" : "This code set defines a set of codes that can be used to indicate a type of organization.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "SA",
          "display" : "Saudi Arabia"
        }
      ]
    }
  ],
  "copyright" : "nphies 2020+ (https://nphies.sa)",
  "caseSensitive" : true,
  "compositional" : false,
  "versionNeeded" : false,
  "content" : "complete",
  "concept" : [
    {
      "code" : "dept",
      "display" : "Hospital Department",
      "definition" : "A department or ward within a hospital (Generally is not applicable to top level organizations)",
      "designation" : [
        {
          "language" : "ar",
          "value" : "قسم تابع لمستشفى"
        }
      ]
    },
    {
      "code" : "prov",
      "display" : "Healthcare Provider",
      "definition" : "An organization that provides healthcare services.",
      "designation" : [
        {
          "language" : "ar",
          "value" : "مقدم رعاية صحية"
        }
      ]
    },
    {
      "code" : "pay",
      "display" : "Payer",
      "definition" : "A company, charity, or governmental organization, which processes claims and/or issues payments to providers on behalf of patients or groups of patients.",
      "designation" : [
        {
          "language" : "ar",
          "value" : "الجهة الدافعة"
        }
      ]
    },
    {
      "code" : "ins",
      "display" : "Insurance Company",
      "definition" : "A company that provides insurance to its subscribers that may include healthcare related policies.",
      "designation" : [
        {
          "language" : "ar",
          "value" : "شركة تأمين"
        }
      ]
    },
    {
      "code" : "other",
      "display" : "Other",
      "definition" : "Other type of organization not already specified.",
      "designation" : [
        {
          "language" : "ar",
          "value" : "أخرى"
        }
      ]
    }
  ]
}