MediRecords FHIR Implementation Guide
1.3.0 - release


: MediRecords Healthcare Organisation Role Type - JSON Representation

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "mr-healthcare-organisation-role-type",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-organization-type.html\"><code>http://terminology.hl7.org/CodeSystem/organization-type</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-organization-type.html#organization-type-govt\">govt</a></td><td>Government</td><td>A political body, often used when including organization records for government bodies such as a Federal Government, State or Local Government.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-organization-type.html#organization-type-ins\">ins</a></td><td>Insurance Company</td><td>A company that provides insurance to its subscribers that may include healthcare related policies.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-organization-type.html#organization-type-pay\">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></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-organization-type.html#organization-type-prov\">prov</a></td><td>Healthcare provider</td><td>An organization that provides healthcare services.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-organization-type.html#organization-type-bus\">bus</a></td><td>Non-Healthcare Business or Corporation</td><td>An organization that is a registered business or corporation but not identified by other types.</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-organization-type.html#organization-type-other\">other</a></td><td>Other</td><td>Other type of organization not already specified.</td></tr></table></li><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/79993009\">79993009</a></td><td>Government hospital</td></tr><tr><td><a href=\"http://snomed.info/id/310391008\">310391008</a></td><td>Community health centre</td></tr><tr><td><a href=\"http://snomed.info/id/309895006\">309895006</a></td><td>Private hospital</td></tr><tr><td><a href=\"http://snomed.info/id/309950003\">309950003</a></td><td>Pathology department</td></tr><tr><td><a href=\"http://snomed.info/id/34391000087107\">34391000087107</a></td><td>Single-disciplinary professional practice</td></tr><tr><td><a href=\"http://snomed.info/id/282086004\">282086004</a></td><td>Dental surgery premises</td></tr><tr><td><a href=\"http://snomed.info/id/702915002\">702915002</a></td><td>Psychology clinic</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.medirecords.com/ValueSet/mr-healthcare-organisation-role-type",
  "version" : "1.3.0",
  "name" : "MRHealthcareOrganizationRoleTypeValueSet",
  "title" : "MediRecords Healthcare Organisation Role Type",
  "status" : "active",
  "date" : "2023-12-21T01:01:27+00:00",
  "description" : "MediRecords Healthcare Organisation Role Type ValueSet",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/organization-type",
        "concept" : [
          {
            "code" : "govt",
            "display" : "Government"
          },
          {
            "code" : "ins",
            "display" : "Insurance Company"
          },
          {
            "code" : "pay",
            "display" : "Payer"
          },
          {
            "code" : "prov",
            "display" : "Healthcare provider"
          },
          {
            "code" : "bus",
            "display" : "Non-Healthcare Business or Corporation"
          },
          {
            "code" : "other",
            "display" : "Other"
          }
        ]
      },
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "79993009",
            "display" : "Government hospital"
          },
          {
            "code" : "310391008",
            "display" : "Community health centre"
          },
          {
            "code" : "309895006",
            "display" : "Private hospital"
          },
          {
            "code" : "309950003",
            "display" : "Pathology department"
          },
          {
            "code" : "34391000087107",
            "display" : "Single-disciplinary professional practice"
          },
          {
            "code" : "282086004",
            "display" : "Dental surgery premises"
          },
          {
            "code" : "702915002",
            "display" : "Psychology clinic"
          }
        ]
      }
    ]
  }
}