cURL
curl --request GET \ --url https://cds.marmar.life/v1/fhir/{resourceType}/{id} \ --header 'Authorization: Bearer <token>'
{ "resourceType": "Patient", "id": "<string>", "identifier": [ { "value": "<string>", "system": "<string>" } ], "name": [ { "family": "<string>", "given": [ "<string>" ], "text": "<string>" } ], "gender": "<string>", "birthDate": "<string>" }
API key obtained from the Tenant Dashboard. Use as Authorization: Bearer YOUR_API_KEY
FHIR resource type.
Patient
MedicationStatement
MedicationRequest
Condition
AllergyIntolerance
Observation
Encounter
Resource identifier.
FHIR resource payload
Show child attributes