ART-DECOR® Questionnaires
0.5.0 - ci-build

ART-DECOR® Questionnaires - Local Development build (v0.5.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Definition Based Extraction

Questionnaire Definition-based Extraction

The context of an extraction is defined by the itemExtractionContext Extension. The context can be:

  • Extension.valueCode(ResourceType) -> a new resource is created
  • empty -> the resource context is derived from Questionnaire.item.definition.
  • low-prio: valueExpression -> fhir search expression pointing to a resource to be updated. e.g.: RelatedPerson?patient="

On the question items item.definition has to be populated like this: http://hl7.org/fhir/Patient#Patient.name this points to the path of the corresponding resource where the item answer is mapped to.

Medium priority has

  • the questionnaire-hidden Extension can be used to populate additional static elements of the mapped resource.
  • Point to profiles in item.definition. Rules of the profile will be applied to the created resource.

Low priority has