This page is part of the Argonaut Data Query Implementation Guide (v1.0.0: Release) based on FHIR R2. This is the current published version. For a full list of available versions, see the Directory of published versions 
{
"resourceType" : "ValueSet",
"id" : "argo-codesystem",
"text" : {
"status" : "generated",
"div" : "<div xmlns="http://www.w3.org/1999/xhtml">
<p>Argonaut Extension Codes</p>
<table border="1" cellpadding="5" cellspacing="0">
<tr>
<th>Code</th>
<th>Code System</th>
<th>Display Term</th>
<th>Description</th>
</tr>
<tr>
<td>problem</td>
<td>http://argonaut.hl7.org</td>
<td>Problem</td>
<td>The patients problems as identified by the provider(s). Items on the provider’s problem list</td>
</tr>
<tr>
<td>health-concern</td>
<td>http://argonaut.hl7.org</td>
<td>Health Concern</td>
<td>Additional health concerns from other stakeholders which are outside the provider’s problem list.</td>
</tr>
<tr>
<td>careteam</td>
<td>http://argonaut.hl7.org</td>
<td>Care Team</td>
<td>Careplan for identifying all the people and /or organizations who plan to participate in the coordination of delivery of care.</td>
</tr>
<tr>
<td>assess-plan</td>
<td>http://argonaut.hl7.org</td>
<td>Assessment and Plan of Treatment</td>
<td>The clinical conclusions and assumptions that guide the patient's treatment and the clinical activities formulated for a patient.</td>
</tr>
</table>
</div>"
},
"url" : "http://fhir.org/guides/argonaut/ValueSet/argo-codesystem",
"name" : "Argonaut Extension Codes",
"status" : "draft",
"publisher" : "Argonaut Project",
"contact" : [
{
"telecom" : [
{
"system" : "other",
"value" : "http://argonautwiki.hl7.org"
}
]
}
],
"date" : "2016-10-18",
"description" : "Set of codes that are needed for implementation of the Argonaut Project IGs. These codes are used as extensions to the FHIR and DAF value sets.",
"requirements" : "Codes that are needed for implementation of the Argonaut Project Igs",
"codeSystem" : {
"system" : "http://argonaut.hl7.org",
"version" : "1",
"concept" : [
{
"code" : "problem",
"display" : "Problem",
"definition" : "The patients problems as identified by the provider(s). Items on the provider’s problem list"
},
{
"code" : "health-concern",
"display" : "Health Concern",
"definition" : "Additional health concerns from other stakeholders which are outside the provider’s problem list."
},
{
"code" : "careteam",
"display" : "Care Team",
"definition" : "Careplan for identifying all the people and /or organizations who plan to participate in the coordination of delivery of care."
},
{
"code" : "assess-plan",
"display" : "Assessment and Plan of Treatment",
"definition" : "The clinical conclusions and assumptions that guide the patient's treatment and the clinical activities formulated for a patient."
}
]
}
}