LinuxForHealth FHIR Implementation Guide - Local Development build (v8.0.0). See the Directory of published versions
: Encounter Class Codes - JSON Representation
Raw json | Download
{
"resourceType" : "CodeSystem",
"id" : "encounter-class",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://linuxforhealth.org/fhir/cdm/CodeSystem/encounter-class</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">OTHER<a name=\"encounter-class-OTHER\"> </a></td><td>other</td><td>Class of the encounter does not fit other classifications</td></tr><tr><td style=\"white-space:nowrap\">UNKNOWN<a name=\"encounter-class-UNKNOWN\"> </a></td><td>unknown</td><td>Class of the encounter is unknown or unspecified</td></tr></table></div>"
},
"url" : "http://linuxforhealth.org/fhir/cdm/CodeSystem/encounter-class",
"version" : "8.0.0",
"name" : "EncounterClassCodeSystem",
"title" : "Encounter Class Codes",
"status" : "active",
"date" : "2022-11-10T16:00:46+00:00",
"publisher" : "LinuxForHealth Team",
"description" : "Extended class codes for encounters",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "US"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"count" : 2,
"concept" : [
{
"code" : "OTHER",
"display" : "other",
"definition" : "Class of the encounter does not fit other classifications"
},
{
"code" : "UNKNOWN",
"display" : "unknown",
"definition" : "Class of the encounter is unknown or unspecified"
}
]
}