QuestionnaireBuilder |
This 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 be
|
StructureMapUtilities |
Services 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 mappings
|