Clic Santé
1.0.0 - trial-use
This page is part of the Interoperability of Clic Santé (v1.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
This identifier represents a scanned request for a DocumentReference that you will typically find on appointments where a scanned request file has been uploaded.
It's an unusual identifier used to point to an endpoint on Clic Santé's API where the scanned request (pdf) is retrievable.
After receiving a DocumentReference with this identifier, you can call the endpoint contained in the system field to get the file and it's content.
Field | Description | Scheme |
---|---|---|
system |
Contains the endpoint related to the file. | https://api3.clicsante.ca/v3/appointments/<organization id>/scannedRequest |
value |
Contains the file name. | <name>.pdf |
{
"identifier": [
{
"system": "https://api3.clicsante.ca/v3/appointments/1/scannedRequest",
"value": "document-test.pdf"
}
]
}