The following is a description of a CarePlan that can be submitted to the Community of Information Exchange. This resouce represent the patients needs that resource represents the patient's needs, which are determined during social navigation that are and given to the patient. For detailed information, please visit the HL7 FHIR page https://build.fhir.org/careplan-examples.html
...
Code Block |
---|
{ "activity": [ { "reference": { "reference": "ServiceRequest/2348336fca7317e0-72471234-4b714b30-a145a895-633ee7d055d4f060c1d05c95" } } ], "category": [ { "coding": [ { "code": "NEED", "display": "This is a client need", "system": "https://mi-cie.org" } ], "text": "Child CareTransportation" } ], "contributor": [ { "display": "Megan Janik", "reference": "Practitioner/8de6b5a8-e58a-422c-82e9-b03f9089a307" } ], "created": "2024-07-26T1329T17:5729:3819-04:00", "extension": [ { "url": "https://mi-cie.org/fhir/StructureDefinition/resolution", "valueString": "Resolution in progress" } ], "id": "883dfb1c20b27ada-3c621234-4de94aa8-8d25b170-87174811e9dbc2766fdaec58", "intent": "plan", "meta": { "lastUpdated": "2024-07-26T1729T21:5729:4023.152915202791+00:00", "versionId": "MTcyMjAxNjY2MDE1MjkxNTAwMAMTcyMjI4ODU2MzIwMjc5MTAwMA" }, "resourceType": "CarePlan", "status": "active", "subject": { "display": "KatieFIRSTNAME WenzelLASTNAME", "reference": "Patient/f525c96ceab83cae-b57c1234-412b4a3f-a7328e6c-30554d15177781d5e07f8ba1" } } |
Field Descriptions
The following are descriptions of the most important values that must be passed
Field | Description | References |
---|---|---|
activity | This will be a link to the ServiceRequest that was created for providing to provide social navigation. This can be used to link this CarePlan resource to the ServiceRequest. | https://wwwbuild.hl7fhir.org/fhir/R4/procedurecareplan-definitions.html#Procedurehtml#CarePlan.identifieractivity |
category | This is a an array of coded classifications on the procedure that is being performed. It contains metadata for the procedure.CarePlan. | https://build.fhir.org/careplan-definitions.html#CarePlan.category |
contributor | This is a an array of Social Navigators that have added and contributed to the CarePlan. This has been a an array of one Social Naviagator Navigator that has documented and created the CarePlan. | https://build.fhir.org/careplan-definitions.html#CarePlan.contributor |
created | The date and time that the CarePlan has been created. | https://build.fhir.org/careplan-definitions.html#CarePlan.created |
extension.resolution | This value describes the outcome of the CarePlan. This can be
| |
id | The CIE Hub unique identifier for this resource. | |
intentThis | is the Intent gives more context to the role of this task in any process. | https://build.fhir.org/careplan-definitions.html#CarePlan.intent |
status | The status of the CarePlan. | https://build.fhir.org/careplan-definitions.html#CarePlan.status |
subject | This is the patient for whom the CarePlan was created. | https://build.fhir.org/careplan-definitions.html#CarePlan.subject |