Clinical Impression / Patient Historical Consultation

 
CareSpan available search parameters Details Search Paramters

Name Field Name Type Value Description Required
Encounter ID encounter - eg. 736AF122-C91B-4696-B42A-608EE17A57731 Encounter Identification Yes
page_index _getpagesoffset - eg. 10 from start record position. Default is 0 No
Per_page _count - eg. 20 Total Number of records in each requrest No

Request Type

GET


Sample Request URL

https://test-api.carespan.clinic/R4/ClinicalImpression?encounter={{encounter_id}} - look up with encounter ID

https://test-api.carespan.clinic/R4/ClinicalImpression?patient={{patient_mrn}} - look up with patient MRN

Response
        
{
    "resourceType": "Bundle",
    "entry": [
        {
            "fullUrl": "//ClinicalImpression/26d2dd4809840b0ab3fb496ed288ba60",
            "resource": {
                "id": "26d2dd4809840b0ab3fb496ed288ba60",
                "resourceType": "ClinicalImpression",
                "extension": [
                    {
                        "valueString": "Burn L arm on hot pipe; has aggravation of Chronic Asthma.",
                        "url": "https://api.carespan.clinic/fhir/StructureDefinition/valueset-examSummary/complaint"
                    },
                    {
                        "valueString": "Partial thickness burn injury L forearm; mild erythema; not infected 5cmX10cm. Mild/moderate wheezing all lung fields; mild decrease in PO2; no cyanosis; no acute distress. Consult: Dr. Clitheroe, burn specialist; concurs with diagnosis and treatment plan. ",
                        "url": "https://api.carespan.clinic/fhir/StructureDefinition/valueset-examSummary/clinicianNotes"
                    },
                    {
                        "valueString": "Wound on left arm due to contact with hot pipe. Moderate pain.\n\nHaving difficulty breathing; shortness of breath",
                        "url": "https://api.carespan.clinic/fhir/StructureDefinition/valueset-examSummary/subjective"
                    },
                    {
                        "valueString": "",
                        "url": "https://api.carespan.clinic/fhir/StructureDefinition/valueset-examSummary/hpi"
                    },
                    {
                        "valueString": " 5cmX10cm Partial thickness skin wound; Volar L forearm; mild erythema; not apparent infection\n\nMild/moderate wheezing all lung fields; mild decrease in PO2; no cyanosis; no acute distress",
                        "url": "https://api.carespan.clinic/fhir/StructureDefinition/valueset-examSummary/objective"
                    },
                    {
                        "valueString": "Second degree burn volar L forearm; <1% total body surface area; Non-infected\n\nAcute asthmatic bronchitis",
                        "url": "https://api.carespan.clinic/fhir/StructureDefinition/valueset-examSummary/assessment"
                    },
                    {
                        "valueString": "Clean wound daily with sterile saline; apply Silvadene occlusive dressing\n\nAlbuterol inhaler q 4 hr for wheezing. Revisit 2 weeks or prn",
                        "url": "https://api.carespan.clinic/fhir/StructureDefinition/valueset-examSummary/plan"
                    },
                    {
                        "valueString": "Change the dressing and clean the burn wound daily with mild soap and water. Pat dry. Apply a thin film of the Silvadene cream. Then apply sterile gauze pad and re-wrap with the Kerlix dressing. Keep your arm quiet and elevated as much as possible.\n\nUse the inhaler as prescribed. Avoid stressful situations that may precipitate and asthma attack. Notify your doctor if wheezing and shortness of breath do not respond to the inhaler within 5 minutes.",
                        "url": "https://api.carespan.clinic/fhir/StructureDefinition/valueset-examSummary/instruction"
                    }
                ],
                "status": "completed",
                "description": " 5cmX10cm Partial thickness skin wound; Volar L forearm; mild erythema; not apparent infection\n\nMild/moderate wheezing all lung fields; mild decrease in PO2; no cyanosis; no acute distress",
                "subject": {
                    "reference": "Patient/cVLMMP5H8E",
                    "type": "Patient",
                    "display": "James Dunn"
                },
                "encounter": {
                    "reference": "Encounter/B8A2B422-607F-448E-9254-29ABE7718B1E"
                },
                "date": "2022-01-26T14:50:42+00:00",
                "assessor": {
                    "reference": "Practitioner/cVOEMaKLTc",
                    "type": "Practitioner",
                    "display": "Terry Knapp"
                },
                "summary": "Second degree burn volar L forearm; <1% total body surface area; Non-infected\n\nAcute asthmatic bronchitis"
            },
            "search": {
                "mode": "match"
            }
        }
    ]
}