We have windows desktop application for our software. We want to post data from our software to CERNER .
We have done all application registrations.
How can can i generate token to read patients?
This is my conformance response.
{
"resourceType": "Conformance",
"text": {
"status": "generated",
"div": "<div>Generated Conformance Statement</div>"
},
"name": "Cerner Conformance Statement",
"status": "draft",
"publisher": "Cerner",
"date": "2018-07-18",
"description": "Describes capabilities of this server",
"kind": "instance",
"fhirVersion": "1.0.2",
"acceptUnknown": "no",
"format": [
"json"
],
"rest": [
{
"mode": "server",
"documentation": "All the functionality defined in FHIR",
"security": {
"extension": [
{
"extension": [
{
"url": "token",
},
{
"url": "authorize",
}
]
}
],
"cors": true,
"service": [
{
"coding": [
{
"code": "SMART-on-FHIR"
}
],
}
],
"description": "OAuth2 plus SMART extensions"
},
"resource": [
{
"type": "Conformance",
"interaction": [
{
"code": "read"
}
]
}
]
}
]
}
Thanks
Piyush