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 / C#
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 : 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 | Where the encounter is in its lifecycle |
| Class | string? |
read/write | Classification of patient encounter |
| Type | Concepts |
read/write · raw twin | Encounter type with raw code support |
| ServiceType | Concept? |
read/write · raw twin | Service type with raw code support |
| Priority | Concept? |
read/write · raw twin | Indicates the urgency of the encounter |
| Subject | Reference? |
read/write · raw twin | The patient present at the encounter |
| Participant | Json[]? |
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 | JsonNode? |
read/write | The start and end time of the encounter |
| ReasonCode | Concepts |
read/write · raw twin | Encounter reason with raw code support |
| Diagnosis | Json[]? |
read/write | The list of diagnoses relevant to this encounter |
| Location | Json[]? |
read/write | List of locations where the encounter occurred |
| ServiceProvider | Reference? |
read/write · raw twin | The organization providing the service |