Vaccination CDS Implementation Guide
0.1.0 - ci-build
Vaccination CDS Implementation Guide, published by Euvabeco. 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/EUVABECO/VCDS/ and changes regularly. See the Directory of published versions
Active as of 2024-10-25 |
{
"resourceType" : "ValueSet",
"id" : "HealthProfession",
"meta" : {
"profile" : [
🔗 "https://euvabeco.net/vcds-ig/StructureDefinition/ValueSet"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet HealthProfession</b></p><a name=\"HealthProfession\"> </a><a name=\"hcHealthProfession\"> </a><a name=\"HealthProfession-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/159738005\">159738005</a></td><td>Ambulance driver</td></tr><tr><td><a href=\"http://snomed.info/id/106292003\">106292003</a></td><td>Nurse</td></tr><tr><td><a href=\"http://snomed.info/id/304292004\">304292004</a></td><td>Surgeon</td></tr><tr><td><a href=\"http://snomed.info/id/46255001\">46255001</a></td><td>Pharmacist</td></tr></table></li></ul></div>"
},
"url" : "https://euvabeco.net/vcds-ig/ValueSet/HealthProfession",
"version" : "0.1.0",
"name" : "HealthProfessions",
"title" : "Health professions",
"status" : "active",
"experimental" : false,
"date" : "2024-10-25T15:43:37+00:00",
"publisher" : "Euvabeco",
"contact" : [
{
"name" : "Euvabeco",
"telecom" : [
{
"system" : "url",
"value" : "https://euvabeco.eu"
}
]
}
],
"description" : "Immunization relevant health professions",
"purpose" : "This value set is a selection of relevant health professions for immunization,\ncomplemented with VCDS specific help messages that will be displayed when\npresenting the questionnaire.",
"compose" : {
"include" : [
{
"system" : "http://snomed.info/sct",
"concept" : [
{
"code" : "159738005",
"display" : "Ambulance driver"
},
{
"extension" : [
{
"url" : "https://euvabeco.net/vcds-ig/StructureDefinition/ValueHelper",
"valueString" : "Nurses are in frequent contact with vulnerable patients and should be protected accordingly."
}
],
"code" : "106292003",
"display" : "Nurse"
},
{
"code" : "304292004",
"display" : "Surgeon"
},
{
"code" : "46255001",
"display" : "Pharmacist"
}
]
}
]
}
}