Argonaut Extension Codes
Jump to navigation
Jump to search
Return to Argonaut Implementation Guide Home Page
Argonaut Extension Codes
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.
Argonaut Extension Codes
Code | Code System | Display Term | Description |
---|---|---|---|
problem | http://argonaut.hl7.org | Problem | The patients problems as identified by the provider(s). Items on the provider’s problem list |
health-concern | http://argonaut.hl7.org | Health Concern | Additional health concerns from other stakeholders which are outside the provider’s problem list. |
careteam | http://argonaut.hl7.org | Care Team | Careplan for identifying all the people and /or organizations who plan to participate in the coordination of delivery of care. |
assess-plan | http://argonaut.hl7.org | Assessment and Plan of Treatment | The clinical conclusions and assumptions that guide the patient's treatment and the clinical activities formulated for a patient. |
<?xml version="1.0" encoding="UTF-8"?> <ValueSet xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns="http://hl7.org/fhir"> <id value="argo-extension-codes"/> <text> <status value="generated"/> <xhtml:div> <xhtml:p>Argonaut Extension Codes</xhtml:p> <xhtml:table border="1" cellspacing="0" cellpadding="5"> <xhtml:tr> <xhtml:th>Code</xhtml:th> <xhtml:th>Code System</xhtml:th> <xhtml:th>Display Term</xhtml:th> <xhtml:th>Description</xhtml:th> </xhtml:tr> <xhtml:tr> <xhtml:td>problem</xhtml:td> <xhtml:td>http://argonaut.hl7.org</xhtml:td> <xhtml:td>Problem</xhtml:td> <xhtml:td>The patients problems as identified by the provider(s). Items on the provider’s problem list</xhtml:td> </xhtml:tr> <xhtml:tr> <xhtml:td>health-concern</xhtml:td> <xhtml:td>http://argonaut.hl7.org</xhtml:td> <xhtml:td>Health Concern</xhtml:td> <xhtml:td>Additional health concerns from other stakeholders which are outside the provider’s problem list.</xhtml:td> </xhtml:tr> <xhtml:tr> <xhtml:td>careteam</xhtml:td> <xhtml:td>http://argonaut.hl7.org</xhtml:td> <xhtml:td>Care Team</xhtml:td> <xhtml:td>Careplan for identifying all the people and /or organizations who plan to participate in the coordination of delivery of care.</xhtml:td> </xhtml:tr> <xhtml:tr> <xhtml:td>assess-plan</xhtml:td> <xhtml:td>http://argonaut.hl7.org</xhtml:td> <xhtml:td>Assessment and Plan of Treatment</xhtml:td> <xhtml:td>The clinical conclusions and assumptions that guide the patient's treatment and the clinical activities formulated for a patient.</xhtml:td> </xhtml:tr> </xhtml:table> </xhtml:div> </text> <url value="http://hl7.org/fhir/us/argonaut/ValueSet/extension-codes"/> <name value="Argonaut Extension Codes"/> <status value="draft"/> <date value="2016-05-26"/> <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's treatment and the clinical activities formulated for a patient."/> </concept> </codeSystem> </ValueSet>