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

: Designation Use - JSON Representation

Draft as of 2024-11-22

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "designation-use",
  "url" : "https://terminology.smarthealth.cards/CodeSystem/designation-use",
  "version" : "1.0.0",
  "name" : "DesignationUse",
  "title" : "Designation Use",
  "status" : "draft",
  "date" : "2024-11-22T10:58:52+00:00",
  "publisher" : "VCI",
  "contact" : [
    {
      "name" : "VCI",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://vci.org"
        }
      ]
    }
  ],
  "description" : "Code system indicating how a display name should be used in our community-maintained localizations. This is NOT used in SMART Health Cards themselves -- it is just for the community-provided localizations ValueSets for displaying SMART Health Card codes in user interfaces.",
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 1,
  "concept" : [
    {
      "code" : "consumer-friendly",
      "display" : "Consumer friendly",
      "definition" : "Indicates the display name for a term that should be shown to consumers (e.g., to identify a vaccine in a SHC wallet app's user interface)."
    }
  ]
}