Stream: MiHIN Consumer Mediated Exchange
Topic: FHIR Servers
Sandy Vance (Jun 04 2018 at 15:17):
FHIR server hosted by MiHIN:
52.200.214.141/fhir/home
Sandy Vance (Jun 04 2018 at 15:19):
There will be a new server address with all of the immunizations loaded after lunch
Sandy Vance (Jun 04 2018 at 15:29):
The card that you received at registration with a user name and password should allow you access to ALL of the MiHIN FHIR servers.
Sheridan Cook (Jun 04 2018 at 15:31):
Here is the URL for the FHIR Station API with the user ID for Billy Chen, a seven year old male. I'll be providing other user IDs in another thread shortly.
https://fire-pit.mihin.org/fhirstation/Immunization/Patient-1124
Andy Stechishin (Jun 04 2018 at 15:37):
Sheridan what are the IDs for the other 2 patients?
Andy Stechishin (Jun 04 2018 at 15:37):
and the URL above, is that https?
Sheridan Cook (Jun 04 2018 at 15:37):
Example URL for testing log-in with user credentials (https://fire-pit.mihin.org/pit-ehr2/user-login), please let Sheridan or Kathleen know if you are struggling getting logged into the servers. A full list of available servers can be found in the MiHIN FHIR-PIT Connectathon Training Guide
Gregory Harris (Jun 04 2018 at 15:48):
@Sheridan Cook What is the base url for searching from the fhirstation please?
Sheridan Cook (Jun 04 2018 at 16:05):
We're working on getting updates into a FHIR Server that will have Linda and Cady's full set of immunization information will be available after lunch, we'll be sharing that URL in this thread.
In the meantime, you can use the following servers to find immunizations. If you hit an error when you first access the URL, try refreshing the page.
FHIR Station URL:
https://fire-pit.mihin.org/fhirstation/Immunization/Patient-1124
FHIR PIT URLs:
1. https://fire-pit.mihin.org/pit-ehr1/
2. https://fire-pit.mihin.org/pit-ehr2/
3. https://fire-pit.mihin.org/pit-ehr3/
4. https://fire-pit.mihin.org/pit-ehr3/
5. https://fire-pit.mihin.org/pit-hie1/
6. https://fire-pit.mihin.org/pit-hie2/
7. https://fire-pit.mihin.org/pit-hie3/
8. https://fire-pit.mihin.org/pit-hie4/
9. https://fire-pit.mihin.org/pit-bcbspayer/
10. https://fire-pit.mihin.org/pit-payer/
11. https://fire-pit.mihin.org/pit-acrs/
12. https://fire-pit.mihin.org/pit-hd/
13. https://fire-pit.mihin.org/cqf-ruler/tester/
Sheridan Cook (Jun 04 2018 at 16:10):
@Sheridan Cook What is the base url for searching from the fhirstation please?
Hi Greg, here is the URL with the Patient ID for Billy Chen. https://fire-pit.mihin.org/fhirstation/Immunization/Patient-1124
You can find ther other IDs in the User ID Section.
Sheridan Cook (Jun 04 2018 at 16:53):
Simple FHIR Client: https://bitbucket.org/mihinss/simplefhirclient/
Sheridan Cook (Jun 04 2018 at 20:03):
Thank you for your patience, here is the new server that will have Linda and Cady's immunizations. This will have the richer set of their immunizations. Cady will have 32 immunizations and Linda will have 19 immunizations.
http://107.23.176.143:8080/fhir-pit/
Linda: http://107.23.176.143:8080/fhir-pit/baseDstu3/Immunization?patient=Patient-1155
Cady: http://107.23.176.143:8080/fhir-pit/baseDstu3/Immunization?patient=Patient-1126
Peter Murphy (Jun 05 2018 at 14:39):
Examples of security tags:
{
"system": "http://hl7.org/fhir/v3/ActCode"
},
{
"system": "http://hl7.org/fhir/v3/Confidentiality",
"code": "R",
"display": "restricted"
},
{
"system": "http://hl7.org/fhir/v3/ActCode",
"code": "ROA",
"display": "HIPAA Right of Access"
},
{
"system": "http://hl7.org/fhir/v3/ActReason",
"code": "POU",
"display": "Purpose of Use"
},
{
"system": "http://hl7.org/fhir/v3/ActCode",
"code": "MINEC",
"display": "Minimum Necessity"
},
{
"system": "http://hl7.org/fhir/v3/ActCode",
"code": "NODSLCD",
"display": "Do not disclose without consent directive"
}
Last updated: Apr 12 2022 at 19:14 UTC