SMART Health Cards: Terminology - Local Development build (v0.1.0). See the Directory of published versions
: Health Card Type Code System - JSON Representation
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" : "2023-07-06T15:10:39+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"
}
]
}