LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions
: Engagement Conversation Type Codes - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "eng-conversation-type",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/eng-conversation-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">appointment-reminder<a name=\"eng-conversation-type-appointment-reminder\"> </a></td><td>Reminders for upcoming appointments</td></tr><tr><td style=\"white-space:nowrap\">gap-in-care<a name=\"eng-conversation-type-gap-in-care\"> </a></td><td>Health reminders associated with a gap in care</td></tr></table></div>"
},
"url" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/eng-conversation-type",
"version" : "8.0.0",
"name" : "EngagementConversationTypeCodeSystem",
"title" : "Engagement Conversation Type Codes",
"status" : "active",
"date" : "2022-11-10T16:00:46+00:00",
"publisher" : "LinuxForHealth Team",
"description" : "Codes indicating conversation types for Engagement communications",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 2,
"concept" : [
{
"code" : "appointment-reminder",
"display" : "Reminders for upcoming appointments"
},
{
"code" : "gap-in-care",
"display" : "Health reminders associated with a gap in care"
}
]
}