Get a care plan by ID

get

/CarePlan/{ID}

Retrieves an individual care plan by the associated care plan ID.

Authorization Types

This operation supports the following authorization types:

Request

Path Parameters
Header Parameters
Back to Top

Response

Supported Media Types

Default Response

Example retrieval.
Example Request:
GET https://fhir-open.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/CarePlan/17463459
Example Response:
{
    'resourceType': 'CarePlan',
    'id': '17463459',
    'meta': {
      'versionId': '1',
      'lastUpdated': '2016-03-10T13:43:45.000-06:00'
    },
    'text': {
      'status': 'additional',
      'div': '<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Care Plan</b></p><p><b>Patient</b>: Houde, Harry Potter</p><p><b>Title</b>: History and Physical Note</p><p><b>Description</b>: Chief Complaint&#10;History of Present Illness&#10;Review of Systems&#10;Medical History&#10;Ongoing&#10;Active silicosis&#10;Allergy testing - no reaction&#10;Breast wound&#10;hidden display as&#10;Housebound&#10;Locking knee&#10;Minimal shared activities&#10;No significant medical problems&#10;Preop testing&#10;pTX stage&#10;Pyogenic Arthritis Involving Multiple Sites&#10;Reality testing&#10;something spooky&#10;T activation syndrome&#10;Taste-blindness&#10;Test diet&#10;Test distance for visual acuity&#10;Testicular failure&#10;Toe Flexion&#10;Visual testing normal&#10;Vitamin D deficiency&#10;Water slide activities&#10;Resolved&#10;Active labor&#10;Inconsistent results on voice testing&#10;Marital problems&#10;O/E - tuning fork testing&#10;Z deformity of thumb&#10;Surgical History&#10;Tone deafness (2006),  Tonsil biopsy sample (Week of 05/17/1989),  ADA - Adenosine deaminase (1989).&#10;Family History&#10;Patient was adopted&#10;Social History&#10;Alcohol&#10;Current, Beer, Wine, Liquor, Home made hard stuff, Several times per day, 5 drinks/episode average. 10 drinks/episode maximum. Started age 8 Years. Previous treatment: None. Alcohol use interferes with work or home: Yes. Drinks more than intended: Yes. Others hurt by drinking: No. Ready to change: No. Household alcohol concerns: No.&#10;Employment/School&#10;Employed, Work/School description: Desk Job. Activity level: Desk/Office. Operates hazardous equipment: No.&#10;Exercise&#10;Exercise duration: 30. Exercise frequency: 3-4 times/week. Self assessment: Fair condition. Exercise type: Walking, Swimming.&#10;Home/Environment - Low Risk&#10;Lives with Alone. Living situation: Home/Independent. Alcohol abuse in household: Yes. Substance abuse in household: Yes. Smoker in household: No. Injuries/Abuse/Neglect in household: No. Feels unsafe at home: No. Safe place to go: Yes. Agency(s)/Others notified: No. Family/Friends available for support: Yes. Concern for family members at home: No. Major illness in household: No. Financial concerns: No. TV/Computer concerns: No. Risks in environment: Does not wear helmet, Pets/Animal exposure, Stairs.&#10;Nutrition/Health&#10;Type of diet: Generl. Wants to lose weight: No. Sleeping concerns: No. Feels highly stressed: Yes.&#10;Sexual&#10;Sexually active: No. History of sexual abuse: No.&#10;Substance Abuse - Medium Risk&#10;Current, Amphetamines, Cocaine, Ecstasy, Hallucinogens/LSD, Heroin, Inhalants/Glues/Solvents, Marijuana, Methamphetamines, Prescription medications, Daily, Previous treatment: Treatment center, Inpatient, Outpatient. Started age 8 Years. IV drug use: Yes. Drug use interferes with work/home: Yes. Ready to change: No. Household substance abuse concerns: No.&#10;Tobacco&#10;Current every day smoker, Cigars, hand, Household tobacco concerns: Yes&#10;Allergies&#10;oxyCODONE&#10;Peanuts&#10;sulfa drugs&#65533;&#65533;(Anaphylactic reaction)&#10;uranium&#10;iodine&#65533;&#65533;(Hives, Sneezing)&#10;penicillin V potassium&#65533;&#65533;(Hives)&#10;skin test antigens, multiple&#10;Home Medication List&#10;Aceon 2 mg oral tablet, 1 tab(s), Oral, Daily, 11 refills&#10;acetaminophen-tramadol&#10;Physical Exam&#10;Vitals &amp; Measurements&#10;Lab Results&#10;Radiology Results&#10;Assessment/Plan</p><p><b>Status</b>: Active</p><p><b>Intent</b>: Plan</p><p><b>Category</b>: Assessment and Plan of Treatment</p><p><b>Author</b>: Shaik, Faiz Ahmed</p><p><b>Effective Period</b>: Mar 10, 2016  7:43 P.M. UTC</p></div>'
    },
    'status': 'active',
    'intent': 'plan',
    'category': [
      {
        'coding': [
          {
            'system': 'http://hl7.org/fhir/us/core/CodeSystem/careplan-category',
            'code': 'assess-plan',
            'display': 'Assessment and Plan of Treatment'
          }
        ],
        'text': 'Assessment and Plan of Treatment'
      }
    ],
    'title': 'History and Physical Note',
    'subject': {
      'reference': 'Patient/1316020',
      'display': 'Houde, Harry Potter'
    },
    'encounter': {
      'reference': 'Encounter/1721945'
    },
    'period': {
      'start': '2016-03-10T13:43:32.000-06:00'
    },
    'author': {
      'reference': 'Practitioner/1830018',
      'display': 'Shaik, Faiz Ahmed'
    }
  }
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the X-Request-Id, if present.
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the opc-Request-Id, if present.

x-entered-in-error-status Response

Example retrieval of a care plan with an Entered in Error status, using patient authorization.
Example Request:
GET https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/CarePlan/5814234
Example Response:
{
    'resourceType': 'CarePlan',
    'id': '5814234',
    'meta': {
      'versionId': '2',
      'lastUpdated': '2014-03-18T20:34:50.000Z'
    },
    'text': {
      'status': 'additional',
      'div': '<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Care Plan</b></p><p><b>Patient</b>: Houde, Harry Potter</p><p><b>Description</b>: well, Addendum added</p><p><b>Status</b>: Entered in Error</p><p><b>Intent</b>: Plan</p><p><b>Category</b>: Assessment and Plan of Treatment</p></div>'
    },
    'status': 'entered-in-error',
    'intent': 'plan',
    'category': [
      {
        'coding': [
          {
            'system': 'http://hl7.org/fhir/us/core/CodeSystem/careplan-category',
            'code': 'assess-plan',
            'display': 'Assessment and Plan of Treatment'
          }
        ],
        'text': 'Assessment and Plan of Treatment'
      }
    ],
    'subject': {
      'reference': 'Patient/1316020',
      'display': 'Houde, Harry Potter'
    }
  }
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the X-Request-Id, if present.
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the opc-Request-Id, if present.

x-unknown-status Response

Example retrieval of a care plan with an Unknown status, using patient authorization.
Example Request:
GET https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/CarePlan/5814234
Example Response:
{
    'resourceType': 'CarePlan',
    'id': '5814234',
    'meta': {
      'versionId': '2',
      'lastUpdated': '2014-03-18T20:34:50.000Z'
    },
    'text': {
      'status': 'additional',
      'div': '<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Care Plan</b></p><p><b>Patient</b>: Houde, Harry Potter</p><p><b>Description</b>: well, Addendum added</p><p><b>Status</b>: Unknown</p><p><b>Intent</b>: Plan</p><p><b>Category</b>: Assessment and Plan of Treatment</p></div>'
    },
    'status': 'unknown',
    'intent': 'plan',
    'category': [
      {
        'coding': [
          {
            'system': 'http://hl7.org/fhir/us/core/CodeSystem/careplan-category',
            'code': 'assess-plan',
            'display': 'Assessment and Plan of Treatment'
          }
        ],
        'text': 'Assessment and Plan of Treatment'
      }
    ],
    'subject': {
      'reference': 'Patient/1316020',
      'display': 'Houde, Harry Potter'
    }
  }
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the X-Request-Id, if present.
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the opc-Request-Id, if present.

x-with-patient-auth Response

Example retrieval of a care plan using patient authorization.
Example Request:
GET https://fhir-ehr.cerner.com/r4/ec2458f2-1e24-41c8-b71b-0e701af7583d/CarePlan/197286315
Example Response:
{
    'resourceType': 'CarePlan',
    'id': '197286315',
    'meta': {
      'versionId': '1',
      'lastUpdated': '2020-04-05T04:00:46.000Z'
    },
    'text': {
      'status': 'additional',
      'div': '<div xmlns='http://www.w3.org/1999/xhtml'><p><b>Care Plan</b></p><p><b>Patient</b>: SMART, NANCY</p><p><b>Title</b>: Pregnancy Summary Document</p><p><b>Description</b>: SMART, NANCY\nDOB: 08/11/1980\tAge: 39 Years\tMRN: 00000006930\n------------------------------------------------------\n\t\t\t\tSMART, NANCY DOB: 08/11/80\nPregnancy Summary (Date of Report: 04/04/20)\n\nG 1 P 0 (0,0,0,0)\nGestation: --\tLMP (from pt. history): --\nEDD: --\tEDD/EGA Method: Date of Conception\tEGA: --\n\n-------------------------------\n\t\t\t\tSMART, NANCY DOB: 08/11/80\nAntepartum Note\n\n\tNo antepartum notes have been documented\n\n-------------------------------------\n\t\t\t\tSMART, NANCY DOB: 08/11/80\nProblems (Active Problems Only)\nGestational diabetes mellitus, class A>1< (Related to Pregnant problem) (SNOMED CT: 124602011, Onset: 03/05/20)\n\tComment: Problem added by Discern Expert (SYSTEM, SYSTEM Cerner on 03/05/20)\n\nGestational hypertension (Related to Pregnant problem) (SNOMED CT: 495022012, Onset: 03/05/20)\n\tComment: Problem added by Discern Expert (SYSTEM, SYSTEM Cerner on 03/05/20)\n\nPregnant (SNOMED CT: 191073013, Onset: 06/12/19)\n\n-----------------------\n\t\t\t\tSMART, NANCY DOB: 08/11/80\nRisk Factors and Genetic Screening\nRisk Factors (Current Pregnancy)\nRisk Factors: Diabetes, gestational, type A1, Gestational hypertension\nRisk Factors Comments: --\n\nEthnic Screening\n***** END OF REPORT *****</p><p><b>Status</b>: Active</p><p><b>Intent</b>: Plan</p><p><b>Category</b>: Assessment and Plan of Treatment</p><p><b>Author</b>: SYSTEM, SYSTEM Cerner</p><p><b>Effective Period</b>: Apr  5, 2020  4:00 A.M. UTC</p></div>'
    },
    'status': 'active',
    'intent': 'plan',
    'category': [
      {
        'coding': [
          {
            'system': 'http://hl7.org/fhir/us/core/CodeSystem/careplan-category',
            'code': 'assess-plan',
            'display': 'Assessment and Plan of Treatment'
          }
        ],
        'text': 'Assessment and Plan of Treatment'
      }
    ],
    'title': 'Pregnancy Summary Document',
    'subject': {
      'reference': 'Patient/12724066',
      'display': 'SMART, NANCY'
    },
    'period': {
      'start': '2020-04-05T04:00:45.000Z'
    },
    'author': {
      'reference': 'Practitioner/1',
      'display': 'SYSTEM, SYSTEM Cerner'
    }
  }
Headers
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the X-Request-Id, if present.
  • Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, provide the opc-Request-Id, if present.
Back to Top