Package org.hl7.fhir.r4.utils
package org.hl7.fhir.r4.utils
-
ClassDescriptionUsed to take an overload dump from tx.fhir.org and turn it into a parameters resourceThis class takes a profile, and builds a questionnaire from it If you then convert this questionnaire to a form using the XMLTools form builder, and then take the QuestionnaireResponse this creates, you can use QuestionnaireInstanceConvert to build an instance the conforms to the profile FHIR context: conceptLocator, codeSystems, valueSets, maps, client, profiles You don"t have to provide any of these, but the more you provide, the better the conversion will beDecoration utilities for various resource typesServices in this class: string render(map) - take a structure and convert it to text map parse(text) - take a text representation and parse it getTargetType(map) - return the definition for the type to create to hand in transform(appInfo, source, map, target) - transform from source to target following the map analyse(appInfo, map) - generate profiles and other analysis artifacts for the targets of the transform map generateMapFromMappings(StructureDefinition) - build a mapping from a structure definition with logical mappingsthis is the version of the library, as opposed to the version of FHIR