Condition Profile¶
| Canonical | ../StructureDefinition/nexus-emr-core-condition |
|---|---|
| Status | draft · 1.26.0 |
| Base | Condition (constraint) |
| Source | FSH · JSON |
Nexus EMR profile for Condition resource, representing health concerns (CII E11) or clinical assessments (CII E34). Constrains necessary elements, requires a Nexus EMR identifier, and adds support for required extensions and security labels.
TypedFhir API / Python
The typed accessor surface Condition exposes for Condition — 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 Condition(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. |
| clinical_status | Concept | None |
read/write · raw twin | Whether the condition is still current |
| verification_status | Concept | None |
read/write · raw twin | How confident the recorder is that the condition is real |
| category | Concepts |
read/write · raw twin | problem-list-item | encounter-diagnosis |
| code | Concept | None |
read/write · raw twin | Condition/diagnosis with raw code support |
| body_site | Concepts |
read/write · raw twin | Anatomical location, if relevant |
| recorded_date | FuzzyDate | None |
read/write | Date condition was first recorded |
| onset_date_time | FuzzyDate | None |
read/write | When the condition started |
| subject | Reference | None |
read/write · raw twin | Who has the condition |