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 / Python
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(ClinicalResource) — generated source
| Accessor | Type | Access | Notes |
|---|---|---|---|
| effective_date | FuzzyDate | None |
read-only | The resource's effective date — the first present of this profile's date elements (precedence), normalized to the canonical FuzzyDatetime f… |
| display | str | None |
read-only | The resource's human headline — a coded concept's label, else a title / name, else undefined. |
| active | bool | None |
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 | str | None |
read/write | Administrative gender (male | female | other | unknown) |
| birth_date | FuzzyDate | None |
read/write | The date of birth for the patient |
| address | Addresses |
read/write | Addresses for the patient |
| marital_status | Concept | None |
read/write · raw twin | Marital status with raw code support |
| communication | dict[] | None |
read/write | Language communication capabilities |
| general_practitioner | References |
read/write · raw twin | Patient's primary care provider(s) |
| managing_organization | Reference | None |
read/write · raw twin | Organization that maintains the patient record |