Skip to content

Releases: marklogic-community/marklogic-healthcare-starter-kit

marklogic-healthcare-starter-kit-1.0.0

09 Mar 14:58
4d1ac4b
Compare
Choose a tag to compare

Release v1.0.0 of the MarkLogic Healthcare Starter Kit

  • Documentation

    • Added a "cookbook" showing how to extend the starter kit into a full-fledged Healthcare or Mediciad Operational Data Store
  • Data Quality

    • Added a data cleansing step to illustrate how Mapping steps are used to correct known data quality patterns
    • Improved the address cleansing algorithms in particular
  • Data Modeling

    • Updated and simplified Claim, Member/Patient, Location and Provider data domains to illustrate how to use FHIR for data modeling, while simplifying to make it ideal for persistence
    • Updated data model with a "Sanctions" resource that illustrates how to build FHIR-oriented new models for data not covered by the FHIR spec
    • Added transforms to produce compliant FHIR data via data services (as opposed to the simplified version of FHIR HSK uses for persistence)
  • Security

    • Added an task to export redacted data. See the exportRedactedPatients gradle task, and related redaction rule step
    • Added a security policy to cover PHI data, as well as record-specific security restrictions on particular patients and diagnoses
  • Semantic/Ontology query

    • Implemented an ontology-aware claims query service that leverages CPT codes or SNOMED codes to query for higher-level concepts
  • Unit Testing

    • Expanded and refined unit tests to show how to test mapping steps, redaction and data services. These patterns should be expanded and used as the starter kit is built into a larger system

marklogic-healthcare-starter-kit-0.9.0

10 Aug 05:16
ad59fd5
Compare
Choose a tag to compare

Release v.0.9.0 of the MarkLogic Healthcare Starter Kit