ClinicalImpression Profile¶
| Canonical | ../StructureDefinition/nexus-emr-core-clinicalimpression |
|---|---|
| Status | draft · 1.26.0 |
| Base | ClinicalImpression (constraint) |
| Source | FSH · JSON |
Nexus EMR profile for ClinicalImpression capturing the Assessment section of a SOAP encounter note. Purpose: export assessment text. Should be exported by EMRs that have the ability to parse the 'A' text out of a SOAP note.
TypedFhir API / TypeScript
The typed accessor surface ClinicalImpression exposes for ClinicalImpression — 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 ClinicalImpression extends ClinicalResource — generated source
| Accessor | Type | Access | Notes |
|---|---|---|---|
| $effectiveDate | FuzzyDate | undefined |
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 | undefined |
read-only | The resource's human headline — a coded concept's label, else a title / name, else undefined. |
| status | string | undefined |
read/write | preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error |
| statusReason | Concept | undefined |
read/write · raw twin | Reason for current status |
| code | Concept | undefined |
read/write · raw twin | Assessment type with raw code support |
| description | string | undefined |
read/write | Assessment narrative from SOAP note |
| subject | Reference | undefined |
read/write · raw twin | Patient being assessed |
| encounter | Reference | undefined |
read/write · raw twin | Encounter during which assessment was made |
| date | FuzzyDate | undefined |
read/write | When assessment was recorded |
| prognosisCodeableConcept | Concepts |
read/write · raw twin | Estimate of likely outcome |