SMART Health Cards: Terminology
0.1.0 - ci-build

SMART Health Cards: Terminology, published by VCI. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/dvci/shc-terminology/ and changes regularly. See the Directory of published versions

: Health Card Type Code System - JSON Representation

Draft as of 2024-11-22

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "health-card",
  "url" : "https://smarthealth.cards#",
  "version" : "2.0.0",
  "name" : "HealthCardTypeCodeSystem",
  "title" : "Health Card Type Code System",
  "status" : "draft",
  "date" : "2024-11-22T10:58:52+00:00",
  "publisher" : "VCI",
  "contact" : [
    {
      "name" : "VCI",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://vci.org"
        }
      ]
    }
  ],
  "description" : "A code system to identify a SMART Health Card. Previously this code system was used to differentiate between different types of SMART Health Cards, but this has been deprecated. See [the SMART Health Cards spec](http://spec.smarthealth.cards/#healthwalletissuevc-operation) for details.",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "health-card",
      "display" : "A VC designed to convey a \"Health Card\" (i.e., clinical data bound to a subject's identity)"
    },
    {
      "code" : "covid19",
      "display" : "[DEPRECATED] A Health Card designed to convey COVID-19 details"
    },
    {
      "code" : "immunization",
      "display" : "[DEPRECATED] A Health Card designed to convey immunization details"
    },
    {
      "code" : "laboratory",
      "display" : "[DEPRECATED] A Health Card designed to convey laboratory results"
    }
  ]
}