Observation Profile¶
| Canonical | ../StructureDefinition/nexus-emr-core-observation |
|---|---|
| Status | draft · 1.26.0 |
| Base | Observation (constraint) |
| Source | FSH · JSON |
Nexus EMR profile for the Observation resource, based on CA-Core. Represents measurements, tests, and simple assertions originating from source EMRs for aggregation.
TypedFhir API / Python
The typed accessor surface Observation exposes for Observation — 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 Observation(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. |
| status | str | None |
read/write | Where the result is in its lifecycle |
| category | Concepts |
read/write · raw twin | Classification of type of observation |
| code | Concept | None |
read/write · raw twin | Observation type with raw code support |
| value | Quantity | None |
read/write · raw twin | Actual observation result |
| date | FuzzyDate | None |
read/write | Clinically relevant time/time-period for observation |
| interpretation | Concepts |
read/write · raw twin | High, low, normal, etc. |
| low | Quantity | None |
read/write · raw twin | Low Range, if relevant |
| high | Quantity | None |
read/write · raw twin | High Range, if relevant |
| data_absent_reason | Concept | None |
read/write · raw twin | Why the result is missing |
| subject | Reference | None |
read/write · raw twin | Who and/or what the observation is about |