Skip to content

[Source]: practicefusion/patientfusion Configuration - 4k Endpoints #27

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

Closed
11 of 17 tasks
AnalogJ opened this issue Feb 7, 2024 · 3 comments
Closed
11 of 17 tasks

Comments

@AnalogJ
Copy link
Member

AnalogJ commented Feb 7, 2024

EHR/Platform Name

PatientFusion

CHPL Website

https://chpl.healthit.gov/#/listing/11507

Developer Documentation

https://www.practicefusion.com/fhir/api-specifications/

Endpoint List

https://www.practicefusion.com/assets/static_files/ServiceBaseURLs.json

Example Patient Portal Login Website

No response

Developer Portal

https://pfpds.practicefusion.com/s - will require password reset.

Sandbox Patient Credentials

None

Fasten Sources Definition

No response

Platform Developer Readiness Checklist

  • developer documentation
  • sandbox - endpoint published
  • sandbox - client registration
  • sandbox - test patient username & password
  • sandbox - no fees
  • sandbox - inferno testing passed
  • production - client registration
  • production - endpoint list published
  • production - endpoint catalog/health system info published
  • production - no fees
  • production - automatic client distribution

Notes

No Sandbox for testing.

Does Practice Fusion have a Sandbox environment where our organization can test our API?
No, Practice Fusion does not have a sandbox at this time.

Unsure if my integration is sandbox or production mode

Authorization URL: https://api.patientfusion.com/fhir/r4/v1/118b460b-8390-4754-8e4a-1dd5ee20f599/authorize?aud=https%3A%2F%2Fapi.patientfusion.com%2Ffhir%2Fr4%2Fv1%2F118b460b-8390-4754-8e4a-1dd5ee20f599%2F&client_id=oejbuAI4EiqmDVH96M4MYOVKMv6a2ivZ&redirect_uri=https%3A%2F%2Fapi.connect.fastenhealth.com%2Fv1%2Fbridge%2Fcallback&response_mode=query&response_type=code&scope=fhirUser+openid+profile+offline_access+patient%2FAllergyIntolerance.read+patient%2FCarePlan.read+patient%2FCareTeam.read+patient%2FCondition.read+patient%2FDevice.read+patient%2FDiagnosticReport.read+patient%2FDocumentReference.read+patient%2FEncounter.read+patient%2FGoal.read+patient%2FImmunization.read+patient%2FMedicationRequest.read+patient%2FObservation.read+patient%2FOrganization.read+patient%2FPatient.read+patient%2FPractitioner.read+patient%2FProcedure.read+patient%2FProvenance.read&state=test-connect-state-id

api.patientfusion.com/fhir/r4/v1/0c8b3e84-7b72-4903-aa51-4996faffac39/authorize?aud=https%3A%2F%2Fapi.patientfusion.com%2Ffhir%2Fr4%2Fv1%2F0c8b3e84-7b72-4903-aa51-4996faffac39%2F&client_id=oejbuAI4EiqmDVH96M4MYOVKMv6a2ivZ&redirect_uri=https%3A%2F%2Fapi.connect.fastenhealth.com%2Fv1%2Fbridge%2Fcallback&response_mode=query&response_type=code&scope=fhirUser+openid+profile+offline_access+patient%2FAllergyIntolerance.read+patient%2FCarePlan.read+patient%2FCareTeam.read+patient%2FCondition.read+patient%2FDevice.read+patient%2FDiagnosticReport.read+patient%2FDocumentReference.read+patient%2FEncounter.read+patient%2FGoal.read+patient%2FImmunization.read+patient%2FMedicationRequest.read+patient%2FObservation.read+patient%2FOrganization.read+patient%2FPatient.read+patient%2FPractitioner.read+patient%2FProcedure.read+patient%2FProvenance.read&state=test-connect-state-id

{
  "custom_definition": true,
  "platform_type": "practicefusion",
  "authorization_endpoint": "https://api.patientfusion.com/fhir/r4/v1/118b460b-8390-4754-8e4a-1dd5ee20f599/authorize",
  "token_endpoint": "https://api.patientfusion.com/fhir/r4/v1/118b460b-8390-4754-8e4a-1dd5ee20f599/token",
  "url": "https://api.patientfusion.com/fhir/r4/v1/118b460b-8390-4754-8e4a-1dd5ee20f599",
  "client_id": "XXXX",
  "redirect_uri": "https://lighthouse.fastenhealth.com/sandbox/callback/practicefusion",
  "grant_types_supported": [
    "authorization_code"
  ],
  "response_types_supported": [
    "code"
  ],
  "response_modes_supported": [
    "query"
  ],
  "aud": "https://api.patientfusion.com/fhir/r4/v1/118b460b-8390-4754-8e4a-1dd5ee20f599",
  "scopes_supported": [
    "fhirUser",
    "openid",
    "profile",
    "offline_access",
    "patient/Patient.read"
  ],
  "confidential": false,
  "code_challenge_methods_supported": [
    "S256"
  ],
  "issuer": "https://api.patientfusion.com/fhir/r4/v1/118b460b-8390-4754-8e4a-1dd5ee20f599"
}

Status

  • Email sent Feb 12 requesting Sandbox Credentials, no response. Followup email sent Feb 29th
  • Find list of Production Endpoints & Organizations
  • Request Production Access
  • 12/21/2024 - Requested Fasten Connect Application
  • 12/24/2024 - Test production endpoints and ensure they work with our client id
  • 12/24/2024 - confirmed production working. Need to start fasten-sources-gen work.
@AnalogJ AnalogJ changed the title PatientFusion Configuration practicefusion Configuration Feb 7, 2024
@AnalogJ AnalogJ changed the title practicefusion Configuration practicefusion/patientfusion Configuration - 4k Endpoints Feb 29, 2024
@AnalogJ
Copy link
Member Author

AnalogJ commented Mar 11, 2024

{
  "custom_definition": true,
  "platform_type": "practicefusion",
  "should_override_redirect": false,
  "override_redirect": "",
  "authorization_endpoint": "https://api.patientfusion.com/fhir/r4/v1/118b460b-8390-4754-8e4a-1dd5ee20f599/authorize",
  "token_endpoint": "https://api.patientfusion.com/fhir/r4/v1/118b460b-8390-4754-8e4a-1dd5ee20f599/token",
  "url": "https://api.patientfusion.com/fhir/r4/v1/118b460b-8390-4754-8e4a-1dd5ee20f599",
  "client_id": "xxxx",
  "redirect_uri": "https://lighthouse.fastenhealth.com/sandbox/callback/practicefusion",
  "grant_types_supported": [
    "authorization_code"
  ],
  "response_types_supported": [
    "code"
  ],
  "response_modes_supported": [
    "query"
  ],
  "aud": "https://api.patientfusion.com/fhir/r4/v1/118b460b-8390-4754-8e4a-1dd5ee20f599",
  "scopes_supported": [
    "fhirUser",
    "openid",
    "profile",
    "offline_access",
    "patient/Patient.read"
  ],
  "confidential": true,
  "confidential_endpoint": "8b340f03-7643-4315-9bb6-6b01e31e5402",
  "pkce": true,
  "code_challenge_methods_supported": [
    "S256"
  ],
  "issuer": "https://api.patientfusion.com/fhir/r4/v1/118b460b-8390-4754-8e4a-1dd5ee20f599",
  "cors_relay_required": false
}

@AnalogJ AnalogJ changed the title practicefusion/patientfusion Configuration - 4k Endpoints [Source]: practicefusion/patientfusion Configuration - 4k Endpoints Dec 18, 2024
@AnalogJ
Copy link
Member Author

AnalogJ commented Dec 22, 2024

Opened a ticket to request Fasten Connect application.

@AnalogJ
Copy link
Member Author

AnalogJ commented Dec 25, 2024

fixed in f034c3b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

1 participant