for getting data from cerner using http://hapi.fhir.org in json structure with all the fields.

67 views
Skip to first unread message

Nirav Mistry

unread,
May 11, 2019, 1:18:04 AM5/11/19
to Cerner FHIR Developers
Hello Cerner Team,

I am using for http://hapi.fhir.org getting data from test server for future integration.

I am able to get the patient and provider data in my application (c#).
When doing the integration, I found out that the structure of the json is different in 75% cases for data in code.
Below is the example for provider json result:
Provider #1
 {
      "fullUrl": "http://hapi.fhir.org/baseDstu3/Practitioner/1906111",
      "resource": {
        "resourceType": "Practitioner",
        "id": "1906111",
        "meta": {
          "versionId": "2",
          "lastUpdated": "2019-05-09T07:48:28.354+00:00"
        },
        "identifier": [
          {
            "system": "http://www.acme.org/practitioners",
            "value": "P100"
          }
        ],
        "active": true,
        "name": [
          {
            "family": "Gupta",
            "given": [
              "JitenderSingh"
            ],
            "prefix": [
              "Dr"
            ]
          }
        ],
        "telecom": [
          {
            "system": "phone",
            "value": "+91123456780",
            "use": "work"
          }
        ],
        "address": [
          {
            "use": "home",
            "line": [
              "540 Erewhon St"
            ],
            "city": "PleasantVille",
            "state": "Vic",
            "postalCode": "32000"
          }
        ],
        "qualification": [
          {
            "identifier": [
              {
                "system": "http://example.org/UniversityIdentifier",
                "value": "123489"
              }
            ],
            "code": {
              "coding": [
                {
                  "system": "http://hl7.org/fhir/v2/0360/2.7",
                  "code": "BS",
                  "display": "Bachelor of Science"
                }
              ],
              "text": "Bachelor of Science"
            },
            "period": {
              "start": "1986"
            },
            "issuer": {
              "display": "Example University"
            }
          }
        ]
      },
      "search": {
        "mode": "match"
      }
    }

-----------------------------------------------------------------------
Provider #2
{
      "fullUrl": "http://hapi.fhir.org/baseDstu3/Practitioner/clinFhir8JgexR1svaZ24SbsXDn38HHC6Lv2",
      "resource": {
        "resourceType": "Practitioner",
        "id": "clinFhir8JgexR1svaZ24SbsXDn38HHC6Lv2",
        "meta": {
          "versionId": "1",
          "lastUpdated": "2019-05-09T09:44:45.308+00:00"
        },
        "identifier": [
          {
            "system": "http://clinfhir.com/fhir/NamingSystem/practitioner",
            "value": "8JgexR1svaZ24SbsXDn38HHC6Lv2"
          }
        ],
        "telecom": [
          {
            "system": "email",
            "value": "cat...@gmail.com"
          }
        ]
      },
      "search": {
        "mode": "match"
      }
    }


So, My question are....
1. Is there any place or location from where i get full json structure for all the api requests?
2. Is there any other test server available for integration?


Thanks,
Nirav





Michele Mottini

unread,
May 12, 2019, 9:54:20 PM5/12/19
to Cerner FHIR Developers
This mailing list is to support the Cerner FHIR implementation, your question appear to be not related to that....

1. Is there any place or location from where i get full json structure for all the api requests? 


2. Is there any other test server available for integration?

 
  - Michele
  CareEvolution Inc

Reply all
Reply to author
Forward
0 new messages