Eric Haas
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.

      Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

      Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

      Explore these features while you wait
      Complete general settings
      Bookmark and like published notes
      Write a few more notes
      Complete general settings
      Write a few more notes
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights New
    • Engagement control
    • Make a copy
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Make a copy Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.

    Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Explore these features while you wait
    Complete general settings
    Bookmark and like published notes
    Write a few more notes
    Complete general settings
    Write a few more notes
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       Owned this note    Owned this note      
    Published Linked with GitHub
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    # PAS Workflow Overview: "Pended Response" If Additional information is Needed ## Next Steps for CDex RI ### 1. Submit PAS Request Bundle to PAS RI using the $submit Operation 1. [PAS RI endpoint instructions](https://github.com/HL7-DaVinci/prior-auth/wiki/Connectathon-README#authorization) - [PAS RI FHIR Services](https://github.com/HL7-DaVinci/prior-auth#fhir-services): 2. Example PAS Claim Request Bundle to use to test (click on the "Details" link below to see Gist) Contents: 1. Claim 1. Organization 1. Organization 1. Coverage 1. Patient 1. ServiceRequest 1. PractitionerRole 1. Practitioner 1. Location In this PAS Claim Request Bundle the CPT Code '73722' that triggers the pended response Bundle :::spoiler {%gist Healthedata1/5482c8d672d416106822721e971cb347 %} ::: 3. Example of PAS Claim Responce Bundle expected to be returned by the PAS Server The PAS CommunicationRequest has the LOINC Attachment Code 18748-4 “Diagnostic imaging study”. Contents: 1. ClaimResponse 1. CommunicationRequest 1. Organization (insurer) 1. Organization (requester) 1. Patient :::spoiler {%gist Healthedata1/573447fbdd8398edbf5ebfb561691d1b %} ::: 3. See this [Postman Collection step](https://documenter.getpostman.com/view/1447203/U16jLkJL#0c4ec393-0d50-492e-be06-c94d98bdbe72) for example transaction to the PAS Server. Note that the PAS Server does not respond with the Correct PAS Response Bundle yet. ### 2. Map the PAS Response Bundle to a CDex Task Attachment Request Profile Instance Using the following mapping as a guide. <!-- PAS_Bundle_to_task.md ***************************************************************************************************** * WARNING: DO NOT EDIT THIS FILE * * * * This file is generated by csv_to_markdown_tabler.ipynb. Any edits you make to this file will be * * overwritten * * To change the contents of this file, edit input/images/data-element-mapping.csv * ***************************************************************************************************** --> | Data Element | CDex Request Attachment Task Profile Element | ClaimResponse (from PAS Response Bundle) | PAS Response Bundle | |---|-----|------------|------------| | Tracking ID | Task.identifier | ClaimResponse.identifier, ClaimResponse.item.commmunicationRequest: CommunicationRequest.identifier | ClaimResponse = Bundle.entry[0].resource, CommunicationRequest = Bundle.entry[n].resource referenced by ClaimResponse.communincationRequest | | Use | Task.reasonCode | preauthorization | Fixed to "preauthorization" | | Payer ID | Task.requester.identifier | ClaimResponse.insurer: Organization.identifier | ClaimResponse = Bundle.entry[0].resource, Organization = Bundle.entry[n].resource referenced by ClaimResponse.insurer | | Payer URL | "payer-url" Task.input | out of band | out of band | | Organization ID | PractitionerRole.practitioner.identifier | ClaimResponse.requester: Organization.identifier, ClaimResponse.requester: PractitionerRole.organization: Organziation.identifier | ClaimResponse = Bundle.entry[0].resource, Organization,PractitionerRole = Bundle.entry[n].resource referenced by ClaimResponse.requester | | Provider ID | PractitionerRole.organization.identifier | ClaimResponse.requester: PractitionerRole.practitioner: Practitioner.identifier | ClaimResponse = Bundle.entry[0].resource, PractitionerRole = Bundle.entry[n].resource referenced by ClaimResponse.requester | | Line Item(s) | “code” Task.input.extension | ClaimResponse.item.extension:itemTraceNumber Note: CommunicationRequest.payload.extension:serviceLineNumber references this item | ClaimResponse = Bundle.entry[0].resource | | LOINC Attachment Code | “code” Task.input | ClaimResponse.item.commmunicationRequest: CommunicationRequest.payload.extension:contentModifier | ClaimResponse = Bundle.entry[0].resource | | Date of Service | “service-date” Task.input | ClaimResponse.item.extension:requestedServiceDate | ClaimResponse = Bundle.entry[0].resource | | Member ID | Patient.identifier | ClaimResponse.patient: Patient.identifer | ClaimResponse = Bundle.entry[0].resource, Patient = Bundle.entry[n].resource referenced by ClaimResponse.patient | {:.grid} The data element mapping table is available as a [CSV](https://build.fhir.org/ig/HL7/davinci-ecdx/data-element-mapping.csv) or [Excel](https://build.fhir.org/ig/HL7/davinci-ecdx/data-element-mapping.xlsx) file. 1. See this [Postman Collection's](https://documenter.getpostman.com/view/1447203/U16jLkJL#07a6dc09-f1be-40fc-a066-d5564fde1e05) *Pre-request Script* for an example mapping from the PAS Response Bundle to the CDex Parameters Submit Attachment Profile. ### 3. Instead of end user using the UI to create Task to request attachments , use the Task created in Step 2 to request attachments in the existing workflow. ![](https://hackmd.io/_uploads/BJFEiCp6h.png) ### 4. (LAST STEP) $submit Solicited Attachment based on Task in Steps 2,3 to the *CDEX Payer Server*. --- ## Overview and Background :exclamation: Limited to Loinc Attachment Codes ### From the PAS IG - "The payer system is expected to immediately generate an automated response. Ideally, this will represent a final decision on the prior authorization request. However, in some cases, it may be necessary to submit textual documentation that will require semi-automated or manual review by the payer. In these situations, the prior authorization response will have a status of ‘pended’ and will be pended by the payer." - "If additional information is needed, the provider can respond with the information via ... a CDex Submit-Attachment operation based on the X12 278 request for additional information" - **:exclamation: Not covered here** a CDex Submit-Attachment operation where the LOINC code indicates a specific Questionnaire exists on the Payers Operation endpoint using the tracking ID as the business identifier - **:exclamation: Covered** Information that is traditionally not structured, or where the review process is more involved and will not be performed in real time. In this use case, additional information may be in the form of progress notes, therapy notes, diagnostic reports, etc. This information will be exchanged as text or images using the document reference. Where such information is necessary, the initial request will typically be ‘pended’, with a final decision returned later once manual review is complete.... ### Simplified Sequence Diagram Highlighting the "Pended" Response and Request for More Information See the [background section](#Background) below for a more detailed interaction diagram #### Assumptions and Preconditions ##### Assumptions 1. Assume CDex integrated within EHR 1. Assume all FHIR transactions (omitting the FHIR <-> X12 translations) 2. Trigger PAS RI with. MRI code CPT in Claim - Need to Create a new Claim resource to send (PAS to request imaging study LOINC) 3. Unclear if we need Patient or Provider context? ##### Preconditions: When the PAS RI receives the `Claim.item.productOrService.coding.code` = 73722 (system='http://www.ama-assn.org/go/cpt', display “Magnetic resonance (eg, proton) imaging, any joint of lower extremity”), the value in this `CommunicationRequest.payload.extension:contentModifier` extension will be http://lonc.org|18748-4 “Diagnostic imaging study” (We will make other productOrRequest codes with associated contentModifier values (such as the Questionnaire one) available in future versions) ```sequence Note over EHR: Submit Prior Auth Request EHR->Payer: $submit (PAS Request Bundle) Payer -> Payer: Process PA Request Note over Payer: Needs more information! Payer --> EHR: PAS Pended Response Bundle\n EHR->EHR: Process Request for more information Note over EHR: Submit requested documents EHR->Payer: $submit-attachment Payer -> Payer: Process PA Request Note over Payer: Approved! Payer -> EHR: PAS Completed Response Bundle\n(poll or subscription) ``` ### Functional Requirement and Roles for PAS and CDex Servers ![](https://hackmd.io/_uploads/HkYL5uMpn.png) ### Mapping from the "PAS Bundle" to`$submit-attachment` Parameters This interaction between the Payer and EHR requesting more information is a *solicited attachment transaction*. However, in contrast to the CDex Documentation, there is no CDex Task request but rather a Payer generated "PAS Response Bundle" containing a ClaimResponse and the associated resources it references. It includes the Tracking Id, LOINC attachment codes and other data elements needed to respond to the request using the $submit-attachement transaction. These data elements are mapped below. <style>.markdown-body { max-width: 1500px; }</style> <!-- attachments_to_PAS_Bundle.md ***************************************************************************************************** * WARNING: DO NOT EDIT THIS FILE * * * * This file is generated by csv_to_markdown_tabler.ipynb. Any edits you make to this file will be * * overwritten * * To change the contents of this file, edit input/images/data-element-mapping.csv * ***************************************************************************************************** --> | Data Element | ClaimResponse (from PAS Response Bundle) | PAS Response Bundle | |---|------------|------------| | Tracking ID | ClaimResponse.identifier, ClaimResponse.item.commmunicationRequest: CommunicationRequest.identifier | ClaimResponse = Bundle.entry[0].resource, CommunicationRequest = Bundle.entry[n].resource referenced by ClaimResponse.communincationRequest | | Use | preauthorization | Fixed to "preauthorization" | | Payer ID | ClaimResponse.insurer: Organization.identifier | ClaimResponse = Bundle.entry[0].resource, Organization = Bundle.entry[n].resource referenced by ClaimResponse.insurer | | Payer URL | out of band | out of band | | Organization ID | ClaimResponse.requester: Organization.identifier, ClaimResponse.requester: PractitionerRole.organization: Organziation.identifier | ClaimResponse = Bundle.entry[0].resource, Organization,PractitionerRole = Bundle.entry[n].resource referenced by ClaimResponse.requester | | Provider ID | ClaimResponse.requester: PractitionerRole.practitioner: Practitioner.identifier | ClaimResponse = Bundle.entry[0].resource, PractitionerRole = Bundle.entry[n].resource referenced by ClaimResponse.requester | | Line Item(s) | ClaimResponse.item.extension:itemTraceNumber Note: CommunicationRequest.payload.extension:serviceLineNumber references this item | ClaimResponse = Bundle.entry[0].resource | | LOINC Attachment Code | ClaimResponse.item.commmunicationRequest: CommunicationRequest.payload.extension:contentModifier | ClaimResponse = Bundle.entry[0].resource | | Date of Service | ClaimResponse.item.extension:requestedServiceDate | ClaimResponse = Bundle.entry[0].resource | | Member ID | ClaimResponse.patient: Patient.identifer | ClaimResponse = Bundle.entry[0].resource, Patient = Bundle.entry[n].resource referenced by ClaimResponse.patient | {:.grid} The data element mapping table is available as a [CSV](https://build.fhir.org/ig/HL7/davinci-ecdx/data-element-mapping.csv) or [Excel](https://build.fhir.org/ig/HL7/davinci-ecdx/data-element-mapping.xlsx) file. ### Mapping between "PAS Bundle" and X12 278 data elements <!-- PAS_Bundle_to_278.md ***************************************************************************************************** * WARNING: DO NOT EDIT THIS FILE * * * * This file is generated by csv_to_markdown_tabler.ipynb. Any edits you make to this file will be * * overwritten * * To change the contents of this file, edit input/images/data-element-mapping.csv * ***************************************************************************************************** --> | Data Element | X12n 278 Response-v5010 | ClaimResponse (from PAS Response Bundle) | PAS Response Bundle | |---|---------|------------|------------| | Tracking ID | Loop: 2000E Segment: TRN02 Notes: TRN01 = "1", patient event tracking number | ClaimResponse.identifier, ClaimResponse.item.commmunicationRequest: CommunicationRequest.identifier | ClaimResponse = Bundle.entry[0].resource, CommunicationRequest = Bundle.entry[n].resource referenced by ClaimResponse.communincationRequest | | Use | Prior Auth | preauthorization | Fixed to "preauthorization" | | Payer ID | Loop: 2010A Segment: NM109 Notes: NM108 = "PI" | ClaimResponse.insurer: Organization.identifier | ClaimResponse = Bundle.entry[0].resource, Organization = Bundle.entry[n].resource referenced by ClaimResponse.insurer | | Payer URL | Loop: 2010A Segment: PER08 Notes: PER07 = "UR" | out of band | out of band | | Organization ID | Loop: 2010B Segment: NM109 Notes: NM101 = id code qualifier, NM102 = "2" | ClaimResponse.requester: Organization.identifier, ClaimResponse.requester: PractitionerRole.organization: Organziation.identifier | ClaimResponse = Bundle.entry[0].resource, Organization,PractitionerRole = Bundle.entry[n].resource referenced by ClaimResponse.requester | | Provider ID | Loop: 2010EA Segment: NM109 Notes: NM101 = id code qualifier , NM102 = "1" | ClaimResponse.requester: PractitionerRole.practitioner: Practitioner.identifier | ClaimResponse = Bundle.entry[0].resource, PractitionerRole = Bundle.entry[n].resource referenced by ClaimResponse.requester | | Line Item(s) | Loop: 2000F Segment: TRN02 Notes: TRN01 = "1" | ClaimResponse.item.extension:itemTraceNumber Note: CommunicationRequest.payload.extension:serviceLineNumber references this item | ClaimResponse = Bundle.entry[0].resource | | LOINC Attachment Code | Loop: 2000E Segment: HI?? or Loop: 2000F Segment: PWK?? Notes: Clarify! | ClaimResponse.item.commmunicationRequest: CommunicationRequest.payload.extension:contentModifier | ClaimResponse = Bundle.entry[0].resource | | Date of Service | Loop: 2000E (event level) or 2000F (line level) Segment: DTP03 Notes: DTP01="742" DTP02 = date format code | ClaimResponse.item.extension:requestedServiceDate | ClaimResponse = Bundle.entry[0].resource | | Member ID | Loop: 2010C Segment: NM109 Notes: NM108 = id code qualifier | ClaimResponse.patient: Patient.identifer | ClaimResponse = Bundle.entry[0].resource, Patient = Bundle.entry[n].resource referenced by ClaimResponse.patient | {:.grid} The data element mapping table is available as a [CSV](https://build.fhir.org/ig/HL7/davinci-ecdx/data-element-mapping.csv) or [Excel](https://build.fhir.org/ig/HL7/davinci-ecdx/data-element-mapping.xlsx) file. ### Examples #### PAS Resource Examples <!-- ##### FHIR ClaimResponse Resource for Approved Claim :::spoiler {%gist FHIR https://gist.github.com/Healthedata1/6f58c842f088828310531f633f8d0c91 %} ::: ##### FHIR ClaimResponse Resource for Pended Claim for More Information :::spoiler {%gist Healthedata1/60fe37274344102a014572274cee3be2 %} ::: --> ##### FHIR CommunicationRequest Resource for Requesting Attachments :::spoiler {%gist Healthedata1/b421aaab4175fe9b6e8c5af24ca7838c %} ::: ##### Pended PAS Response Bundle Requesting More Information The PAS CommunicationRequest has the LOINC Attachment Code 18748-4 “Diagnostic imaging study”. Contents: 1. ClaimResponse 1. CommunicationRequest 1. Organization (insurer) 1. Organization (requester) 1. Patient :::spoiler {%gist Healthedata1/573447fbdd8398edbf5ebfb561691d1b %} ::: ##### Completed PAS Response Bundle Cmpleted adjudicated response that approves the prior-authorization Contents: 1. ClaimResponse 1. Organization (insurer) 1. Organization (requester) 1. Patient :::spoiler ## :construction_worker: TODO ::: #### `$submit-attachment` Operation :::spoiler ## :construction_worker: TODO ::: <!-- ## Can the CDEX Reference Implementation Provider Server (RI) Simulate the EHR Role for this Transaction? ### Questions? What would the functional role of the CDEX RI be? 1. Would the CDEX RI be submitting the initial claims to Payer system using `$submit` operation and the PAS Bundle Payload? 1. Capabilities of the PAS RI(https://github.com/HL7-DaVinci/prior-auth)? 1. Payer serve as the both Payer + intermediary 1. support subscriptions for pended results 1. PAS operations ($submit) 1. Contact for demonstration 1. Would the CDEX RI subscribe to get updates for pended results? Yes --> ## Background ### Detailed PAS CDex Interaction ![](https://hackmd.io/_uploads/BkxQkJa5p2.png) ### Annotated [PAS CommunicationRequest](http://build.fhir.org/ig/HL7/davinci-pas/StructureDefinition-profile-communicationrequest.html) ![](https://hackmd.io/_uploads/S1sqCCXph.png) ### Annotated [CDex $submit_attachment](http://hl7.org/fhir/us/davinci-cdex/OperationDefinition-submit-attachment.html) Showing the relationship to the patient event Tracking Number and service level tracking number ![](https://hackmd.io/_uploads/SJzbYL4ph.png) ### Annotated [CDex Task Attachment Request Profile](http://hl7.org/fhir/us/davinci-cdex/StructureDefinition-cdex-task-attachment-request.html) Showing the relationship to the patient event Tracking Number and service level tracking number ![](https://hackmd.io/_uploads/Bk5aqUVTn.png)

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password
    or
    Sign in via Facebook Sign in via X(Twitter) Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    By signing in, you agree to our terms of service.

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully