-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature/PI-603-update_spine_mhs_questionnaire Update spine mhs questi…
…onnaire with system generated fields
- Loading branch information
1 parent
8f10751
commit c7e5c33
Showing
5 changed files
with
137 additions
and
151 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
28 changes: 9 additions & 19 deletions
28
...domain/repository/questionnaire_repository/v1/questionnaires/spine_mhs/field_mapping.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,17 @@ | ||
{ | ||
"binding": "Binding", | ||
"nhs_mhs_fqdn": "MHS FQDN", | ||
"nhs_mhs_service_description": "MHS Service Description", | ||
"nhs_mhs_manufacturer_org": "Manufacturer ODS code", | ||
"nhs_product_name": "Product Name", | ||
"nhs_product_version": "Product Version", | ||
"nhs_mhs_end_point": "Address", | ||
"unique_identifier": "Unique Identifier", | ||
"nhs_id_code": "Managing Organization", | ||
"nhs_mhs_party_key": "MHS Party key", | ||
"nhs_mhs_cpa_id": "MHS CPA ID", | ||
"nhs_mhs_actor": "Reliability Configuration Actor", | ||
"nhs_mhs_sync_reply_mode": "Reliability Configuration Reply Mode", | ||
"nhs_mhs_duplicate_elimination": "Reliability Configuration Duplication Elimination", | ||
"nhs_mhs_ack_requested": "Reliability Configuration Ack Requested", | ||
"nhs_approver_urp": "Approver URP", | ||
"nhs_contract_property_template_key": "Contract Property Template Key", | ||
"nhs_date_approved": "Date Approved", | ||
"nhs_date_dns_approved": "Date DNS Approved", | ||
"nhs_date_requested": "Date Requested", | ||
"nhs_id_code": "Managing Organization", | ||
"nhs_approver_urp": "Approver URP", | ||
"nhs_dns_approver": "DNS Approver", | ||
"nhs_ep_interaction_type": "Interaction Type", | ||
"nhs_mhs_fqdn": "MHS FQDN", | ||
"nhs_mhs_ip_address": "MHS IP Address", | ||
"nhs_mhs_is_authenticated": "MHS Is Authenticated", | ||
"nhs_product_key": "Product Key", | ||
"nhs_product_name": "Product Name", | ||
"nhs_product_version": "Product Version", | ||
"nhs_requestor_urp": "Requestor URP", | ||
"nhs_mhs_service_description": "MHS Service Description", | ||
"nhs_mhs_manufacturer_org": "Manufacturer ODS code" | ||
"nhs_requestor_urp": "Requestor URP" | ||
} |
Oops, something went wrong.