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

Identify gaps for loading HL7/WHO CodeSystems in OCL FHIR #707

Closed
harpatel1 opened this issue Apr 9, 2021 · 5 comments
Closed

Identify gaps for loading HL7/WHO CodeSystems in OCL FHIR #707

harpatel1 opened this issue Apr 9, 2021 · 5 comments
Assignees
Milestone

Comments

@harpatel1
Copy link

No description provided.

@harpatel1 harpatel1 self-assigned this Apr 9, 2021
@harpatel1 harpatel1 added this to the Sprint 8 milestone Apr 12, 2021
@harpatel1 harpatel1 changed the title Identify/research gaps for loading HL7 CodeSystems in OCL FHIR Identify/research gaps for loading HL7/WHO CodeSystems in OCL FHIR Apr 12, 2021
@harpatel1 harpatel1 changed the title Identify/research gaps for loading HL7/WHO CodeSystems in OCL FHIR Identify gaps for loading HL7/WHO CodeSystems in OCL FHIR Apr 12, 2021
@harpatel1
Copy link
Author

harpatel1 commented Apr 15, 2021

Required change to support HL7 FHIR Normative CodeSystem:

  • Add Extension (JSON) as core field for Source
  • Add Extension (JSON) as core field for Concept
  • Add Meta (JSON) as core field for Source [We'll need to add it to Collection too.]
  • Concept Name Type (Only required for one CodeSystem)
    - FHIR requires Coding Type of concept's designation.use field
    - Coding usually have four fields - system, code, version, display
    - We need to store concept name type as Coding JSON resource or create new json field in LocallizedText table to store
    Coding JSON resource
    concept.designation.use example - https://www.hl7.org/fhir/codesystem-resource-types.json.html

@harpatel1
Copy link
Author

@jamlung-ri jamlung-ri modified the milestones: Sprint 8, Sprint 9 Apr 23, 2021
@jamlung-ri
Copy link
Contributor

One gap that might not be documented yet: FHIR IDs allow any character, whereas OCL Mnemonics are more restrictive. Might need to handle specific characters.

harpatel1 added a commit to OpenConceptLab/oclfhir that referenced this issue Apr 27, 2021
harpatel1 added a commit to OpenConceptLab/oclfhir that referenced this issue Apr 28, 2021
harpatel1 added a commit to OpenConceptLab/oclfhir that referenced this issue Apr 28, 2021
harpatel1 added a commit to OpenConceptLab/oclfhir that referenced this issue Apr 28, 2021
harpatel1 added a commit to OpenConceptLab/oclfhir that referenced this issue Apr 28, 2021
@harpatel1 harpatel1 modified the milestones: Sprint 9, Sprint 10 May 10, 2021
@harpatel1 harpatel1 assigned rkorytkowski and unassigned harpatel1 May 19, 2021
@paynejd
Copy link
Member

paynejd commented May 21, 2021

Complete - gaps will be addressed as part of the concept modification work #746

@paynejd paynejd closed this as completed May 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants