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 / TypeScript
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 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 | draft | issued | balanced | cancelled | entered-in-error |
| type | Concept | undefined |
read/write · raw twin | Type of invoice — carries pay_program coding for Canadian billing |
| subject | Reference | undefined |
read/write · raw twin | The patient who received the services |
| date | FuzzyDate | undefined |
read/write | Billing date |
| participant | Json[] | undefined |
read/write | Billing provider and related roles (billing, appointment, assistant, referring) |
| issuer | Reference | undefined |
read/write · raw twin | Organization issuing the invoice |
| lineItem | Json[] | undefined |
read/write | One line per billing service code |
| totalGross | Json | undefined |
read/write | Total gross amount |
| note | Notes |
read/write | Free-text comment |