Offline
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

ResourceCountProfile
Patient19,354US Core Patient
Encounter84,210US Core Encounter
Condition127,503US Core Condition · Problems & Health Concerns
Observation1.2MUS Core Lab Result · Vital Signs
MedicationRequest61,820US Core MedicationRequest
MedicationStatement38,402US Core MedicationStatement
AllergyIntolerance22,901US Core AllergyIntolerance
Immunization54,672US Core Immunization
DiagnosticReport208,114US Core DiagnosticReport (Lab + Note)
DocumentReference402,510US Core DocumentReference (C-CDA)
Procedure47,318US Core Procedure
CarePlan8,402US Core CarePlan
Coverage21,005Da 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" }]
}