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

{title?}

{
  "resourceType" : "CarePlan",
  "id" : "colonoscopy",
  "meta" : {
    "profile" : [
      "http://fhir.org/guides/argonaut/StructureDefinition/argo-careplan"
    ]
  },
  "text" : {
    "status" : "additional",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
			<strong>Assessment</strong>
			<ol>
				<li>Recurrent GI bleed of unknown etiology; hypotension perhaps secondary to this but as likely secondary to polypharmacy.</li>
				<li>Acute on chronic anemia secondary to #1.</li>
				<li>Azotemia, acute renal failure with volume loss secondary to #1.</li>
				<li>Hyperkalemia secondary to #3 and on ACE and K+ supplement.</li>
				<li>Other chronic diagnoses as noted above, currently stable.</li>
			</ol>
			<table>
				<thead>
					<tr>
						<th>Planned Activity</th>
						<th>Planned Date</th>
					</tr>
				</thead>
				<tbody>
					<tr>
						<td>Colonoscopy</td>
						<td>April 21, 2000</td>
					</tr>
				</tbody>
			</table>
		</div>"
  },
  "subject" : {
    "reference" : "Patient/peter-chalmers",
    "display" : "Peter Chalmers"
  },
  "status" : "active",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://argonaut.hl7.org",
          "code" : "assess-plan"
        }
      ]
    }
  ]
}