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

Rework extensions #28

Open
wants to merge 16 commits into
base: master
Choose a base branch
from
Open

Rework extensions #28

wants to merge 16 commits into from

Commits on Oct 21, 2024

  1. Fix extension contexts

    Make the Appointment specific extensions usable on Appointment resource.
    mrinnetmaki committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f0a6d50 View commit details
    Browse the repository at this point in the history
  2. Remove child appointment

    Let's only use references from children to the parent appointment.
    mrinnetmaki committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f51294d View commit details
    Browse the repository at this point in the history
  3. Remove generic extensions

    Let's move these to the base profiles spec, they are usable in a wider context.
    mrinnetmaki committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    7b555fd View commit details
    Browse the repository at this point in the history
  4. Fix typos

    Appoinment -> Appointment
    mrinnetmaki committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    72dd5bd View commit details
    Browse the repository at this point in the history
  5. Siplify description

    mrinnetmaki committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    7c68b47 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    57683ec View commit details
    Browse the repository at this point in the history
  7. Remove service event extensions

    This is moved to base profiles specification.
    mrinnetmaki committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    f17737b View commit details
    Browse the repository at this point in the history
  8. Fix id's and titles

    Id is the computer-readable identifier that is part of the canonical url of the extension.
    Title is the human-readable name of the extension.
    mrinnetmaki committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    3d2f7d5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    94578ed View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4c15ec7 View commit details
    Browse the repository at this point in the history
  11. Rename extensions

    We don't really need the word Extension in these.
    See some naming guidance: https://hl7.org/fhir/R5/structuredefinition-definitions.html#StructureDefinition.name
    mrinnetmaki committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    b65e26d View commit details
    Browse the repository at this point in the history
  12. Delete example of child appointments

    The references should rather go from children to the parent
    mrinnetmaki committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    450fad8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ac33ea3 View commit details
    Browse the repository at this point in the history
  14. Clean up profiles

    Let's not use the Finnish requirements and comments.
    mrinnetmaki committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    6cfb4d1 View commit details
    Browse the repository at this point in the history
  15. Add context information

    To both the main page and history.
    mrinnetmaki committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    56446a1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    89fe5a1 View commit details
    Browse the repository at this point in the history