DetectedIssue Profile¶
| Canonical | ../StructureDefinition/nexus-emr-core-detectedissue |
|---|---|
| Status | draft (experimental) · 1.26.0 |
| Base | DetectedIssue (constraint) |
| Source | FSH · JSON |
Nexus EMR profile for DetectedIssue -- drug-drug and drug-allergy interaction findings raised during prescribing, and the prescriber's recorded override of them. First pass: models the override audit trail; the severity mapping is not yet settled.
TypedFhir API / C#
The typed accessor surface DetectedIssue exposes for DetectedIssue — 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 DetectedIssue : 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. |
| Status | string? |
read/write | registered | preliminary | final | amended | ... (observation-status) |
| Code | Concept? |
read/write · raw twin | The kind of issue detected (drug-drug interaction, drug-allergy, etc.) |
| Severity | string? |
read/write | high | moderate | low |
| Patient | Reference? |
read/write · raw twin | The patient the issue was detected for |
| Implicated | References |
read/write · raw twin | The medication/allergy resources whose combination raised this issue |
| Mitigation | Json[]? |
read/write | The prescriber's recorded decision to proceed despite the issue |