FHIR CarePlan

The following is a description of a CarePlan that can be submitted to the Community of Information Exchange. This resource represents the patient's needs, which are determined during social navigation and given to the patient. For detailed information, please visit the HL7 FHIR page CarePlan - FHIR v6.0.0-ballot2

Operations

The following are operations that can be performed and links to

  • Submit a new CarePlan

  • Get a FHIR CarePlan by patient Id

Sample CarePlan Object

{ "activity": [ { "reference": { "reference": "ServiceRequest/ca7317e0-1234-4b30-a895-f060c1d05c95" } } ], "category": [ { "coding": [ { "code": "NEED", "display": "This is a client need", "system": "https://mi-cie.org" } ], "text": "Transportation" } ], "contributor": [ { "display": "Megan Janik", "reference": "Practitioner/8de6b5a8-e58a-422c-82e9-b03f9089a307" } ], "created": "2024-07-29T17:29:19-04:00", "extension": [ { "url": "https://mi-cie.org/fhir/StructureDefinition/resolution", "valueString": "Resolution in progress" } ], "id": "20b27ada-1234-4aa8-b170-c2766fdaec58", "intent": "plan", "meta": { "lastUpdated": "2024-07-29T21:29:23.202791+00:00", "versionId": "MTcyMjI4ODU2MzIwMjc5MTAwMA" }, "resourceType": "CarePlan", "status": "active", "subject": { "display": "FIRSTNAME LASTNAME", "reference": "Patient/eab83cae-1234-4a3f-8e6c-81d5e07f8ba1" } }

 

Field Descriptions

The following are descriptions of the most important values that must be passed

Field

Description

References

Field

Description

References

 activity

This will be a link to the ServiceRequest created to provide social navigation. This can be used to link this CarePlan resource to the ServiceRequest.

CarePlan - FHIR v6.0.0-ballot2

category

This is an array of coded classifications on the procedure that is being performed. It contains metadata for the CarePlan.

CarePlan - FHIR v6.0.0-ballot2

contributor

This is an array of Social Navigators that have added and contributed to the CarePlan. This has been an array of one Social Navigator that has documented and created the CarePlan.

CarePlan - FHIR v6.0.0-ballot2

created

The date and time that the CarePlan has been created.

CarePlan - FHIR v6.0.0-ballot2

extension.resolution

This value describes the outcome of the CarePlan. This can be

  • Resolution in Progress

  • Resolved with Resource

  • No Resolution

 

id

The CIE Hub unique identifier for this resource.

 

intent

Intent gives more context to the role of this task in any process.

CarePlan - FHIR v6.0.0-ballot2

status

The status of the CarePlan.

CarePlan - FHIR v6.0.0-ballot2

subject

This is the patient for whom the CarePlan was created.

CarePlan - FHIR v6.0.0-ballot2