Questionnaire Profile¶
| Canonical | ../StructureDefinition/nexus-emr-core-questionnaire |
|---|---|
| Status | draft (experimental) · 1.26.0 |
| Base | Questionnaire (constraint) |
| Source | FSH · JSON |
A Nexus EMR form definition: what it asks, what it produces, and where its answers land in the chart.
TypedFhir API / C#
The typed accessor surface Questionnaire exposes for Questionnaire — 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 Questionnaire : 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. |
| Url | string? |
read/write | Canonical identity of this form |
| Version | string? |
read/write | Business version of the form |
| Name | string? |
read/write | Machine-readable name |
| Title | string? |
read/write | The form's name, as shown in a picker |
| Status | string? |
read/write | draft | active | retired | unknown |
| Date | FuzzyDate? |
read/write | Date last changed |
| Publisher | string? |
read/write | Name of the publisher (organization or individual) |
| Description | string? |
read/write | Natural language description of the questionnaire |
| Jurisdiction | Concepts |
read/write · raw twin | Intended jurisdiction for questionnaire (if applicable) |
| EffectivePeriod | JsonNode? |
read/write | When the questionnaire is expected to be used |
| Code | Json[]? |
read/write | Concept that represents the overall questionnaire |
| Item | Json[]? |
read/write | The questions, and where their answers go |