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

Reduce ipa dependencies #138

Merged
merged 18 commits into from
Aug 10, 2023
Merged

Reduce ipa dependencies #138

merged 18 commits into from
Aug 10, 2023

Commits on Jun 26, 2023

  1. Move security codesystem to codesystems folder

    Also, add a period to description, so it reads better on the rendered page.
    mrinnetmaki committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    fb1aa6a View commit details
    Browse the repository at this point in the history
  2. Polish the Patient profile intro

    Fix heading numbering. Re-organize headings. Add consistency to how terms are introduced. Add links to TURVAKIELTO (both the value set and the example). The link to valueset renders poorly, though.
    mrinnetmaki committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    65b6c2d View commit details
    Browse the repository at this point in the history
  3. Fix terminology page intro

    We said we're not introducing any terminologies, but now we are...
    mrinnetmaki committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    0c1437f View commit details
    Browse the repository at this point in the history
  4. Add intro texts for TURVAKIELTO

    Mainly the STU note that feedback is appreciated.
    mrinnetmaki committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    541576f View commit details
    Browse the repository at this point in the history
  5. Relax the id cardinality constraint

    How did this ever get here, anyway?
    Id should be very widely supported for all resources. But there are cases where it is not required, such as when posting a new resource to a server.
    See https://hl7.org/fhir/R4/resource.html#id for details.
    mrinnetmaki committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    1d98f14 View commit details
    Browse the repository at this point in the history
  6. Remove extra empty lines

    mrinnetmaki committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    f814959 View commit details
    Browse the repository at this point in the history
  7. Add an alternative Medication profile

    Because the IPA profile for medications has constraints that are suitable for patient access use case, but not for all use cases.
    This is just one potential approach. We could also use the more fine-grained mechanisms like the Obligations extension or other extensions for indicating conformance to another IG or profile.
    mrinnetmaki committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    82a11bf View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Add generic profiles for med request and statement

    We need the generic profiles that can refer to the Medication profile that does not derive from IPA.
    
    Also noting a related article here: https://www.ncbi.nlm.nih.gov/pmc/articles/PMC9904180/.
    
    Clarifying test is still required.
    mrinnetmaki committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    70ab520 View commit details
    Browse the repository at this point in the history
  2. Explain patient access and other use cases

    Add descriptive text for Medication related resources regarding the patient access and other use cases.
    
    The new profiles don't yet have examples.
    mrinnetmaki committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    1011cf9 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Merge pull request #137 from fhir-fi/polishing

    Fine-tune TURVAKIELTO text
    mrinnetmaki authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    223d4ec View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Revert "Explain patient access and other use cases"

    This reverts commit 1011cf9.
    mrinnetmaki committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    5d4e0af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab1cb40 View commit details
    Browse the repository at this point in the history
  3. Add generic profile for med request

    We don't foresee the need for MedicationStatement or MedicationAdministration where we could not use the IPA profile for Medication, right?
    mrinnetmaki committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    7ecba81 View commit details
    Browse the repository at this point in the history
  4. Constrain the medication reference

    To the profile for the patient access use case
    mrinnetmaki committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    fe628c9 View commit details
    Browse the repository at this point in the history
  5. Spread medication examples

    Between the patient access and the non-patient-access use cases.
    mrinnetmaki committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    31b2c02 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Configuration menu
    Copy the full SHA
    7955ce6 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. Configuration menu
    Copy the full SHA
    7c55f84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eacaa2c View commit details
    Browse the repository at this point in the history