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

@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<ValueSet/argo-codesystem> a fhir:ValueSet;
  fhir:nodeRole fhir:treeRoot;
  fhir:ValueSet.id [ fhir:value "argo-codesystem"];
  fhir:ValueSet.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      \n			<p>Argonaut Extension Codes</p>\n			<table border=\"1\" cellpadding=\"5\" cellspacing=\"0\">\n				<tr>\n					<th>Code</th>\n					<th>Code System</th>\n					<th>Display Term</th>\n					<th>Description</th>\n				</tr>\n				<tr>\n					<td>problem</td>\n					<td>http://argonaut.hl7.org</td>\n					<td>Problem</td>\n					<td>The patients problems as identified by the provider(s). Items on the provider’s problem list</td>\n				</tr>\n				<tr>\n					<td>health-concern</td>\n					<td>http://argonaut.hl7.org</td>\n					<td>Health Concern</td>\n					<td>Additional health concerns from other stakeholders which are outside the provider’s problem list.</td>\n				</tr>\n				<tr>\n					<td>careteam</td>\n					<td>http://argonaut.hl7.org</td>\n					<td>Care Team</td>\n					<td>Careplan for identifying all the people and /or organizations who plan to participate in the coordination of delivery of care.</td>\n				</tr>\n				<tr>\n					<td>assess-plan</td>\n					<td>http://argonaut.hl7.org</td>\n					<td>Assessment and Plan of Treatment</td>\n					<td>The clinical conclusions and assumptions that guide the patient's treatment and the clinical activities formulated for a patient.</td>\n				</tr>\n			</table>\n		</div>"
  ];
  fhir:ValueSet.url [ fhir:value "http://fhir.org/guides/argonaut/ValueSet/argo-codesystem"];
  fhir:ValueSet.name [ fhir:value "Argonaut Extension Codes"];
  fhir:ValueSet.status [ fhir:value "draft"];
  fhir:ValueSet.publisher [ fhir:value "Argonaut Project"];
  fhir:ValueSet.contact [
     fhir:index 0;
     fhir:ValueSet.contact.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "other" ];
       fhir:ContactPoint.value [ fhir:value "http://argonautwiki.hl7.org" ]     ]
  ];
  fhir:ValueSet.date [ fhir:value "2016-10-18"^^xsd:date];
  fhir:ValueSet.description [ fhir: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."];
  fhir:ValueSet.requirements [ fhir:value "Codes that are needed for implementation of the Argonaut Project Igs"];
  fhir:ValueSet.codeSystem [
     fhir:ValueSet.codeSystem.system [ fhir:value "http://argonaut.hl7.org" ];
     fhir:ValueSet.codeSystem.version [ fhir:value "1" ];
     fhir:ValueSet.codeSystem.concept [
       fhir:index 0;
       fhir:ValueSet.codeSystem.concept.code [ fhir:value "problem" ];
       fhir:ValueSet.codeSystem.concept.display [ fhir:value "Problem" ];
       fhir:ValueSet.codeSystem.concept.definition [ fhir:value "The patients problems as identified by the provider(s). Items on the provider’s problem list" ]     ], [
       fhir:index 1;
       fhir:ValueSet.codeSystem.concept.code [ fhir:value "health-concern" ];
       fhir:ValueSet.codeSystem.concept.display [ fhir:value "Health Concern" ];
       fhir:ValueSet.codeSystem.concept.definition [ fhir:value "Additional health concerns from other stakeholders which are outside the provider’s problem list." ]     ], [
       fhir:index 2;
       fhir:ValueSet.codeSystem.concept.code [ fhir:value "careteam" ];
       fhir:ValueSet.codeSystem.concept.display [ fhir:value "Care Team" ];
       fhir:ValueSet.codeSystem.concept.definition [ fhir:value "Careplan for identifying all the people and /or organizations who plan to participate in the coordination of delivery of care." ]     ], [
       fhir:index 3;
       fhir:ValueSet.codeSystem.concept.code [ fhir:value "assess-plan" ];
       fhir:ValueSet.codeSystem.concept.display [ fhir:value "Assessment and Plan of Treatment" ];
       fhir:ValueSet.codeSystem.concept.definition [ fhir:value "The clinical conclusions and assumptions that guide the patient's treatment and the clinical activities formulated for a patient." ]     ]
  ].