Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polish charting demo #4642

Open
rahul1 opened this issue Jun 7, 2024 · 0 comments
Open

Polish charting demo #4642

rahul1 opened this issue Jun 7, 2024 · 0 comments
Assignees
Labels
charting Features and fixes related to charting

Comments

@rahul1
Copy link
Member

rahul1 commented Jun 7, 2024

The new Medplum Chart Demo has merged, but there are a few rough edges that need to be polished up.

  1. There's a bug where the /Patient doesn't show up. Something due to chartJS:
    image

  2. When uploading the core valuesets, we need to add another entry that's a valueset that contains the entire code system

{
        request: { method: 'PUT', url: `ValueSet?url=http:https://hl7.org/fhir/ValueSet/icd-10'` },
        resource: {
          resourceType: 'ValueSet',
          status: 'active',
          url: 'http:https://hl7.org/fhir/ValueSet/icd-10',
          compose: { include: [{ system: 'http:https://hl7.org/fhir/ValueSet/icd-10' }] },
        } as ValueSet,
      },
  1. Re-order the left siderbar links:
  • Core valusets
  • Questionnaires (move these to core data)
  • Bots
  • Example Patient Data
image
@reshmakh reshmakh added the charting Features and fixes related to charting label Jun 8, 2024
@rahul1 rahul1 added this to the Milestone Quality milestone Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
charting Features and fixes related to charting
Projects
Status: No status
Development

No branches or pull requests

3 participants