Argonaut Data Query Implementation Guide Version 1.0.0

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

Argonaut Extension Codes


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="argo-codesystem"/>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <url value="http://fhir.org/guides/argonaut/ValueSet/argo-codesystem"/>
  <name value="Argonaut Extension Codes"/>
  <status value="draft"/>
  <publisher value="Argonaut Project"/>
  <contact>
    <telecom>
      <system value="other"/>
      <value value="http://argonautwiki.hl7.org"/>
    </telecom>
  </contact>
  <date value="2016-10-18"/>
  <description
               value="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
                value="Codes that are needed for implementation of the Argonaut Project Igs"/>
  <codeSystem>
    <system value="http://argonaut.hl7.org"/>
    <version value="1"/>
    <concept>
      <code value="problem"/>
      <display value="Problem"/>
      <definition
                  value="The patients problems as identified by the provider(s). Items on the provider’s problem list"/>
    </concept>
    <concept>
      <code value="health-concern"/>
      <display value="Health Concern"/>
      <definition
                  value="Additional health concerns from other stakeholders which are outside the provider’s problem list."/>
    </concept>
    <concept>
      <code value="careteam"/>
      <display value="Care Team"/>
      <definition
                  value="Careplan for identifying all the people and /or organizations who plan to participate in the coordination of delivery of care."/>
    </concept>
    <concept>
      <code value="assess-plan"/>
      <display value="Assessment and Plan of Treatment"/>
      <definition
                  value="The clinical conclusions and assumptions that guide the patient&#39;s treatment and the clinical activities formulated for a patient."/>
    </concept>
  </codeSystem>
</ValueSet>