Encounter Profile¶
| Canonical | ../StructureDefinition/nexus-emr-core-encounter |
|---|---|
| Status | draft · 1.26.0 |
| Base | Encounter (constraint) |
| Source | FSH · JSON |
Defines the Encounter resource constraints for the Nexus EMR project (CII), conforming to CA-Core+ requirements.
TypedFhir API / TypeScript
The typed accessor surface Encounter exposes for Encounter — 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 Encounter 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 | Where the encounter is in its lifecycle |
| class | string | undefined |
read/write | Classification of patient encounter |
| type | Concepts |
read/write · raw twin | Encounter type with raw code support |
| serviceType | Concept | undefined |
read/write · raw twin | Service type with raw code support |
| priority | Concept | undefined |
read/write · raw twin | Indicates the urgency of the encounter |
| subject | Reference | undefined |
read/write · raw twin | The patient present at the encounter |
| participant | Json[] | undefined |
read/write | List of participants involved in the encounter |
| appointment | References |
read/write · raw twin | The appointment this encounter fulfils (1:1 in primary care) |
| period | Json | undefined |
read/write | The start and end time of the encounter |
| reasonCode | Concepts |
read/write · raw twin | Encounter reason with raw code support |
| diagnosis | Json[] | undefined |
read/write | The list of diagnoses relevant to this encounter |
| location | Json[] | undefined |
read/write | List of locations where the encounter occurred |
| serviceProvider | Reference | undefined |
read/write · raw twin | The organization providing the service |