Skip to content

QuestionnaireResponse Profile

Canonical../StructureDefinition/nexus-emr-core-questionnaireresponse
Statusdraft (experimental) · 1.26.0
BaseQuestionnaireResponse (constraint)
SourceFSH · 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 / Python

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(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.
questionnaire str | None read/write Canonical URL of the form definition this answers
status str | None read/write Where the response is in its lifecycle
subject Reference | None read/write · raw twin The patient the form is about
encounter Reference | None read/write · raw twin The encounter during which the form was completed
authored FuzzyDate | None read/write When the form was completed
author Reference | None read/write · raw twin Who recorded the answers
source Reference | None read/write · raw twin Who supplied the answers
item dict[] | None read/write The answered questions (structure intentionally unconstrained)