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" : "1.1.0",
"name" : "HealthCardTypeCodeSystem",
"title" : "Health Card Type Code System",
"status" : "active",
"date" : "2023-02-03T11:23:31+00:00",
"publisher" : "VCI",
"contact" : [
{
"name" : "VCI",
"telecom" : [
{
"system" : "url",
"value" : "https://vci.org"
}
]
}
],
"description" : "A code system defining various credential types for SMART Health Cards",
"caseSensitive" : false,
"content" : "complete",
"count" : 5,
"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" : "A Health Card designed to convey COVID-19 details"
},
{
"code" : "monkeypox",
"display" : "A Health Card designed to convey monkeypox details"
},
{
"code" : "immunization",
"display" : "A Health Card designed to convey immunization details"
},
{
"code" : "laboratory",
"display" : "A Health Card designed to convey laboratory results"
}
]
}