{ "id": "bahmni.registration", "instanceOf":"bahmni.template.registration", "description": "Bahmni Patient Registration App", "extensionPoints": [ { "id": "org.bahmni.registration.patient.search.result.action", "description": "Bahmni Patient Search Result Action" }, { "id": "org.bahmni.registration.patient.next", "description": "After Bahmni Patient Registration, forward url configuration" } ], "contextModel": [ "patientUuid", "activeVisitUuid" ], "config" : { "patientInformation": { "additionalPatientInformation": { "title": "Informatii suplimentare", "attributes": [ ] }, "defaults": { "class": "General", "landHolding": 2 } }, "addressHierarchy": { "showAddressFieldsTopDown": false, "strictAutocompleteFromLevel": "stateProvince" }, "relationshipTypeMap": { "Doctor":"provider", "Parent":"patient" }, "autoCompleteFields":["familyName", "caste"], "defaultIdentifierPrefix": "SMUCJ", "defaultVisitType": "Consult", "searchByIdForwardUrl": "/patient/{{patientUuid}}", "showMiddleName": false, "showBirthTime": false, "showCasteSameAsLastNameCheckbox": false, "printOptions": [ { "translationKey": "REGISTRATION_PRINT_REG_CARD_LOCAL_KEY", "templateUrl": "/bahmni_config/openmrs/apps/registration/registrationCardLayout/print_local.html", "shortcutKey": "l" }, { "translationKey": "REGISTRATION_PRINT_REG_CARD_KEY", "templateUrl": "/bahmni_config/openmrs/apps/registration/registrationCardLayout/print.html", "shortcutKey": "p" }, { "translationKey": "REGISTRATION_PRINT_SUPPLEMENTAL_PAPER", "templateUrl": "/bahmni_config/openmrs/apps/registration/supplementalPaperLayout/print.html", "shortcutKey": "r" }, { "translationKey": "REGISTRATION_PRINT_WITH_BARCODE", "templateUrl": "/bahmni_config/openmrs/apps/registration/registrationCardLayout/printWithBarcode.html", "shortcutKey": "c" } ], "conceptSetUI": { "REGISTRATION FEES": { "required": true, "label": "Fee" }, "FHS": { "buttonSelect": true }, "defaults":{ "FHS": "Present" } }, "patientSearch": { "customAttributes": { "label": "CNP", "placeholder": "CNP", "fields": ["secondaryIdentifier"] }, "searchByPatientIdentifier": true }, "patientSearchResults": { "address": { "fields" : ["address1", "stateProvince" , "cityVillage"] }, "personAttributes": { "fields": ["secondaryIdentifier", "education"] } } } }