Patient Profile¶
| Canonical | ../StructureDefinition/nexus-emr-core-patient |
|---|---|
| Status | draft · 1.26.0 |
| Base | Patient (constraint) |
| Source | FSH · JSON |
Generic Nexus EMR core profile for patient demographic and administrative information, based on CA Core+. Designed to support a broad range of integration needs.
TypedFhir API / TypeScript
The typed accessor surface Patient exposes for Patient — generated from this IG's compiled profile; each typed accessor has a validating raw-FHIR twin (xRaw) where marked. The three ports are parity-enforced.
class Patient extends ClinicalResource — generated source
| Accessor | Type | Access | Notes |
|---|---|---|---|
| $effectiveDate | FuzzyDate | undefined |
read-only | The resource's effective date — the first present of this profile's date elements (precedence), normalized to the canonical FuzzyDatetime f… |
| $display | string | undefined |
read-only | The resource's human headline — a coded concept's label, else a title / name, else undefined. |
| active | boolean | undefined |
read/write | Whether this patient record is in active use |
| name | Names |
read/write | A name associated with the patient |
| telecom | Telecoms |
read/write | Contact details for the patient |
| gender | string | undefined |
read/write | Administrative gender (male | female | other | unknown) |
| birthDate | FuzzyDate | undefined |
read/write | The date of birth for the patient |
| address | Addresses |
read/write | Addresses for the patient |
| maritalStatus | Concept | undefined |
read/write · raw twin | Marital status with raw code support |
| communication | Json[] | undefined |
read/write | Language communication capabilities |
| generalPractitioner | References |
read/write · raw twin | Patient's primary care provider(s) |
| managingOrganization | Reference | undefined |
read/write · raw twin | Organization that maintains the patient record |