SMART App Launch
2.2.0-ballot - CI-Build International flag

This page is part of the Smart App Launch Implementation Guide (v2.2.0-ballot: STU 2.2 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions

: Patient Access Category Code System - JSON Representation

Active as of 2023-03-05

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "patient-access-category",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/smart-app-launch/CodeSystem/patient-access-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></tr><tr><td style=\"white-space:nowrap\">clinical<a name=\"patient-access-category-clinical\"> </a></td><td>Clinical</td></tr><tr><td style=\"white-space:nowrap\">insurance<a name=\"patient-access-category-insurance\"> </a></td><td>Insurance</td></tr><tr><td style=\"white-space:nowrap\">laboratory<a name=\"patient-access-category-laboratory\"> </a></td><td>Laboratory</td></tr><tr><td style=\"white-space:nowrap\">imaging<a name=\"patient-access-category-imaging\"> </a></td><td>Imaging</td></tr><tr><td style=\"white-space:nowrap\">pharmacy<a name=\"patient-access-category-pharmacy\"> </a></td><td>Pharmacy</td></tr><tr><td style=\"white-space:nowrap\">network<a name=\"patient-access-category-network\"> </a></td><td>Network access</td></tr><tr><td style=\"white-space:nowrap\">aggregator<a name=\"patient-access-category-aggregator\"> </a></td><td>Aggregator</td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "fhir"
    }
  ],
  "url" : "http://hl7.org/fhir/smart-app-launch/CodeSystem/patient-access-category",
  "version" : "2.2.0-ballot",
  "name" : "PatientAccessCategoryCodeSystem",
  "title" : "Patient Access Category Code System",
  "status" : "active",
  "experimental" : false,
  "date" : "2023-03-05T22:40:04-08:00",
  "publisher" : "HL7 International / FHIR Infrastructure",
  "contact" : [
    {
      "name" : "HL7 International / FHIR Infrastructure",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/fiwg"
        },
        {
          "system" : "email",
          "value" : "fhir@lists.HL7.org"
        }
      ]
    }
  ],
  "description" : "Categorizes a PatientAccessBrand into high-level taxonomy",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 7,
  "concept" : [
    {
      "code" : "clinical",
      "display" : "Clinical"
    },
    {
      "code" : "insurance",
      "display" : "Insurance"
    },
    {
      "code" : "laboratory",
      "display" : "Laboratory"
    },
    {
      "code" : "imaging",
      "display" : "Imaging"
    },
    {
      "code" : "pharmacy",
      "display" : "Pharmacy"
    },
    {
      "code" : "network",
      "display" : "Network access"
    },
    {
      "code" : "aggregator",
      "display" : "Aggregator"
    }
  ]
}