Demographics and administrative information about a person receiving healthcare services. This page documents the Patient resource as served by the mock.health synthetic FHIR R4 sandbox — 13 search parameters, US Core 6.1 profiling, and the elements accepted on write.
GET https://api.mock.health/fhir/Patient — searchGET https://api.mock.health/fhir/Patient/{id} — read by logical idPOST https://api.mock.health/fhir/Patient — create (Pro)PUT https://api.mock.health/fhir/Patient/{id} — update (Pro)_id (token) — Logical resource IDname (string) — Server-defined search on name fieldsfamily (string) — Family (last) namegiven (string) — Given (first) namebirthdate (date) — Date of birth (YYYY-MM-DD)gender (token) — Sex (male | female | other | unknown)identifier (token) — Patient identifier (system|value)address (string) — Any part of the addressaddress-city (string) — Cityaddress-state (string) — State (2-letter code)address-postalcode (string) — Postal/ZIP codeemail (token) — Email addressphone (token) — Phone numberFields accepted when creating or updating a Patient. Required elements are base FHIR cardinality; the rest are US Core must-support.
identifier (Identifier[]) — US Core requires at least one identifier (e.g. MRN)name (HumanName[]) — US Core requires at least one name with family and givengender (code) — US Core MS — male | female | other | unknownbirthDate (date) — US Core MS — date of birth (YYYY-MM-DD)Base definition: HL7 FHIR R4 Patient. Category: Patient & Demographics.
Practitioner · PractitionerRole · RelatedPerson
API reference · Quickstart · USCDI compliance · SMART on FHIR