Clinical core
FHIR R4 · US Core profiles
The internal data model. USCDI v3 governs the elements; US Core profiles govern the shape. Everything ingested is normalized here.
FHIR version
R4
USCDI v3 · US Core 6.1
Resources stored
2.4M
Across 19,354 patients
Conformance
100%
Inferno US Core suite
Bulk $export jobs
14
This week
Resource inventory
| Resource | Count | Profile |
|---|---|---|
| Patient | 19,354 | US Core Patient |
| Encounter | 84,210 | US Core Encounter |
| Condition | 127,503 | US Core Condition · Problems & Health Concerns |
| Observation | 1.2M | US Core Lab Result · Vital Signs |
| MedicationRequest | 61,820 | US Core MedicationRequest |
| MedicationStatement | 38,402 | US Core MedicationStatement |
| AllergyIntolerance | 22,901 | US Core AllergyIntolerance |
| Immunization | 54,672 | US Core Immunization |
| DiagnosticReport | 208,114 | US Core DiagnosticReport (Lab + Note) |
| DocumentReference | 402,510 | US Core DocumentReference (C-CDA) |
| Procedure | 47,318 | US Core Procedure |
| CarePlan | 8,402 | US Core CarePlan |
| Coverage | 21,005 | Da Vinci HRex Coverage |
GET /Patient/carter-demo-001
200 OKapplication/fhir+json
{
"resourceType": "Patient",
"id": "carter-demo-001",
"meta": {
"profile": ["http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"]
},
"identifier": [
{ "system": "https://carter.med/mrn", "value": "CM-19475" },
{ "system": "http://hl7.org/fhir/sid/us-ssn", "value": "***-**-4421" }
],
"name": [{ "family": "Okafor", "given": ["Maya"] }],
"gender": "female",
"birthDate": "1991-03-14",
"address": [{ "city": "Houston", "state": "TX", "country": "US" }]
}