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 / C#
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 |
|---|---|---|---|
| EffectiveDate | FuzzyDate? |
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? |
read-only | The resource's human headline — a coded concept's label, else a title / name, else undefined. |
| Active | bool? |
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? |
read/write | Administrative gender (male | female | other | unknown) |
| BirthDate | FuzzyDate? |
read/write | The date of birth for the patient |
| Address | Addresses |
read/write | Addresses for the patient |
| MaritalStatus | Concept? |
read/write · raw twin | Marital status with raw code support |
| Communication | Json[]? |
read/write | Language communication capabilities |
| GeneralPractitioner | References |
read/write · raw twin | Patient's primary care provider(s) |
| ManagingOrganization | Reference? |
read/write · raw twin | Organization that maintains the patient record |