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

[Enhancement]: Update fetching Composition Resources to use both type and category #1503

Open
1 task
dubdabasoduba opened this issue Nov 16, 2024 · 0 comments
Assignees
Labels
Enhancement New feature or request Feature Request Used to request for new features that are not available in the current application Good First Issue Good for newcomers OpenSRP web 2.0

Comments

@dubdabasoduba
Copy link
Member

Use case/Problem Statement

  • OpenSRP 2 is optimizing the Validation of FHIR content. The FHIR spec dictates that Composition.type uses LOINC codes.
  • We will be updating the codes used on the composition resources by
    • Adding a LONIC code to the type property
    • Moving the existing code to the category property
  • OpenSRP web uses the Composition resource to fetch App IDs while creating users. We would like to update the property that OpenSRP web targets when fetching the composition resource.
  • Attached are the codes used on the 2 properties
{
  "type": {
    "coding": [
      {
        "system": "https://loinc.org",
        "code": "11503-0",
        "display": "Medical records"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "1156600005",
          "display": "Device setting parameter (observable entity)"
        }
      ]
    }
  ]
}

Acceptance criteria

  • The App IDs should be correctly while creating a user

Project Contact

Sharon A, Benjamin

Relevant Information

No response

@dubdabasoduba dubdabasoduba added Enhancement New feature or request Good First Issue Good for newcomers OpenSRP web 2.0 Feature Request Used to request for new features that are not available in the current application labels Nov 16, 2024
@dubdabasoduba dubdabasoduba changed the title [Enhancement/Feature Request]: Update fetching Composition Resources to use both type and category [Enhancement]: Update fetching Composition Resources to use both type and category Nov 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request Feature Request Used to request for new features that are not available in the current application Good First Issue Good for newcomers OpenSRP web 2.0
Projects
Status: To do
Development

No branches or pull requests

2 participants