Overview
Assessment and Plan of Treatment Information addresses:- CarePlan HL7® FHIR® resource with US Core Profile 6.1.0
statusintentcategorywith code “assess-plan”subject(patient)
- a narrative summary of the patient assessment and plan of treatment
Must support elements, mandatory and optional search parameters
CarePlan must support these elements:text(narrative summary)statusdiv
statusintentcategorycategory:AssessPlan
subject
intentcategorycategory:AssessPlan
subject
patient and category search parameters:
GET [base url]/CarePlan?patient={Type/}[id]&category=http://hl7.org/fhir/us/core/CodeSystem/careplan-category|assess-plan
The following search parameter combinations SHOULD be supported:
SHOULD support searching using the combination of the patient and category and date search parameters:
- including support for these date comparators: gt,lt,ge,le
- including optional support for AND search on date (e.g.date=[date]&date=[date]]&…)
GET [base url]/CarePlan?patient={Type/}[id]&category=http://hl7.org/fhir/us/core/CodeSystem/careplan-category|assess-plan&date={gt|lt|ge|le}[date]{&date={gt|lt|ge|le}[date]&...}
SHOULD support searching using the combination of the patient and category and status search parameters:
- including support for OR search on status (e.g.status={system|}[code],{system|}[code],…)
GET [base url]/CarePlan?patient={Type/}[id]&category=http://hl7.org/fhir/us/core/CodeSystem/careplan-category|assess-plan&status={system|}[code]{,{system|}[code],...}
SHOULD support searching using the combination of the patient and category and status and date search parameters:
- including support for OR search on status (e.g.status={system|}[code],{system|}[code],…)
- including support for these date comparators: gt,lt,ge,le
- including optional support for AND search on date (e.g.date=[date]&date=[date]]&…)
GET [base url]/CarePlan?patient={Type/}[id]&category=http://hl7.org/fhir/us/core/CodeSystem/careplan-category|assess-plan&status={system|}[code]{,{system|}[code],...}&date={gt|lt|ge|le}[date]{&date={gt|lt|ge|le}[date]&...}
The response to any search operation is always a list of resources in a Bundle or an Operation Outcome.
CarePlan By Patient and Category
Search for CarePlan using combination of thepatient and category parameters.
METHOD GET
Patient/
[id] - Id for Patient resource
HEADERS
The Authorization token SHALL be obtained during the Authentication and Authorization process. Go to Authentication and Authorization for further details.
RESPONSES
The response to any search operation is always a list of resources in a Bundle or an Operation Outcome.
EXAMPLE:
CarePlan By Patient, Category, and Date
Search for CarePlan using combination of thepatient, category, and date parameters.
METHOD GET
Patient/
[id] - Id for Patient resource
{gt|lt|ge|le} - Date search modifiers. See Search specification for more information.
[date] - Date for the period search
HEADERS
The Authorization token SHALL be obtained during the Authentication and Authorization process. Go to Authentication and Authorization for further details.
RESPONSES
The response to any search operation is always a list of resources in a Bundle or an Operation Outcome.
EXAMPLE:
CarePlan By Patient, Category, and Status
Search for CarePlan using combination of thepatient, category, and status parameters.
METHOD GET
Patient/
[id] - Id for Patient resource
{system|} - Status system. FHIR search token parameter. See Search specification for more information.
[code] - Status code. Example: active, draft, completed
HEADERS
The Authorization token SHALL be obtained during the Authentication and Authorization process. Go to Authentication and Authorization for further details.
RESPONSES
The response to any search operation is always a list of resources in a Bundle or an Operation Outcome.
EXAMPLE:
CarePlan By Patient, Category, Status, and Date
Search for CarePlan using combination of thepatient, category, status, and date parameters.
METHOD GET
Patient/
[id] - Id for Patient resource
{system|} - Status system. FHIR search token parameter.
[code] - Status code. Example: active, draft, completed
{gt|lt|ge|le} - Date search modifiers. See Search specification for more information.
[date] - Date for the period search
HEADERS
The Authorization token SHALL be obtained during the Authentication and Authorization process. Go to Authentication and Authorization for further details.
RESPONSES
The response to any search operation is always a list of resources in a Bundle or an Operation Outcome.
EXAMPLE: