FHIR R4 CarePlan
This resource conforms to the resources US-Core StructureDefinition.
Request
GET [base]/fhir/CarePlan/[id]
Parameters
Name | Description | Optional? |
---|---|---|
id | The patients external ID | false |
Response
{
"id": "29786b87-fb3d-408d-a66f-d52a83d2d7b0",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-careplan"
]
},
"text": {
"status": "generated",
"div": "<p><strong>Assessment: </strong><br><strong>Plan: </strong>Yes, many<br><strong>Goal: </strong>Goals one two three<br><strong>Date: </strong>2020-11-17<br><strong>Status: </strong>completed</p>"
},
"contained": [
{
"id": "goal",
"lifecycleStatus": "completed",
"description": {
"coding": [
{
"system": "http://hl7.org/fhir/ValueSet/clinical-findings",
"display": "Goals <br/>one<br/>two<br/>three"
}
],
"text": "Goals <br/>one<br/>two<br/>three"
},
"subject": {
"reference": "Patient/b5c53748-1318-413d-8a80-c4457eb6a639",
"type": "Patient",
"display": "Stokes, Clint"
},
"resourceType": "Goal"
}
],
"status": "completed",
"intent": "plan",
"category": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/core/CodeSystem/careplan-category",
"code": "assess-plan",
"display": "Assessment and Plan of Treatment"
}
]
}
],
"description": "Yes, many",
"subject": {
"reference": "Patient/b5c53748-1318-413d-8a80-c4457eb6a639",
"type": "Patient",
"display": "Stokes, Clint"
},
"period": {
"end": "2020-11-17"
},
"created": "2020-11-17T10:10:33-05:00",
"goal": [
{
"reference": "#goal",
"type": "Goal",
"display": "Goals <br/>one<br/>two<br/>three"
}
],
"resourceType": "CarePlan"
}