Invoice Profile¶
| Canonical | ../StructureDefinition/nexus-emr-core-invoice |
|---|---|
| Status | draft · 1.26.0 |
| Base | Invoice (constraint) |
| CQL primary code path | type — what this means |
| Source | FSH · JSON |
Nexus EMR profile for Invoice representing Canadian provider-side billing records. Aligned with Oscar Pro's billing model: one invoice per claim header, with its line items inline. Phase 1 scope: Ontario OHIP billing via Oscar Pro.
TypedFhir API / C#
The typed accessor surface Invoice exposes for Invoice — 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 Invoice : 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 | draft | issued | balanced | cancelled | entered-in-error |
| Type | Concept? |
read/write · raw twin | Type of invoice — carries pay_program coding for Canadian billing |
| Subject | Reference? |
read/write · raw twin | The patient who received the services |
| Date | FuzzyDate? |
read/write | Billing date |
| Participant | Json[]? |
read/write | Billing provider and related roles (billing, appointment, assistant, referring) |
| Issuer | Reference? |
read/write · raw twin | Organization issuing the invoice |
| LineItem | Json[]? |
read/write | One line per billing service code |
| TotalGross | JsonNode? |
read/write | Total gross amount |
| Note | Notes |
read/write | Free-text comment |