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

SMART App Launch - Local Development build (v2.2.0-preview). 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\">Placeholder</div>"
  },
  "url" : "http://hl7.org/fhir/smart-app-launch/CodeSystem/patient-access-category",
  "version" : "2.2.0-preview",
  "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 WG",
  "contact" : [
    {
      "name" : "HL7 International - FHIR Infrastructure WG",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://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" : 6,
  "concept" : [
    {
      "code" : "clinical",
      "display" : "Clinical Care provider"
    },
    {
      "code" : "insurer",
      "display" : "Health insurance provider"
    },
    {
      "code" : "lab",
      "display" : "Laboratory"
    },
    {
      "code" : "pharmacy",
      "display" : "Pharmacy"
    },
    {
      "code" : "network",
      "display" : "Network access provider such as a TEFCA QHIN"
    },
    {
      "code" : "aggregator",
      "display" : "Aggregator of healthcare data offering individual access"
    }
  ]
}