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

fix!: use correct representation of Coding object in mappings #395

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

korikuzma
Copy link
Member

close #394

  • correct Coding representation
    • system MUST use iriReference, not a free-text label
    • code MUST use syntax defined by the system
    • id will use record concept_id
  • Removes SYSTEM_URI_TO_NAMESPACE mapping (since it's no longer needed)
  • Removes NamespacePrefix.KZNF since it doesn't seem to be used
  • temporarily update ci test job to use previous ubuntu version

* `system` MUST use `iriReference`, not a free-text label
* `code` MUST use syntax defined by the `system`
* `id` will use record `concept_id`
@korikuzma korikuzma added bug Something isn't working priority:high High priority labels Jan 16, 2025
@korikuzma korikuzma self-assigned this Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority:high High priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Coding object in mappings is not being represented correctly
1 participant