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.
Elements / Differential
What this profile constrains beyond Condition. Anything not listed is unchanged from the base; muted type/cardinality values are the base's, shown for context.
| Element | Flags | Card. | Type | Description & Constraints |
|---|---|---|---|---|
| Condition | Nexus EMR Condition Core Invariants: nexus-note-extension-not-where-native |
|||
| meta | 0..1 | Meta | ||
| source | S | 0..1 | uri | Identifies EMR instance & pipeline version the resource came from i |
| text | S | 0..1 | Narrative | Narrative i |
| identifier | S | 0..* | Identifier | Business identifier(s) for condition i |
| system | 1..1 | uri | i | |
| value | 1..1 | string | i | |
| clinicalStatus | 0..1 | CodeableConcept | Whether the condition is still current i Binding: condition-clinical ( required) |
|
| verificationStatus | 0..1 | CodeableConcept | How confident the recorder is that the condition is real i Binding: condition-ver-status ( required) |
|
| category | S | 1..* | CodeableConcept | i Binding: condition-category ( extensible) |
| severity | 0..1 | CodeableConcept | i Binding: condition-severity ( preferred) |
|
| code | S | 1..1 | CodeableConcept | Condition/diagnosis with raw code support i |
| coding | S | 0..* | Coding | A coded form of the condition i Slicing: value:system (open) |
| coding:icd10ca | 0..* | Coding | ICD-10-CA coding (system slot only; codes not enumerated -- CIHI-licensed) i | |
| system | 1..1 | uri | i Fixed: http://hl7.org/fhir/sid/icd-10-ca |
|
| code | 1..1 | code | ||
| text | S | 1..1 | string | Human-readable condition description (required) i |
| subject | S | 1..1 | Reference(Patient Profile) | Who has the condition i |
| encounter | S | 0..1 | Reference(Encounter Profile) | Encounter when condition was documented i |
| onset[x] | S | 0..1 | dateTime, Age, Period, Range, string | When the condition started i |
| abatement[x] | S | 0..1 | dateTime, Age, Period, Range, string | i |
| recordedDate | S | 0..1 | dateTime | Date condition was first recorded i |
| note | S | 0..* | Annotation | Clinical comments on the condition -- one whole comment per repeat i |