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 / C#
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 |
|---|---|---|---|
| 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. |
| ClinicalStatus | Concept? |
read/write · raw twin | Whether the condition is still current |
| VerificationStatus | Concept? |
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? |
read/write · raw twin | Condition/diagnosis with raw code support |
| BodySite | Concepts |
read/write · raw twin | Anatomical location, if relevant |
| RecordedDate | FuzzyDate? |
read/write | Date condition was first recorded |
| OnsetDateTime | FuzzyDate? |
read/write | When the condition started |
| Subject | Reference? |
read/write · raw twin | Who has the condition |