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
9
10
{
  "system": "phone",
  "value": "555-987-6543",
  "use": "work",
  "rank": 2,
  "period": {
    "start": "2024-01-01",
    "end": "2024-12-31"
  }
}