Healthcare
Patient Medical Record JSON Example
A JSON example for a patient medical record — includes demographics, contact info, allergies, active medications, diagnoses, and insurance. Designed for health information systems and EHR APIs.
Field Reference
patientIdstringrequiredSystem-generated unique patient identifier (not the MRN)mrnstringrequiredMedical Record Number — facility-assigned identifier, may differ across facilitiesdemographics.dateOfBirthstringrequiredISO 8601 date (YYYY-MM-DD) — never store age as a number (it changes every year)allergiesarrayoptionalKnown allergies with substance, reaction, and severity — critical for medication safetyactiveMedicationsarrayoptionalCurrent medications with dosage, frequency, and prescribing providerdiagnosesarrayoptionalActive and historical diagnoses with ICD codes for billing and clinical decision supportrecordVersionnumberrequiredOptimistic concurrency version — increment on every write to detect stale updatesVariants
Minimal RegistrationMinimal fields required for patient registration at check-in.
Common Use Cases
- →Storing and retrieving patient demographics in a Hospital Information System (HIS)
- →Exchanging health data via HL7 FHIR REST API (Patient resource)
- →Pre-populating prescription forms with patient allergies and current medications
healthcareehrpatientfhirmedical
Validate or format this JSON
Paste the example above into JSONKit's tools to validate, minify, or explore the structure interactively.
Frequently Asked Questions
Related JSON Examples
API DesignUser ProfileStandard user profile JSON with personal info, address, and account metadata.API DesignREST API ResponseGeneric REST API response wrapper with data payload, status, and pagination meta.API DesignWebhook EventWebhook event envelope with type, resource object, and retry metadata.