Calcium HealthCare Developer Portal
Welcome to Calcium HealthCare Developer Portal. Access API documentation for our APIs.
Welcome to Calcium HealthCare Developer Portal. Access API documentation for our APIs.
We provide a lightweight REST-based access layer for standard models.
Issuer
Sub
Exp
Secret
Issued at
Support team.
Through email
Issuer – Unique id to identify the client organization.
Sub- User who is part of the client organization.
Exp – Expiration date.
Secret – Secret key which is very specific for the client organization.
Issued at – When the token is generated.
Through email
Through email
FHIR Bundle
It should contain the patient resource type
1. FirstName
2. LastName
3. DOB
4. Gender
5. Address
6. Telecom
7. SourceId of the bundle
Field Name | Comments |
---|---|
active | |
type | There are several value sets supported: https://www.hl7.org/fhir/valueset-organization-type.html |
name | |
telecom | |
address | |
partOf | Link to the department or to the parent Organization. |
Response Code | |
---|---|
200 | Success |
401 | Unauthorized |
....
{
"resourceType": "Bundle",
"id": "20d4dc8d-3b04-4d9a-a6ad-561fcb5949ca",
"meta": {
"lastUpdated": "2022-12-20T08:06:27.2942935+00:00"
},
"type": "searchset",
"link": [
{
"relation": "next",
"url": "https://wsfhirdeves001-app.fhir.azurehealthcareapis.com/Patient/96ff032b-cb67-4788-9efe-77a0a69b9c17/$everything?_type=Patient,Observation,Encounter,DiagnosticReport,Condition,Immunization,Procedure,MedicationStatement,CarePlan&ct=NMkxCoRADAXQu6S2cUs7sRIsBla2DxgwOPzATGYb9WQWHskriIWvfddx%2Fj%2FbSmHmLNTUFfVwSeDYGVxR2NUw2iKgBiXGirqSksC%2FIm3MNiiWfnov8FOBXQX%2Bk5TV8CzVtN8AAAD%2F%2Fw%3D%3D"
},
{
"relation": "self",
"url": "https://wsfhirdeves001-app.fhir.azurehealthcareapis.com/Patient/96ff032b-cb67-4788-9efe-77a0a69b9c17/$everything?_type=Patient,Observation,Encounter,DiagnosticReport,Condition,Immunization,Procedure,MedicationStatement,CarePlan"
}
],
"entry": [
{
"fullUrl": "https://wsfhirdeves001-app.fhir.azurehealthcareapis.com/Patient/96ff032b-cb67-4788-9efe-77a0a69b9c17",
"resource": {
"resourceType": "Patient",
"id": "96ff032b-cb67-4788-9efe-77a0a69b9c17",
"meta": {
"versionId": "1",
"lastUpdated": "2022-12-20T08:01:17.601+00:00",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient",
"http://fhir.org/guides/argonaut/StructureDefinition/argo-patient"
]
},
"text": {
"status": "generated",
"div": "John Smith, 37y.o., Male, USA"
},
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical record number"
}
],
"text": "Medical record number"
},
"system": "https://www.healthgorilla.com",
"value": "96ff032b-cb67-4788-9efe-77a0a69b9c17"
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical record number"
}
],
"text": "Medical record number"
},
"value": "761164"
}
],
"active": true,
"name": [
{
"text": "FHIRIntegration Test",
"family": "Test",
"given": [
"FHIRIntegration"
]
}
],
"gender": "Male",
"birthDate": "1986-08-01",
"address": [
{
"use": "home",
"text": "25365",
"postalCode": "25365",
"country": "USA"
},
{
"use": "home",
"text": "17 Main Rd., Prostoquashino, CA 02368",
"line": [
"17 Main Rd."
],
"city": "Prostoquashino",
"state": "CA",
"postalCode": "02368",
"country": "USA"
},
{
"use": "home",
"text": "2222 Home Street, Beaverton, OR 97867",
"line": [
"2222 Home Street"
],
"city": "Beaverton",
"state": "OR",
"postalCode": "97867",
"country": "USA"
}
],
"telecom": [
{
"system": "phone",
"value": "(554) 555-2085"
}
],
"managingOrganization": {
"reference": "Organization/3c9228e7-7424-4f95-a0c7-9b6fccff1f32",
"display": "Calcium"
}
},
"search": {
"mode": "match"
}
}
]
}