Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Current »

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 https://build.fhir.org/careplan-examples.html

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/2348336f-7247-4b71-a145-633ee7d055d4"
      }
    }
  ],
  "category": [
    {
      "coding": [
        {
          "code": "NEED",
          "display": "This is a client need",
          "system": "https://mi-cie.org"
        }
      ],
      "text": "Child Care"
    }
  ],
  "contributor": [
    {
      "display": "Megan TEST",
      "reference": "Practitioner/8de6b5a8-e58a-422c-82e9-b03f9089a307"
    }
  ],
  "created": "2024-07-26T13:57:38-04:00",
  "extension": [
    {
      "url": "https://mi-cie.org/fhir/StructureDefinition/resolution",
      "valueString": "Resolution in progress"
    }
  ],
  "id": "883dfb1c-3c62-4de9-8d25-87174811e9db",
  "intent": "plan",
  "meta": {
    "lastUpdated": "2024-07-26T17:57:40.152915+00:00",
    "versionId": "MTcyMjAxNjY2MDE1MjkxNTAwMA"
  },
  "resourceType": "CarePlan",
  "status": "active",
  "subject": {
    "display": "Katie TEST",
    "reference": "Patient/f525c96c-b57c-412b-a732-30554XXX1777"
  }
}

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 created to provide social navigation. This can be used to link this CarePlan resource to the ServiceRequest.

https://build.fhir.org/careplan-definitions.html#CarePlan.activity

category

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

https://build.fhir.org/careplan-definitions.html#CarePlan.category

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.

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

  • 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.

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

  • No labels