CarePlan Reponse



Possible status codes:

Status code 200 - success - the resource information is in the body as shown below.

Status code 400 - bad request - one or more request parameters was invalid.

Status code 401 - unauthorized (a valid bearer token is required).

Status code 404 - not found (the resource specified was not found).

Status code 500 - internal error.



Examples:
Request: GET /CarePlan/128569
Response:
{
    "resourceType": "CarePlan",
    "id": "128569",
    "text": {
        "status": "generated",
        "div": "<div xmlns = "http://www.w3.org/1999/xhtml" >
      <p>
        --- CBC With Differential/Platelet ---    11/30/2020 1:43 PM
WBC:  5.5 
RBC:  5.29 
Hemoglobin:  17.1 
Hematocrit:  52.8 
MCV:  99.8 
MCH:  32.3 
MCHC:  32.4 
RDW:  12.3 
Platelets:  269 
Neutrophils:  61.1 
Lymphs:  28.3 
Monocytes:  7.6 
Eos:  1.3 
Basos:  1.5 

      </p>
    </div>"
    },
    "status": "unknown",
    "intent": "plan",
    "category": [
        {
            "coding": [
                {
                    "system": "http://hl7.org/fhir/us/core/CodeSystem/careplan-category",
                    "code": "assess-plan"
                }
            ]
        }
    ],
    "subject": {
        "reference": "https://fhir.pcisgold.com/fhir/Patient/1000.1000",
        "type": "Patient"
    }
}