fhir 0.1.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
{
  "attribute": "ex3",
  "valueCoding": {
    "system": "http://example.org/fhir/example3",
    "code": "some-code",
    "display": "Something Coded"
  }
}