This page is part of the US Core (v5.0.1: STU5) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
{
"resourceType" : "CarePlan",
"id" : "colonoscopy",
"meta" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString" : "Colonoscopy Example"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown" : "This is a colonoscopy example for the *US Core CarePlan Profile*."
}
],
"profile" : [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-careplan"
]
},
"text" : {
"status" : "additional",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n			<strong>Assessment</strong>\n			<ol>\n				<li>Recurrent GI bleed of unknown etiology; hypotension perhaps secondary to this but as likely secondary to polypharmacy.</li>\n				<li>Acute on chronic anemia secondary to #1.</li>\n				<li>Azotemia, acute renal failure with volume loss secondary to #1.</li>\n				<li>Hyperkalemia secondary to #3 and on ACE and K+ supplement.</li>\n				<li>Other chronic diagnoses as noted above, currently stable.</li>\n			</ol>\n			<table>\n				<thead>\n					<tr>\n						<th>Planned Activity</th>\n						<th>Planned Date</th>\n					</tr>\n				</thead>\n				<tbody>\n					<tr>\n						<td>Colonoscopy</td>\n						<td>April 21, 2000</td>\n					</tr>\n				</tbody>\n			</table>\n		</div>"
},
"status" : "active",
"intent" : "order",
"category" : [
{
"coding" : [
{
"system" : "http://hl7.org/fhir/us/core/CodeSystem/careplan-category",
"code" : "assess-plan"
}
]
}
],
"subject" : {
"reference" : "Patient/example",
"display" : "Amy Shaw"
}
}