CarePlan |
Top Previous Next |
Describes the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions. Response Description Sample Response { "resourceType": "CarePlan", "id": "DEV-DEV-11913-628", "meta": { "lastUpdated": "2017-08-10T12:00:00-04:00", "profile": [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-careplan" ] }, "text": { "status": "generated", "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table><tbody><tr><td>Patient:</td><td>Cole Andersonian (DEV-DEV-11913)</td></tr><tr><td>Encounter:</td><td>DEV-DEV-11913-0014797</td></tr><tr><td></td></tr><tr><td>Description:</td><td>Plan of Treatment</td></tr><tr><td>Narrative:</td><td>Get an EKG done on 06/23/2015.</td></tr></tbody></table></div>" }, "status": "unknown", "intent": "plan", "category": [ { "coding": [ { "system": "http://hl7.org/fhir/us/core/CodeSystem/careplan-category", "code": "assess-plan", "display": "Assessment and Plan of Treatment" } ] } ], "title": "Plan of Treatment", "description": "Get an EKG done on 06/23/2015.", "encounter": { "reference": "Encounter/DEV-DEV-11913-0014797", "display": "11/07/2022 at 9:30 am, MRI L/Knee with provider 117 at location OF1" }, "subject": { "reference": "Patient/DEV-DEV-11913", "display": "Cole Andersonian (DEV-DEV-11913)" } }
CarePlan.id
The logical ID of the resource, as used in the URL for the resource. Once assigned, this value never changes.
CarePlan.meta
Metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.
CarePlan.text
A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative.
CarePlan.text.status
Whether the text was generated or is additional information.
CarePlan.text.div
Limited xhtml content
CarePlan.status
Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record.
CarePlan.intent
Indicates the level of authority/intentionality associated with the care plan and where the care plan fits into the workflow chain.
CarePlan.category:AssessPlan
Type of plan.
CarePlan.category.coding.system
Identifier of the terminology system.
CarePlan.category.coding.code
Identifies portions of the patient's record that specifically influenced the formation of the plan. These might include comorbidities, recent procedures, limitations, recent assessments, etc.
CarePlan.title
Human-friendly name for the care plan.
CarePlan.description
A description of the care plan.
CarePlan.encounter
The reference to the encounter during which this CarePlan was created or to which the creation of this record is tightly associated.
CarePlan.subject
Identifies the patient whose intended care is described by the plan.
Search
URL SyntaxTwo HTTP methods are supported for searching: GET and POST. It is recommended to use HTTP POST. Visit the FHIR Sandbox to try requests.
HTTP GET - searching https://sandbox.pai.healthcare/preview/fhir/CarePlan?{query string}
HTTP GET - return single record https://sandbox.pai.healthcare/preview/fhir/CarePlan/{resource id}
HTTP POST - searching https://sandbox.pai.healthcare/preview/fhir/CarePlan/_search •Set the Content-Type header to application/x-www-urlencoded •The body of the request is a similar query string used in the GET type of request detailed above.
Error HandlingIf no records are returned or invalid search parameters are provided, then an HTTP 400 Bad Request is returned. The body of the response will be an OperationOutcome.
Supported Search Parameters
_id
patient
patient + category
patient + category + _revInclude:Provenance:target
encounter
|