Get a care plan by ID
get
/CarePlan/{id}
Note: The FHIR API endpoints described below are currently pending production deployment for electronic health record (EHR) environments. Developers are welcome and encouraged to develop against the specifications in anticipation of production availability, which will be announced at a later date.
Retrieves an individual care plan by the associated ID.
Request
Path Parameters
-
id(required): string
The logical resource ID.
Header Parameters
-
accept(required): string
The media type to be requested.
Example:
application/fhir+json -
authorization(required): string
The credentials to authenticate a consumer to the service. This should be the OAuth2 Bearer Token.
There's no request body for this operation.
Back to TopResponse
200 Response
Successful retrieve response.
Root Schema : CarePlan
Type:
Show Source
object-
category(required): array
category
The type of plan.
-
id(required): string
-
intent(required): string
The level of authority or intentionality associated with the care plan and where the care plan fits into the workflow chain.
-
resourceType(required): string
Allowed Values:
[ "CarePlan" ] -
status(required): string
An indicator that the plan is currently being acted upon, represents future intentions, or is now a historical record.
-
subject(required):
subject
Who the care plan is for.
-
text:
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.
Nested Schema : 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.
Match All
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.
Show Source
Default Response
An OperationOutcome
describing any error that occurred.
Root Schema : OperationOutcome
Type:
Show Source
object-
issue(required): array
issue
-
resourceType(required): string
Allowed Values:
[ "OperationOutcome" ]