QuestionnaireResponse Profile¶
| Canonical | ../StructureDefinition/nexus-emr-core-questionnaireresponse |
|---|---|
| Status | draft (experimental) · 1.26.0 |
| Base | QuestionnaireResponse (constraint) |
| Source | FSH · JSON |
Nexus EMR profile for QuestionnaireResponse -- completed intake, screening and consent forms, including those passed through from external eReferral partners. Appears in the patient chart's journey timeline. First pass: dating and form linkage; item structure is deliberately unconstrained.
TypedFhir API / TypeScript
The typed accessor surface QuestionnaireResponse exposes for QuestionnaireResponse — 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 QuestionnaireResponse 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. |
| questionnaire | string | undefined |
read/write | Canonical URL of the form definition this answers |
| status | string | undefined |
read/write | Where the response is in its lifecycle |
| subject | Reference | undefined |
read/write · raw twin | The patient the form is about |
| encounter | Reference | undefined |
read/write · raw twin | The encounter during which the form was completed |
| authored | FuzzyDate | undefined |
read/write | When the form was completed |
| author | Reference | undefined |
read/write · raw twin | Who recorded the answers |
| source | Reference | undefined |
read/write · raw twin | Who supplied the answers |
| item | Json[] | undefined |
read/write | The answered questions (structure intentionally unconstrained) |