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 / Python
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 |
|---|---|---|---|
| effective_date | FuzzyDate | None |
read-only | The resource's effective date — the first present of this profile's date elements (precedence), normalized to the canonical FuzzyDatetime f… |
| display | str | None |
read-only | The resource's human headline — a coded concept's label, else a title / name, else undefined. |
| url | str | None |
read/write | Canonical identity of this form |
| version | str | None |
read/write | Business version of the form |
| name | str | None |
read/write | Machine-readable name |
| title | str | None |
read/write | The form's name, as shown in a picker |
| status | str | None |
read/write | draft | active | retired | unknown |
| date | FuzzyDate | None |
read/write | Date last changed |
| publisher | str | None |
read/write | Name of the publisher (organization or individual) |
| description | str | None |
read/write | Natural language description of the questionnaire |
| jurisdiction | Concepts |
read/write · raw twin | Intended jurisdiction for questionnaire (if applicable) |
| effective_period | dict | None |
read/write | When the questionnaire is expected to be used |
| code | dict[] | None |
read/write | Concept that represents the overall questionnaire |
| item | dict[] | None |
read/write | The questions, and where their answers go |