Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

How to generate token to communicate with Millennium CERNER from postman.

219 views
Skip to first unread message

Piyush Godara

unread,
May 10, 2019, 3:22:21 PM5/10/19
to Cerner FHIR Developers
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": [
              {
                "system": "http://hl7.org/fhir/restful-security-service",
                "code": "SMART-on-FHIR"
              }
            ],
            "text": "OAuth2 using SMART-on-FHIR profile (see http://docs.smarthealthit.org/)."
          }
        ],
        "description": "OAuth2 plus SMART extensions"
      },
      "resource": [
        {
          "type": "Conformance",
          "interaction": [
            {
              "code": "read"
            }
          ]
        }
      ]
    }
  ]
}

Thanks
Piyush

Jenni Syed (Cerner)

unread,
May 13, 2019, 10:30:01 AM5/13/19
to Cerner FHIR Developers
Hi,

You can see examples of the steps used to authorize here: http://fhir.cerner.com/authorization/

There's also a tutorial that you may want to try out which will walk you through some of this: http://fhir.cerner.com/smart/#tutorial (as well as accessing the resources).

Regards,
Jenni

Reply all
Reply to author
Forward
0 new messages