Lab Instructions

Lab Instructions

Verify Services

  1. All Docker Services Running

    (base) cpu@Chandans-MacBook-Pro ccd % docker ps -a
    CONTAINER ID   IMAGE                          COMMAND                  CREATED         STATUS         PORTS                    NAMES
    35a841177e4e   rcpu/lof-services:ccdservice   "/usr/local/bin/entr…"   2 minutes ago   Up 2 minutes   0.0.0.0:4200->80/tcp     ccdservice
    a12c119c5894   rcpu/lof-services:aoservice    "bash /start /start"     2 minutes ago   Up 2 minutes   0.0.0.0:8000->8000/tcp   aoservice
    6eb83339b255   hapiproject/hapi:latest        "java --class-path /…"   2 minutes ago   Up 2 minutes   0.0.0.0:8080->8080/tcp   fhirservice
    ffd969715f25   postgres:16                    "docker-entrypoint.s…"   2 minutes ago   Up 2 minutes   0.0.0.0:5432->5432/tcp   aodb
    (base) cpu@Chandans-MacBook-Pro ccd % 

  2. HAPIFHIR UI running and accessible

  3. Login to CCD UI

    1. User Name: demo

    2. Password: demo@1234

      Login Page

    Patient List Page

Note: Please refer to Debugging CCD Section if any issues.

Exercise

  1. The sample-patients folder contains 5 patient notes

  2. Use Patient 1 Note and Capture screenshot during individual steps of the exercise

  3. Create patient by filling in the mandatory fields

    1. You can use dummy email ids

      1. Keep unique username

        1. Phone Number can be blank

        2. Now you should see the newly added patient. Refresh the page after few seconds if you don't see the patient.

        3. Import the patient note using Import Option under Patient Note column.

          1. Chose the Patient Note

          2. Click on Import Note and wait for the Import to complete. You should see All notes imported message.

          3. Click on the patient name to go to CCD Facesheet

          4. Verify the below section is populated correctly

            1. Problem List (Note and add any missing problems)

            2. PMH (Note and add any missing PMH entries)

            3. Diagnosis (Note and add any missing Diagnosis )

            4. HPI (Note any missing HPI entries)

            5. Assessment (Note any missing Assessment entries)

            6. Allergy (Note any missing Allergy entries)

            7. FamilyHx (Note any missing FamilyHx entries)

            8. SocialHx (Note any missing SocialHx entries)

            9. Physical Examination (Note any missing Physical Examination entries)

            10. Medication (Note and add any missing Medication)

        4. Create a report document for the patient with your notes and final screenshot

        5. Optional - Repeat this exercise for remaining patients

Submission

  1. Prepare a report with your observations and screenshots from the Exercise

  2. Share the report

Last updated