fhir 1.0.0

Fast Healthcare Interoperability Resources (FHIR) API is a standardized, RESTful interface for exchanging electronic health records.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "cors": true,
  "service": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/restful-security-service",
          "code": "SMART-on-FHIR",
          "display": "SMART-on-FHIR"
        }
      ],
      "text": "See http://docs.smarthealthit.org/"
    }
  ]
}